Fixed typo

This commit is contained in:
Jesse 2023-04-18 17:33:45 -03:00
parent c06458e1c1
commit 4a4228b1b7
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ 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
* Accepted patch from Mark Hindley which avoids clearing realpath information
in pidof when trying to find matching executables.