I just wrote up a simple pidof applet, closing bug #1197

-Erik
This commit is contained in:
Eric Andersen 2001-07-31 19:06:07 +00:00
parent 9a53feaa76
commit 221b2ea6c4
9 changed files with 190 additions and 0 deletions

View file

@ -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