diff options
author | Rob Landley <rob@landley.net> | 2014-08-20 22:23:39 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2014-08-20 22:23:39 -0500 |
commit | e70eea41eeed05e0ac938a6aceab27c918090fde (patch) | |
tree | 5b47328b5a87e95f48e0337ea10021ff3ce77c10 /toys | |
parent | eeb3541652110c35e9c434565a2c509687bb6697 (diff) | |
download | toybox-e70eea41eeed05e0ac938a6aceab27c918090fde.tar.gz |
Promote inotifyd to other.
Diffstat (limited to 'toys')
-rw-r--r-- | toys/other/inotifyd.c (renamed from toys/pending/inotifyd.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/inotifyd.c b/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] ... |