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 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138
|
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>,
Mark Hindley <leepen@debian.org>,
Build-Depends:
debhelper-compat (= 13),
libcrypt-dev,
libselinux1-dev [linux-any],
po4a,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/slicer69/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,
molly-guard (<< 0.8.3~),
bfh-container (<< 20211009-24~),
progress-linux-container (<< 20221002-12~),
Breaks:
manpages-es (<< 4.15.0-9~),
manpages-fr (<< 4.15.0-9~),
manpages-de (<< 4.15.0-9~),
manpages-hu (<< 1:4.15.0-9~),
manpages-pl (<< 1:4.15.0-9~),
Replaces:
systemd-sysv,
sysvinit (<< 2.88dsf-44~),
runit-init,
manpages-es (<< 4.15.0-9~),
manpages-fr (<< 4.15.0-9~),
manpages-de (<< 4.15.0-9~),
manpages-hu (<< 1:4.15.0-9~),
manpages-pl (<< 1:4.15.0-9~),
Suggests:
bootlogd,
Recommends:
orphan-sysvinit-scripts,
Protected: yes
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:
${misc:Depends},
${shlibs:Depends},
Conflicts: lsb-base (<< 11.3~)
Provides: lsb-base (= 11.1.0)
Replaces: lsb-base
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
.
It also contains the library scripts sourced by init-d-script and other
initscripts that were formerly in lsb-base.
Package: sysv-rc
Homepage: https://salsa.debian.org/debian/sysvinit
Architecture: all
Multi-Arch: foreign
Depends:
insserv,
startpar (>= 0.62-1~),
sysvinit-utils (>= 3.05-1),
${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
Homepage: https://salsa.debian.org/debian/sysvinit
Architecture: all
Multi-Arch: foreign
Depends:
sysvinit-utils (>= 3.05-1),
sysv-rc | file-rc | openrc,
${misc:Depends},
Recommends:
e2fsprogs,
psmisc,
util-linux-extra,
Breaks: udev (<< 254.3-1),
util-linux-extra (<< 2.39.2-2.1~),
kmod (<< 34.1-1)
Replaces: udev (<< 254.3-1),
util-linux-extra (<< 2.39.2-2.1~),
kmod (<< 34.1-1)
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:
sysvinit-utils (>= 3.05-1),
${misc:Depends},
${shlibs:Depends},
Conflicts: plymouth
Breaks: manpages-fr (<< 4.15.0-9~),
Replaces: manpages-fr (<< 4.15.0-9~),
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.
|