aboutsummaryrefslogtreecommitdiff
path: root/toys
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2014-05-15 05:34:08 -0500
committerRob Landley <rob@landley.net>2014-05-15 05:34:08 -0500
commit97641f459a3e74045305b4ef9b80bb00bc56a29f (patch)
tree5d913e5a376dfd2f7b67b7b42a540ce536e591c7 /toys
parent08f2d7d333f1a52ad48bcdc1c2ec1387b9053784 (diff)
downloadtoybox-97641f459a3e74045305b4ef9b80bb00bc56a29f.tar.gz
Promote sysctl from pending to other, default y.
Diffstat (limited to 'toys')
-rw-r--r--toys/other/sysctl.c (renamed from toys/pending/sysctl.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/sysctl.c b/toys/other/sysctl.c
index c83051c7..8e57ca1d 100644
--- a/toys/pending/sysctl.c
+++ b/toys/other/sysctl.c
@@ -9,7 +9,7 @@ USE_SYSCTL(NEWTOY(sysctl, "^neNqwpaA[!ap][!aq][!aw][+aA]", TOYFLAG_USR|TOYFLAG_B
config SYSCTL
bool "sysctl"
- default n
+ default y
help
usage: sysctl [-aAeNnqw] [-p [FILE] | KEY[=VALUE]...]