libc.preinst: Avoid using pidof
The use of `pidof` creates an implicit depency on `sysvinit-utils`. `sysvinit-utils` is currently Essential, but that may change in the future. This specific use of `pidof` (finding if a process is running) is simple enough to be replaced with `grep`'ing `/proc/*/cmdline`.
parent
03dfd67e
No related branches found
No related tags found
Please register or sign in to comment