Accepted patch from Mark Hindley which avoids clearing realpath information

in pidof when trying to find matching executables.
This commit is contained in:
Jesse
2023-03-29 10:34:45 -03:00
parent e7f4361bde
commit c06458e1c1
3 changed files with 4 additions and 2 deletions

View File

@@ -8,6 +8,8 @@ sysvinit (3.07) released; urgency=low
In other words, "pidof /tmp/sleep" and "pidof /usr/bin/sleep" will return
the same PIDs when /tmp/sleep is a symbolic link to /usr/bin/sleep.
* Fixed memory initialization error in pidof. Fix provided by Markus Fischer.
* Accepted patch from Mark Hindle which avoids clearing realpath information
in pidof when trying to find matching executables.
sysvinit (3.06) released; urgency=low