Opened 5 years ago

Closed 5 years ago

#4524 closed task (fixed)

sysvinit-2.96

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

Description

New minor version.

Change History (2)

comment:1 by Bruce Dubbs, 5 years ago

sysvinit (2.96) released; urgency=low

  • Added -z command line paramter to pidof which tells pidof to try to find processes in uninterruptable (D) or zombie (Z) states. This can cause pidof to hang, but produces a more complete process list.
    • Note LFS uses the procps version of pidof
  • Reformatted init code to make if/while logic more clear.
  • Cleaned up some output from readbootlog.
  • Added -e flag to bootlogd. When -e is used, data saved to the boot log file does not have escape characters removed. This means colour and cursor movement codes stay in the log file. The may then look nicer when read with "less -R', but may appear cluttered or out of alignment when viewed with other, plain-text tools. When -e is not used, escape characters are removed/filtered.
  • Make sure src/Makefile cleans up all executable files when parent Makefile calls "make clean".

comment:2 by Bruce Dubbs, 5 years ago

Resolution: fixed
Status: newclosed

Fixed at revision 11672.

Note: See TracTickets for help on using tickets.