1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
|
Source: sysvinit
Section: admin
Priority: optional
Maintainer: Debian sysvinit maintainers <debian-init-diversity@chiark.greenend.org.uk>
Uploaders:
Ian Jackson <ijackson@chiark.greenend.org.uk>,
Benda Xu <heroxbd@gentoo.org>,
Adam Borowski <kilobyte@angband.pl>,
Vincenzo (KatolaZ) Nicosia <katolaz@freaknet.org>,
Build-Depends:
debhelper-compat (= 12),
libcrypt-dev,
libselinux1-dev [linux-any],
po-debconf,
Rules-Requires-Root: no
Standards-Version: 4.5.0
Homepage: https://savannah.nongnu.org/projects/sysvinit
Vcs-Git: https://salsa.debian.org/debian/sysvinit.git
Vcs-Browser: https://salsa.debian.org/debian/sysvinit
Package: sysvinit-core
Architecture: any
Depends:
initscripts,
kbdcontrol (>= 8.2+ds2-6) [kfreebsd-any],
sysv-rc | file-rc | openrc,
sysvinit-utils (>= 2.86.ds1-66),
mount [linux-any],
${misc:Depends},
${shlibs:Depends},
Conflicts:
systemd-sysv,
runit-init,
Replaces:
systemd-sysv,
sysvinit (<< 2.88dsf-44~),
runit-init,
Suggests:
bootlogd,
Recommends:
orphan-sysvinit-scripts,
Description: System-V-like init
This package contains programs required for booting
a Debian system and doing basic process management.
.
The most important program in the package is /sbin/init.
It is the first process started on boot and continues
to run as process number 1 until the system halts. All
other processes are descended from it.
Package: sysvinit-utils
Priority: required
Essential: yes
Architecture: any
Multi-Arch: foreign
Depends:
lsb-base (>= 11.0.0~),
${misc:Depends},
${shlibs:Depends},
Description: System-V-like utilities
This package contains the important System-V-like utilities.
.
Specifically, this package includes:
init-d-script, fstab-decode, killall5, pidof
Package: sysv-rc
Architecture: all
Multi-Arch: foreign
Depends:
insserv,
lsb-base,
startpar (>= 0.62-1~),
sysvinit-utils (>= 2.86.ds1-62),
${misc:Depends},
Description: System-V-like runlevel change mechanism
This package provides support for the System-V like system
for booting, changing runlevels, and shutting down,
configured through symbolic links in /etc/rc?.d/.
Package: initscripts
Architecture: all
Multi-Arch: foreign
Depends:
lsb-base,
sysv-rc | file-rc | openrc,
${misc:Depends},
Recommends:
e2fsprogs,
psmisc,
Description: scripts for initializing and shutting down the system
The scripts in this package initialize a standard Debian
system at boot time and shut it down at halt or reboot time.
Package: bootlogd
Architecture: any
Depends:
lsb-base,
${misc:Depends},
${shlibs:Depends},
Description: daemon to log boot messages
bootlogd logs all messages printed to the system console during system boot,
and records those messages to a logfile.
.
Note that not all init systems print messages to the system console,
so that the logfile may remain empty; this is the case with systemd
(the default init system). Try "journalctl -b" instead.
|