aboutsummaryrefslogtreecommitdiff
path: root/toys
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2013-12-22 15:48:44 -0600
committerRob Landley <rob@landley.net>2013-12-22 15:48:44 -0600
commitd10f39dcd08bf42b2e63789b15966ed908ff6439 (patch)
treee2a14e9a817ee56259e0784a9731444f9d790339 /toys
parenta44d9db1db09e3c64803dd3ea3868f8c1f009eae (diff)
downloadtoybox-d10f39dcd08bf42b2e63789b15966ed908ff6439.tar.gz
Promote su from pending to lsb.
Diffstat (limited to 'toys')
-rw-r--r--toys/lsb/su.c (renamed from toys/pending/su.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/su.c b/toys/lsb/su.c
index eac149c8..52d20244 100644
--- a/toys/pending/su.c
+++ b/toys/lsb/su.c
@@ -9,7 +9,7 @@ USE_SU(NEWTOY(su, "lmpc:s:", TOYFLAG_BIN|TOYFLAG_ROOTONLY))
config SU
bool "su"
- default n
+ default y
help
usage: su [-lmp] [-c CMD] [-s SHELL] [USER [ARGS...]]