Added fix to pidof which re-enabled the omit (-o) flag.

this was broken when formatting was added in the 2.92 release.
Closes Debian bug #914494.
This commit is contained in:
Jesse Smith
2018-11-23 18:00:23 -04:00
parent c679a49aac
commit c03e2fac2b
2 changed files with 11 additions and 2 deletions

View File

@ -1,4 +1,13 @@
sysvinit (2.92) unreleased; urgency=low
sysvinit (2.93) released; urgency=low
[ Jesse Smith ]
* Fixed error where pidof would not omit checking PIDs passed
to it when the -o flag was used.
Fixes Debian bug #913394.
sysvinit (2.92) released; urgency=low
[ Jesse Smith ]