Opened 19 months ago

Closed 19 months ago

Last modified 15 months ago

#5250 closed enhancement (fixed)

sysvinit-3.07

Reported by: Bruce Dubbs Owned by: lfs-book
Priority: normal Milestone: 12.0
Component: Book Version: git
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (3)

comment:1 by Bruce Dubbs, 19 months ago

sysvinit (3.07) released; urgency=low

  • Fixed killall5 so that processes in the omit list are not sent any signals, including SIGSTOP.
  • Fixed usage message for killall5 to be more accurate.
  • pidof was not returning PIDs of programs which were launched using a symbolic link. (ie /tmp/sleep when /tmp/sleep links to /usr/bin/sleep). This is now fixed as we check both the realpath and symbolic path for processes. 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.
  • Avoid clearing realpath information in pidof when trying to find matching executables.

comment:2 by Bruce Dubbs, 19 months ago

Resolution: fixed
Status: newclosed

comment:3 by Bruce Dubbs, 15 months ago

Milestone: 11.412.0

Milestone renamed

Note: See TracTickets for help on using tickets.