Opened 5 years ago
Closed 5 years ago
#4484 closed task (fixed)
sysvinit-2.95
Reported by: | Bruce Dubbs | Owned by: | lfs-book |
---|---|---|---|
Priority: | normal | Milestone: | 9.0 |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
New minor version.
Change History (3)
comment:1 by , 5 years ago
Milestone: | 8.5 → 9.0 |
---|
comment:2 by , 5 years ago
sysvinit (2.95) released; urgency=low
- Fixed various typos and control codes in manual pages. Patch provided by Bjarni Ingi Gislason.
- Dropped "-f" format flag for pidof command as it could be used to print information from memory or crash pidof. Replaced flag with "-d" which allows for a custom separator to be used between listed PIDs. Patch supplied by KatolaZ.
- Updated manual page to describe -h and its modifiers (-H and -P) in more detail. Should close Debian bug #374039.
- Use millisecond delays in init so that shutdown can happen without a near-full-second delay after all processes have terminated. Replaced do_sleep() with do_msleep(), provided by Serge Belyshev.
- Replaced hardwired sleep constants in init.c with defined constants for easy updating in the future.
- Accepted patch from Luc Gommans which explains why zombie and deep sleep processes (Z and D) may be hidden from pidof.
- Removed link instruction against sepol library from src/Makefile. This has no change to the resulting binary, just makes the Makefile cleaner.
Note:
See TracTickets
for help on using tickets.
Milestone renamed