aboutsummaryrefslogtreecommitdiff
path: root/toys
diff options
context:
space:
mode:
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...]]