From 246cc6dddd3df2164e8a925ebd8e9a7bba379253 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Tue, 7 Mar 2000 07:41:42 +0000 Subject: Wrote killall. Adjusted mount, ps, utility.c, etc to handle my nifty new kernel patches the allow busybox to run perfectly without /proc. -Erik --- applets/busybox.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'applets/busybox.c') diff --git a/applets/busybox.c b/applets/busybox.c index 36cf0a05c..cea191cb3 100644 --- a/applets/busybox.c +++ b/applets/busybox.c @@ -139,6 +139,9 @@ static const struct Applet applets[] = { #ifdef BB_KILL //bin {"kill", kill_main}, #endif +#ifdef BB_KILLALL //usr/bin + {"killall", kill_main}, +#endif #ifdef BB_LENGTH //usr/bin {"length", length_main}, #endif -- cgit v1.2.3