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.
- Sources inherited from project SUSE:SLE-15-SP3:GA
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout SUSE:SLE-15-SP7:Update/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 | 0000001647 1.61 KB | |
powerd.service | 0000000210 210 Bytes | |
powerd.spec | 0000003369 3.29 KB | |
startpar-0.58.dif | 0000000451 451 Bytes | |
startpar-0.65.tar.xz | 0000024624 24 KB | |
sysvinit-2.88dsf-suse.patch | 0000000650 650 Bytes | |
sysvinit-2.90-no-kill.patch | 0000001801 1.76 KB | |
sysvinit-2.90.dif | 0000001996 1.95 KB | |
sysvinit-2.99.tar.xz | 0000126908 124 KB | |
sysvinit.changes | 0000093118 90.9 KB | |
sysvinit.spec | 0000005000 4.88 KB |
Latest Revision
Gustavo Yokoyama Ribeiro (gyribeiro)
committed
(revision 2)
- prepare usrmerge (boo#1029961) - Find newer architectures even with vendor string - Modify patch powerd-2.0.2.dif that is add x86_64-* to match e.g. basic mchine type x86_64-suse - Use %license instead of %doc [bsc#1082318] - (re)add also support for SLE-15-SP3 - Update to sysvinit 2.99: * Mostly typo and just better documentation and easier to read code comments - prepare usrmerge (boo#1029961) - Update to sysvinit 2.98: * Fixed time parsing in shutdown when there is a + in front of a 0 time offset. Commands with a postiive time offset (+1) would work but +0 fails. This has been corrected by Arkadiusz Miskiewicz. - Drop /bin/pidof and /sbin/pidof, including corresponding man page: let's switch to pidof as provided by procps-ng. - Update to sysvinit 2.97: * Check $(ROOT) filesystem for libcrypt instead of a hardcoded path to /usr. * Code clean-up and making sure we avoid freeing unused memory. * Added shell script which converts systemd unit files into
Comments 0