commit | 18b76e6f8047edf2e9e3d8fcc962a2e40ed8ffbd | [log] [tgz] |
---|---|---|
author | Glenn L McGrath <bug1@ihug.co.nz> | Mon Sep 16 09:10:04 2002 +0000 |
committer | Glenn L McGrath <bug1@ihug.co.nz> | Mon Sep 16 09:10:04 2002 +0000 |
tree | a43358d389b2e594341e993c7a86d44369244423 | |
parent | 8fede28c7408b2231a50c88da22c2e07f26f6d56 [diff] [blame] |
Watch applet by Michael Habermann
diff --git a/include/applets.h b/include/applets.h index d5c2570..de07cc9 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