From 221b2ea6c40e5b2e0123a0c9a4ba6e74d86eb33f Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 31 Jul 2001 19:06:07 +0000 Subject: I just wrote up a simple pidof applet, closing bug #1197 -Erik --- applets.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'applets.h') diff --git a/applets.h b/applets.h index 9fc59cda5..0786c39eb 100644 --- a/applets.h +++ b/applets.h @@ -284,6 +284,9 @@ #ifdef BB_NSLOOKUP APPLET(nslookup, nslookup_main, _BB_DIR_USR_BIN) #endif +#ifdef BB_PIDOF + APPLET(pidof, pidof_main, _BB_DIR_BIN) +#endif #ifdef BB_PING APPLET(ping, ping_main, _BB_DIR_BIN) #endif -- cgit v1.2.3