Added patch to re-enable the omit flag (-o) in pidof.
This commit is contained in:
parent
c679a49aac
commit
cb0a849e87
@ -1,4 +1,12 @@
|
||||
sysvinit (2.92) unreleased; urgency=low
|
||||
sysvinit (2.93) released; urgency=low
|
||||
|
||||
[ Jesse Smith ]
|
||||
|
||||
* Fixed typo in pidof which would prevent the -o (omit PID)
|
||||
flag from working.
|
||||
Fixes Debian bug ##913394.
|
||||
|
||||
sysvinit (2.92) released; urgency=low
|
||||
|
||||
[ Jesse Smith ]
|
||||
|
||||
|
@ -1006,7 +1006,7 @@ int main_pidof(int argc, char **argv)
|
||||
if ((token = getenv("PIDOF_NETFS")) && (strcmp(token,"no") != 0))
|
||||
flags |= PIDOF_NETFS;
|
||||
|
||||
while ((opt = getopt(argc,argv,"qhcof:sxn")) != EOF) switch (opt) {
|
||||
while ((opt = getopt(argc,argv,"qhco:f:sxn")) != EOF) switch (opt) {
|
||||
case '?':
|
||||
nsyslog(LOG_ERR,"invalid options on command line!\n");
|
||||
closelog();
|
||||
|
Loading…
Reference in New Issue
Block a user