From 97641f459a3e74045305b4ef9b80bb00bc56a29f Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 15 May 2014 05:34:08 -0500 Subject: [PATCH] Promote sysctl from pending to other, default y. --- toys/{pending => other}/sysctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{pending => other}/sysctl.c (99%) diff --git a/toys/pending/sysctl.c b/toys/other/sysctl.c similarity index 99% rename from toys/pending/sysctl.c rename to 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]...] -- 2.39.2