Summary: SysV init scripts Name: initscripts Version: 1.0 Release: r155 License: GPLv2 Group: base Packager: Poky URL: https://github.com/fedora-sysv/initscripts BuildRequires: update-rc.d-native Requires: /bin/sh Requires: initd-functions Requires(post): /bin/sh Requires(post): initd-functions Recommends: initscripts-functions %description Initscripts provide the basic system startup initialization scripts for the system. These scripts include actions such as filesystem mounting, fsck, RTC manipulation and other actions routinely performed at system startup. In addition, the scripts are also used during system shutdown to reverse the actions performed at startup. %package -n initscripts-src Summary: SysV init scripts - Source files License: GPLv2 Group: devel %description -n initscripts-src Initscripts provide the basic system startup initialization scripts for the system. These scripts include actions such as filesystem mounting, fsck, RTC manipulation and other actions routinely performed at system startup. In addition, the scripts are also used during system shutdown to reverse the actions performed at startup. This package contains sources for debugging purposes. %package -n initscripts-dbg Summary: SysV init scripts - Debugging files License: GPLv2 Group: devel %description -n initscripts-dbg Initscripts provide the basic system startup initialization scripts for the system. These scripts include actions such as filesystem mounting, fsck, RTC manipulation and other actions routinely performed at system startup. In addition, the scripts are also used during system shutdown to reverse the actions performed at startup. This package contains ELF symbols and related sources for debugging purposes. %package -n initscripts-functions Summary: SysV init scripts License: GPLv2 Group: base Provides: initd-functions Conflicts: lsbinitscripts %description -n initscripts-functions Initscripts provide the basic system startup initialization scripts for the system. These scripts include actions such as filesystem mounting, fsck, RTC manipulation and other actions routinely performed at system startup. In addition, the scripts are also used during system shutdown to reverse the actions performed at startup. %package -n initscripts-sushell Summary: SysV init scripts License: GPLv2 Group: base %description -n initscripts-sushell Initscripts provide the basic system startup initialization scripts for the system. These scripts include actions such as filesystem mounting, fsck, RTC manipulation and other actions routinely performed at system startup. In addition, the scripts are also used during system shutdown to reverse the actions performed at startup. %package -n initscripts-staticdev Summary: SysV init scripts - Development files (Static Libraries) License: GPLv2 Group: devel Requires: initscripts-dev = 1.0-r155 %description -n initscripts-staticdev Initscripts provide the basic system startup initialization scripts for the system. These scripts include actions such as filesystem mounting, fsck, RTC manipulation and other actions routinely performed at system startup. In addition, the scripts are also used during system shutdown to reverse the actions performed at startup. This package contains static libraries for software development. %package -n initscripts-dev Summary: SysV init scripts - Development files License: GPLv2 Group: devel Requires: initscripts = 1.0-r155 Recommends: initd-functions-dev %description -n initscripts-dev Initscripts provide the basic system startup initialization scripts for the system. These scripts include actions such as filesystem mounting, fsck, RTC manipulation and other actions routinely performed at system startup. In addition, the scripts are also used during system shutdown to reverse the actions performed at startup. This package contains symbolic links, header files, and related items necessary for software development. %package -n initscripts-doc Summary: SysV init scripts - Documentation files License: GPLv2 Group: doc %description -n initscripts-doc Initscripts provide the basic system startup initialization scripts for the system. These scripts include actions such as filesystem mounting, fsck, RTC manipulation and other actions routinely performed at system startup. In addition, the scripts are also used during system shutdown to reverse the actions performed at startup. This package contains documentation. %package -n initscripts-locale Summary: SysV init scripts License: GPLv2 Group: base %description -n initscripts-locale Initscripts provide the basic system startup initialization scripts for the system. These scripts include actions such as filesystem mounting, fsck, RTC manipulation and other actions routinely performed at system startup. In addition, the scripts are also used during system shutdown to reverse the actions performed at startup. %post # initscripts - postinst set -e if type systemctl >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPTS="--root=$D" fi for SERVICE in banner bootmisc checkfs checkroot devpts dmesg hostname mountall mountnfs populate-volatile read-only-rootfs-hook rmnologin sysfs urandom; do systemctl $OPTS mask $SERVICE.service done fi # Delete any old volatile cache script, as directories may have moved if [ -z "$D" ]; then rm -f "/etc/volatile.cache" fi %files %defattr(-,-,-,-) %dir "/var" %dir "/etc" %dir "/var/lib" %dir "/var/lib/urandom" %dir "/etc/rc4.d" %dir "/etc/rc3.d" %dir "/etc/rcS.d" %dir "/etc/rc1.d" %dir "/etc/rc6.d" %dir "/etc/init.d" %dir "/etc/rc2.d" %dir "/etc/rc0.d" %dir "/etc/rc5.d" %dir "/etc/default" "/etc/logrotate-dmesg.conf" "/etc/rc4.d/S99rmnologin.sh" "/etc/rc4.d/S15mountnfs.sh" "/etc/rc3.d/S99rmnologin.sh" "/etc/rc3.d/S15mountnfs.sh" "/etc/rcS.d/S29read-only-rootfs-hook.sh" "/etc/rcS.d/S03mountall.sh" "/etc/rcS.d/S06devpts.sh" "/etc/rcS.d/S37populate-volatile.sh" "/etc/rcS.d/S02banner.sh" "/etc/rcS.d/S06checkroot.sh" "/etc/rcS.d/S38urandom" "/etc/rcS.d/S02sysfs.sh" "/etc/rcS.d/S38dmesg.sh" "/etc/rcS.d/S39hostname.sh" "/etc/rcS.d/S36bootmisc.sh" "/etc/rc1.d/S31umountnfs.sh" "/etc/rc6.d/S90reboot" "/etc/rc6.d/S25save-rtc.sh" "/etc/rc6.d/S38urandom" "/etc/rc6.d/S40umountfs" "/etc/rc6.d/S31umountnfs.sh" "/etc/rc6.d/S20sendsigs" "/etc/init.d/mountnfs.sh" "/etc/init.d/rmnologin.sh" "/etc/init.d/mountall.sh" "/etc/init.d/halt" "/etc/init.d/sysfs.sh" "/etc/init.d/sendsigs" "/etc/init.d/hostname.sh" "/etc/init.d/urandom" "/etc/init.d/read-only-rootfs-hook.sh" "/etc/init.d/umountfs" "/etc/init.d/save-rtc.sh" "/etc/init.d/reboot" "/etc/init.d/single" "/etc/init.d/umountnfs.sh" "/etc/init.d/banner.sh" %config "/etc/init.d/checkroot.sh" "/etc/init.d/dmesg.sh" "/etc/init.d/bootmisc.sh" "/etc/init.d/devpts.sh" "/etc/init.d/populate-volatile.sh" "/etc/rc2.d/S99rmnologin.sh" "/etc/rc2.d/S15mountnfs.sh" "/etc/rc0.d/S25save-rtc.sh" "/etc/rc0.d/S38urandom" "/etc/rc0.d/S40umountfs" "/etc/rc0.d/S90halt" "/etc/rc0.d/S31umountnfs.sh" "/etc/rc0.d/S20sendsigs" "/etc/rc5.d/S99rmnologin.sh" "/etc/rc5.d/S15mountnfs.sh" %dir "/etc/default/volatiles" "/etc/default/devpts" "/etc/default/volatiles/00_core" %files -n initscripts-dbg %defattr(-,-,-,-) %files -n initscripts-functions %defattr(-,-,-,-) %dir "/etc" %dir "/etc/init.d" "/etc/init.d/functions" %files -n initscripts-dev %defattr(-,-,-,-)