%general-entities; ]> sysvinit &sysvinit-version;
&sysvinit-url;
Sysvinit-&sysvinit-version; Sysvinit <para>Пакет Sysvinit содержит программы для управления загрузкой, выполнением, и выключением системы.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> <segtitle>&diskspace;</segtitle> <seglistitem> <seg>&sysvinit-ch6-sbu;</seg> <seg>&sysvinit-ch6-du;</seg> </seglistitem> </segmentedlist> </sect2> <sect2 role="installation"> <title>Установка пакета Sysvinit Во-первых, примените патч, который удаляет несколько программ, установленных другими      пакетами, очищает сообщение и исправляет предупреждение компилятора: patch -Np1 -i ../&sysvinit-consolidated-patch; Скомпилируйте пакет: make У этого пакета нет тестов. Установите пакет: make install Содержимое пакета Sysvinit Установленные программы bootlogd, fstab-decode, halt, init, killall5, poweroff (link to halt), reboot (link to halt), runlevel, shutdown, and telinit (link to init) Краткое описание bootlogd Logs boot messages to a log file bootlogd fstab-decode Run a command with fstab-encoded arguments fstab-decode halt Normally invokes shutdown with the -h option, except when already in run-level 0, then it tells the kernel to halt the system; it notes in the file /var/log/wtmp that the system is being brought down halt init The first process to be started when the kernel has initialized the hardware which takes over the boot process and starts all the proceses specified in its configuration file init killall5 Sends a signal to all processes, except the processes in its own session so it will not kill its parent shell killall5 poweroff Tells the kernel to halt the system and switch off the computer (see halt) poweroff reboot Tells the kernel to reboot the system (see halt) reboot runlevel Reports the previous and the current run-level, as noted in the last run-level record in /var/run/utmp runlevel shutdown Brings the system down in a secure way, signaling all processes and notifying all logged-in users shutdown telinit Tells init which run-level to change to telinit