From e70eea41eeed05e0ac938a6aceab27c918090fde Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 20 Aug 2014 22:23:39 -0500 Subject: [PATCH] Promote inotifyd to other. --- toys/{pending => other}/inotifyd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{pending => other}/inotifyd.c (99%) diff --git a/toys/pending/inotifyd.c b/toys/other/inotifyd.c similarity index 99% rename from toys/pending/inotifyd.c rename to toys/other/inotifyd.c index 37c5d4e3..59c9a50c 100644 --- a/toys/pending/inotifyd.c +++ b/toys/other/inotifyd.c @@ -9,7 +9,7 @@ USE_INOTIFYD(NEWTOY(inotifyd, "<2", TOYFLAG_USR|TOYFLAG_BIN)) config INOTIFYD bool "inotifyd" - default n + default y help usage: inotifyd PROG FILE[:MASK] ... -- 2.39.2