move several applets to more correct ex-project. No code changes.
[oweals/busybox.git] / procps / Config.in
index 91319103fd3038fb5502852a4acfc5b38a25d7b1..b834fbf964ce8e88ede542abb9e56cfb5d238a8a 100644 (file)
@@ -43,6 +43,12 @@ config KILLALL5
        default n
        depends on KILL
 
+config NMETER
+       bool "nmeter"
+       default n
+       help
+         Prints selected system stats continuously, one line per update.
+
 config PIDOF
        bool "pidof"
        default n
@@ -130,6 +136,14 @@ config UPTIME
          the system has been running, how many users are currently logged
          on, and the system load averages for the past 1, 5, and 15 minutes.
 
+config WATCH
+       bool "watch"
+       default n
+       #huh?? select DATE
+       help
+         watch is used to execute a program periodically, showing
+         output to the screen.
+
 
 endmenu