Package: sysvinit-utils Severity: wishlist Perhaps add a pidof --quiet|-q to avoid wasted I/O calls if one just wants to know if there are any such processes still alive. No need for e.g., if pidof pppd > /dev/null; then...