procps-ng/pidof

6 lines
177 B
Plaintext
Raw Normal View History

2013-10-17 15:55:10 +00:00
#!/bin/sh
[ $0 = /sbin/pidof ] && echo -e "WARNING: pidof has been moved from /sbin to /usr/bin.\n Please, change/remove the hardcoded path." 1>&2
/usr/bin/pidof "$@"