diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-09-02 02:36:18 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-09-02 02:36:18 +0000 |
commit | dc4e75ef7ca135c836d22e380847672cf5b3773b (patch) | |
tree | d2ff4fef7b9192de63761935103699569ecbb2ee /libbb/messages.c | |
parent | 005f83adf511ab89296639abbef737ad4e5826f9 (diff) | |
download | busybox-w32-dc4e75ef7ca135c836d22e380847672cf5b3773b.tar.gz busybox-w32-dc4e75ef7ca135c836d22e380847672cf5b3773b.tar.bz2 busybox-w32-dc4e75ef7ca135c836d22e380847672cf5b3773b.zip |
move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one
constant.
Vodz last_patch_107
Diffstat (limited to 'libbb/messages.c')
-rw-r--r-- | libbb/messages.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libbb/messages.c b/libbb/messages.c index 11493db12..adfd1ffcc 100644 --- a/libbb/messages.c +++ b/libbb/messages.c | |||
@@ -90,3 +90,7 @@ const char * const bb_path_securetty_file = SECURETTY_FILE; | |||
90 | const char * const bb_path_motd_file = MOTD_FILE; | 90 | const char * const bb_path_motd_file = MOTD_FILE; |
91 | #endif | 91 | #endif |
92 | 92 | ||
93 | #ifdef L_shell_file | ||
94 | const char * const bb_default_login_shell = LIBBB_DEFAULT_LOGIN_SHELL; | ||
95 | #endif | ||
96 | |||