aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-09-16 09:10:04 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-09-16 09:10:04 +0000
commit18b76e6f8047edf2e9e3d8fcc962a2e40ed8ffbd (patch)
treea43358d389b2e594341e993c7a86d44369244423 /include/applets.h
parent8fede28c7408b2231a50c88da22c2e07f26f6d56 (diff)
downloadbusybox-18b76e6f8047edf2e9e3d8fcc962a2e40ed8ffbd.tar.gz
Watch applet by Michael Habermann
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index d5c257052..de07cc960 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -532,6 +532,9 @@
#ifdef CONFIG_VLOCK
APPLET(vlock, vlock_main, _BB_DIR_USR_BIN, _BB_SUID_ALWAYS)
#endif
+#ifdef CONFIG_WATCH
+ APPLET(watch, watch_main, _BB_DIR_BIN, _BB_SUID_NEVER)
+#endif
#ifdef CONFIG_WATCHDOG
APPLET(watchdog, watchdog_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
#endif