diff options
author | Rob Landley <rob@landley.net> | 2014-05-15 05:34:08 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2014-05-15 05:34:08 -0500 |
commit | 97641f459a3e74045305b4ef9b80bb00bc56a29f (patch) | |
tree | 5d913e5a376dfd2f7b67b7b42a540ce536e591c7 | |
parent | 08f2d7d333f1a52ad48bcdc1c2ec1387b9053784 (diff) | |
download | toybox-97641f459a3e74045305b4ef9b80bb00bc56a29f.tar.gz |
Promote sysctl from pending to other, default y.
-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]...] |