SysV-Style init
System V style init programs by Miquel van Smoorenburg that control the
booting and shutdown of your system. These support a number of system
runlevels, each one associated with a specific set of utilities. For
example, the normal system runlevel is 3, which starts a getty on
virtual consoles tty1-tty6. Runlevel 5 starts xdm. Runlevel 0 shuts
down the system. See the individual man pages for inittab, initscript,
halt, init, powerd, reboot, runlevel, shutdown, and telinit for
more information.
- Developed at Base:System
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/sysvinit && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
killproc-2.23.tar.gz | 0000054131 52.9 KB | |
powerd-2.0.2-getaddrinfo.patch | 0000002463 2.41 KB | |
powerd-2.0.2.dif | 0000012689 12.4 KB | |
powerd-2.0.2.tar.bz2 | 0000059034 57.7 KB | |
powerd.changes | 0000001481 1.45 KB | |
powerd.service | 0000000210 210 Bytes | |
powerd.spec | 0000003308 3.23 KB | |
startpar-0.58.dif | 0000000736 736 Bytes | |
startpar-0.63.tar.xz | 0000023684 23.1 KB | |
startpar-sysmacros.patch | 0000000331 331 Bytes | |
sysvinit-2.88dsf-suse.patch | 0000000650 650 Bytes | |
sysvinit-2.90-no-kill.patch | 0000001801 1.76 KB | |
sysvinit-2.90.dif | 0000001907 1.86 KB | |
sysvinit-2.96.tar.xz | 0000122164 119 KB | |
sysvinit.changes | 0000090884 88.8 KB | |
sysvinit.spec | 0000004221 4.12 KB |
Revision 171 (latest revision is 185)
Dominique Leuenberger (dimstar_suse)
accepted
request 731661
from
Dr. Werner Fink (WernerFink)
(revision 171)
- Update to sysvinit 2.96 * 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. * Reformatted init code to make if/while logic more clear. * Make sure src/Makefile cleans up all executable files when parent Makefile calls "make clean". - Update to killproc 2.23 * killproc has its upstream at https://github.com/bitstreamout/killproc * Use new system call statx(2) to replace old stat(2)/lstat(2) - Remove patches now upstream: * killproc-2.18-open_flags.dif * killproc-2.21.dif * killproc-sysmacros.patch * killproc-mntinf-optional.patch
Comments 1
Thanks for sharing some individual pages like inittab, initscript, halt, init, powerd, reboot, runlevel,bitlife, shutdown, and telinit. It is very useful.