commit | 221b2ea6c40e5b2e0123a0c9a4ba6e74d86eb33f | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Tue Jul 31 19:06:07 2001 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Tue Jul 31 19:06:07 2001 +0000 |
tree | 9fc861b2a801e9a95308474eb9f9af0ab1084e75 | |
parent | 9a53feaa76840ef21bef864244d95b5ac6923658 [diff] [blame] |
I just wrote up a simple pidof applet, closing bug #1197 -Erik
diff --git a/include/applets.h b/include/applets.h index 9fc59cd..0786c39 100644 --- a/include/applets.h +++ b/include/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