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 /loginutils/su.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 'loginutils/su.c')
-rw-r--r-- | loginutils/su.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/loginutils/su.c b/loginutils/su.c index 04c213e4e..2d7a7ac05 100644 --- a/loginutils/su.c +++ b/loginutils/su.c | |||
@@ -21,7 +21,6 @@ | |||
21 | 21 | ||
22 | 22 | ||
23 | /* The shell to run if none is given in the user's passwd entry. */ | 23 | /* The shell to run if none is given in the user's passwd entry. */ |
24 | #define DEFAULT_SHELL "/bin/sh" | ||
25 | #define DEFAULT_USER "root" | 24 | #define DEFAULT_USER "root" |
26 | 25 | ||
27 | //#define SYSLOG_SUCCESS | 26 | //#define SYSLOG_SUCCESS |