--- insserv-1.04.0.orig/debian/changelog +++ insserv-1.04.0/debian/changelog @@ -0,0 +1,125 @@ +insserv (1.04.0-1) unstable; urgency=low + + * New upstream release. + - Start building without -DSUSE, to enable processing of *-stop headers. + * Updated upstream URL in copyright file to match the latest location. + * Remove 40_dryrunmore.dpatch, applied upstream. + * Remove 41_dryrun_msg.dpatch, applied upstream. + * Remove 50_cfgfilter.dpatch, applied upstream. + * Merged 20_overrides.dpatch and 25_overrides.dpatch into one patch + 20_overrides.dpatch. + * New 34_debian.dpatch modifying the paths from rc#.d/, getting + non-SUSE case working on Debian. + * New patch 30_non_suse.dpatch fixing segfault in the non-SUSE case. + * Updated init.d override files for hwclockfirst, ifupdown, + ifupdwon-clean, initrd-tools, keymap, networking, procps and + udev-mtab. + + -- Petter Reinholdtsen Thu, 10 Nov 2005 22:50:14 +0100 + +insserv (1.02.0-3) unstable; urgency=low + + * Added init.d override files for acct, apache2, snmpd and snmptrapfmt. + * Updated and corrected override file for alsa, apache, atd, cron, + gdm, gpsd, initrd-tools, udev-mtab and xdm. + * Wrote graphviz dotty graph generation support for check-init-order (-g). + * Updated README.Debian to reflect the current status in Debian, and + included some instructions on how to use this package. + * Documented in the override files which dependency information I've + reported to BTS. + * Add 'ntpdate' as a optional dependency for the $time virtual + facility, to make sure NTP update is done on machines without + their own NFS server + * Wrote manual page for update-bootsystem-insserv(8). + + -- Petter Reinholdtsen Thu, 10 Nov 2005 00:18:49 +0100 + +insserv (1.02.0-2) unstable; urgency=low + + * Added init.d override files for hibernate, mdadm-raid, start-wlan + and x11-common. + * Corrected sysklogd override file, to only provide sysklogd. + * Document BTS bug numbers in the override file for the init.d + dependency headers I've submitted to the package maintainer. + + -- Petter Reinholdtsen Wed, 5 Oct 2005 17:04:01 +0200 + +insserv (1.02.0-1) unstable; urgency=low + + * New upstream version. + - Rewritten to handle non-SuSe systems better. + - Patches 05_verbose_doc, 10_dryrun, and 50_lsb_shold_std removed, + as they are included upstream. + - Updated patch 40_dryrunmore to match new version, and extend it to + also cover SuSe code. + * Still building with -DSUSE as the new non-SuSe features are still + buggy. + * Changed download URL in copyright file to + . + * Removed rc and rcS, as a version of sysvinit + with equivalent patches is in sid and etch now. + * Added and updated init.d dependency info override files. + The provided dependencies is tested to work on my test machines + with 2.4 and 2.6 installs. (Closes: #325798) + * New script update-bootsystem-insserv to reorder + the boot scripts with a backup. + * Avoid initscripts with .dpkg* in the name. + (51_cfgfilter_dpkg.dpatch) (Closes: #326445) + * Add dependency on sysv-rc. (Closes: #329279) + + -- Petter Reinholdtsen Sat, 3 Sep 2005 13:18:51 +0200 + +insserv (1.00.8-5) unstable; urgency=low + + * Updated dependency info for (module-init-tools, modutils, raid2, mdadm) + * Added dependency override files (noflushd, laptop-net, whereami, pcscd) + + -- Petter Reinholdtsen Fri, 2 Sep 2005 09:21:25 +0200 + +insserv (1.00.8-4) unstable; urgency=low + + * Added dependecy override files (xdm, irqbalance). + * Updated dependency info for a few override files (devfsd, + discover, hotplug, hotplug-net, hwclock.sh, keymap.sh, rmnologin, + sudo, gdm, lvm, ntpdate, xfs, aumix, freevo, laptop-netconf, + report-reboot, open-backdoor). + * New patch to avoid warning about missing override files if the + init.d file already contain LSB tags. (25_override.dpatch) + * Correct header example in the insserv(8) manual page. + (50_lsb_should_std.dpatch) + + -- Petter Reinholdtsen Thu, 1 Sep 2005 22:24:51 +0200 + +insserv (1.00.8-3) unstable; urgency=low + + * Added dependecy override files (nullmailer, binfmt-support). + * Add suggests on bootchart, a great tool to debug the boot + sequence. + * New patch to get dryrun mode working also when /etc/rc.boot is + missing. (40_dryrunmore.dpatch) + * Added more information about the dangers of reorganizing the boot + sequence in README.Debian. + * Some package cleanup. + + -- Petter Reinholdtsen Fri, 30 Aug 2005 00:20:16 +0200 + +insserv (1.00.8-2) unstable; urgency=low + + * Updated and added dependecy override files. + * Added script check-initd-order, trying to check the current boot + sequence in debian based on the LSB headers present. + + -- Petter Reinholdtsen Fri, 26 Aug 2005 00:20:16 +0200 + +insserv (1.00.8-1) unstable; urgency=low + + * Initial Release. (Closes: #324926) + * Document the -v (--verbose) flag. (05_verbose_doc.dpatch) + * Implement new option -n (--dryrun). (10_dryrun.dpatch) + * Implement support for reading LSB init.d header info from override + files. (20_overrides.dpatch) + * Adjust some paths and avoid installing LSB install scripts to + match Debian policy. (30_debian.dpatch) + * Add README.Debian explaining how to test this. + + -- Petter Reinholdtsen Fri, 26 Aug 2005 00:19:16 +0200 --- insserv-1.04.0.orig/debian/compat +++ insserv-1.04.0/debian/compat @@ -0,0 +1 @@ +4 --- insserv-1.04.0.orig/debian/dirs +++ insserv-1.04.0/debian/dirs @@ -0,0 +1,3 @@ +usr/sbin +usr/share/insserv/examples +usr/share/insserv/overrides --- insserv-1.04.0.orig/debian/overrides/bootclean.sh +++ insserv-1.04.0/debian/overrides/bootclean.sh @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: bootclean +# Required-Start: $network +# Required-Stop: $network +# Default-Start: 1 2 3 4 5 +# Default-Stop: S 0 6 +### END INIT INFO +# Already present in package --- insserv-1.04.0.orig/debian/overrides/bootlogd +++ insserv-1.04.0/debian/overrides/bootlogd @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: bootlogd +# Required-Start: mountvirtfs +# Required-Stop: +# Default-Start: S +# Default-Stop: 0 1 2 3 4 5 6 +### END INIT INFO +# Already present in package --- insserv-1.04.0.orig/debian/overrides/bootmisc.sh +++ insserv-1.04.0/debian/overrides/bootmisc.sh @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: bootmisc +# Required-Start: $local_fs +# Required-Stop: $local_fs +# Default-Start: S +# Default-Stop: +### END INIT INFO +# Already present in package --- insserv-1.04.0.orig/debian/overrides/checkfs.sh +++ insserv-1.04.0/debian/overrides/checkfs.sh @@ -0,0 +1,10 @@ +### BEGIN INIT INFO +# Provides: checkfs +# Required-Start: checkroot +# Required-Stop: +# Should-Start: lvm cryptdisks modutils module-init-tools +# Should-Stop: lvm cryptdisks modutils module-init-tools +# Default-Start: S +# Default-Stop: +### END INIT INFO +# Already present in package --- insserv-1.04.0.orig/debian/overrides/checkroot.sh +++ insserv-1.04.0/debian/overrides/checkroot.sh @@ -0,0 +1,10 @@ +### BEGIN INIT INFO +# Provides: checkroot +# Required-Start: mountvirtfs +# Required-Stop: +# Should-Start: keymap hwclockfirst +# Should-stop: +# Default-Start: S +# Default-Stop: +### END INIT INFO +# Already present in package --- insserv-1.04.0.orig/debian/overrides/console-screen.sh +++ insserv-1.04.0/debian/overrides/console-screen.sh @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: console-screen +# Required-Start: $local_fs $remote_fs +# Required-Stop: $local_fs $remote_fs +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO +# Reported to BTS as bug #330229 --- insserv-1.04.0.orig/debian/overrides/devfsd +++ insserv-1.04.0/debian/overrides/devfsd @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: devfsd +# Required-Start: mountvirtfs +# Required-Stop: reboot +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO +# Reported to BTS as bug #324671 --- insserv-1.04.0.orig/debian/overrides/discover +++ insserv-1.04.0/debian/overrides/discover @@ -0,0 +1,9 @@ +### BEGIN INIT INFO +# Provides: discover +# Required-Start: mountvirtfs checkroot $local_fs +# Required-Stop: +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO +# Discover v2 reported to BTS as #335322 +# Discover v1 reported to BTS as #335323 --- insserv-1.04.0.orig/debian/overrides/halt +++ insserv-1.04.0/debian/overrides/halt @@ -0,0 +1,11 @@ +### BEGIN INIT INFO +# Provides: halt +# Required-Start: +# Required-Stop: +# Should-stop: lvm +# Default-Start: 0 +# Default-Stop: +# Short-Description: +# Description: +### END INIT INFO +# Already present in package --- insserv-1.04.0.orig/debian/overrides/hostname.sh +++ insserv-1.04.0/debian/overrides/hostname.sh @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: hostname +# Required-Start: +# Required-Stop: +# Default-Start: S +# Default-Stop: +### END INIT INFO +# Already present in package --- insserv-1.04.0.orig/debian/overrides/hotplug +++ insserv-1.04.0/debian/overrides/hotplug @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: hotplug +# Required-Start: mountvirtfs checkroot $local_fs +# Required-Stop: mountvirtfs +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/hotplug-net +++ insserv-1.04.0/debian/overrides/hotplug-net @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: hotplug-net +# Required-Start: ifupdown +# Required-Stop: ifupdown +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/hwclockfirst.sh +++ insserv-1.04.0/debian/overrides/hwclockfirst.sh @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: hwclockfirst +# Required-Start: +# Required-Stop: +# Default-Start: S +# Default-Stop: +### END INIT INFO +# Reported to BTS as bug #330227 --- insserv-1.04.0.orig/debian/overrides/hwclock.sh +++ insserv-1.04.0/debian/overrides/hwclock.sh @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: hwclock +# Required-Start: $local_fs $remote_fs +# Required-Stop: $local_fs $remote_fs +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO +# Reported to BTS as bug #330227 --- insserv-1.04.0.orig/debian/overrides/ifupdown +++ insserv-1.04.0/debian/overrides/ifupdown @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: ifupdown +# Required-Start: ifupdown-clean +# Required-Stop: ifupdown-clean +# Default-Start: S +# Default-Stop: 0 6 +### END INIT INFO +# Reported to BTS as bug #330230 --- insserv-1.04.0.orig/debian/overrides/ifupdown-clean +++ insserv-1.04.0/debian/overrides/ifupdown-clean @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: ifupdown-clean +# Required-Start: checkroot +# Required-Stop: +# Default-Start: S +# Default-Stop: +### END INIT INFO +# Reported to BTS as bug #330230 --- insserv-1.04.0.orig/debian/overrides/initrd-tools.sh +++ insserv-1.04.0/debian/overrides/initrd-tools.sh @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: initrd-tools +# Required-Start: mountvirtfs +# Required-Stop: +# Default-Start: S +# Default-Stop: +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/keymap.sh +++ insserv-1.04.0/debian/overrides/keymap.sh @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: keymap +# Required-Start: mountvirtfs +# Required-Stop: +# Default-Start: S +# Default-Stop: +### END INIT INFO +# Reported to BTS as bug #330231 --- insserv-1.04.0.orig/debian/overrides/klogd +++ insserv-1.04.0/debian/overrides/klogd @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: klogd +# Required-Start: sysklogd +# Required-Stop: sysklogd +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO +# Reported to BTS as bug #324679 --- insserv-1.04.0.orig/debian/overrides/ltsp-client +++ insserv-1.04.0/debian/overrides/ltsp-client @@ -0,0 +1,9 @@ +### BEGIN INIT INFO +# Provides: ltsp-client +# Required-Start: ltsp-client-setup $network $syslog +# Required-Stop: ltsp-client-setup $network $syslog +# Should-Start: xdebconfigurator +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO +# Already present in package --- insserv-1.04.0.orig/debian/overrides/ltsp-client-setup +++ insserv-1.04.0/debian/overrides/ltsp-client-setup @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: ltsp-client-setup +# Required-Start: mountvirtfs $local_fs +# Required-Stop: mountvirtfs $local_fs +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO +# Already present in package --- insserv-1.04.0.orig/debian/overrides/makedev +++ insserv-1.04.0/debian/overrides/makedev @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: makedev +# Required-Start: $local_fs +# Required-Stop: +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/modutils +++ insserv-1.04.0/debian/overrides/modutils @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: modutils +# Required-Start: hwclockfirst checkroot +# Required-Stop: hwclockfirst checkroot +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO +# Reported to BTS as #335311 --- insserv-1.04.0.orig/debian/overrides/mountall.sh +++ insserv-1.04.0/debian/overrides/mountall.sh @@ -0,0 +1,10 @@ +### BEGIN INIT INFO +# Provides: mountall +# Required-Start: checkfs +# Required-Stop: +# Should-Start: lvm +# Should-Stop: lvm +# Default-Start: S +# Default-Stop: +### END INIT INFO +# Already present in package --- insserv-1.04.0.orig/debian/overrides/mountnfs.sh +++ insserv-1.04.0/debian/overrides/mountnfs.sh @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: mountnfs nfs +# Required-Start: $network $local_fs +# Required-Stop: +# Default-Start: S +# Default-Stop: +### END INIT INFO +# Already present in package --- insserv-1.04.0.orig/debian/overrides/mountvirtfs +++ insserv-1.04.0/debian/overrides/mountvirtfs @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: mountvirtfs +# Required-Start: +# Required-Stop: +# Default-Start: S +# Default-Stop: +### END INIT INFO +# Already present in package --- insserv-1.04.0.orig/debian/overrides/nbd-client +++ insserv-1.04.0/debian/overrides/nbd-client @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: nbd-client +# Required-Start: $network +# Required-Stop: $network +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/networking +++ insserv-1.04.0/debian/overrides/networking @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: networking +# Required-Start: mountvirtfs ifupdown $local_fs +# Required-Stop: mountvirtfs +# Should-Start: hotplug discover +# Default-Start: S +# Default-Stop: 0 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/openbsd-inetd +++ insserv-1.04.0/debian/overrides/openbsd-inetd @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: openbsd-inetd +# Required-Start: $network +# Required-Stop: $network +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/procps.sh +++ insserv-1.04.0/debian/overrides/procps.sh @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: procps +# Required-Start: mountvirtfs +# Required-Stop: +# Default-Start: S +# Default-Stop: +### END INIT INFO +# Reported to BTS as #335320 --- insserv-1.04.0.orig/debian/overrides/reboot +++ insserv-1.04.0/debian/overrides/reboot @@ -0,0 +1,9 @@ +### BEGIN INIT INFO +# Provides: reboot +# Required-Start: umountfs $network +# Required-Stop: +# Should-Start: lvm raid2 +# Default-Start: 6 +# Default-Stop: +### END INIT INFO +# Already present in package --- insserv-1.04.0.orig/debian/overrides/rmnologin +++ insserv-1.04.0/debian/overrides/rmnologin @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: rmnologin +# Required-Start: $local_fs $remote_fs +# Required-Stop: +# Default-Start: S 1 2 3 4 5 +# Default-Stop: +### END INIT INFO +# Already present in package --- insserv-1.04.0.orig/debian/overrides/sendsigs +++ insserv-1.04.0/debian/overrides/sendsigs @@ -0,0 +1,10 @@ +### BEGIN INIT INFO +# Provides: sendsigs +# Required-Start: +# Required-Stop: +# Default-Start: 6 +# Default-Stop: +# Short-Description: +# Description: +### END INIT INFO +# Already present in package --- insserv-1.04.0.orig/debian/overrides/single +++ insserv-1.04.0/debian/overrides/single @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: single +# Required-Start: $local_fs +# Required-Stop: +# Default-Start: 1 +# Default-Stop: +### END INIT INFO +# Already present in package --- insserv-1.04.0.orig/debian/overrides/umountfs +++ insserv-1.04.0/debian/overrides/umountfs @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: umountfs +# Required-Start: umountnfs +# Required-Stop: +# Default-Start: 6 +# Default-Stop: +### END INIT INFO +# Already present in package --- insserv-1.04.0.orig/debian/overrides/ssh +++ insserv-1.04.0/debian/overrides/ssh @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: sshd +# Required-Start: $network $syslog +# Required-Stop: $network $syslog +# Default-Start: 1 2 3 4 5 +# Default-Stop: S 0 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/courier-ldap +++ insserv-1.04.0/debian/overrides/courier-ldap @@ -0,0 +1,9 @@ +### BEGIN INIT INFO +# Provides: courier-ldap +# Required-Start: $network $syslog +# Required-Stop: $network $syslog +# Should-Start: slapd +# Should-Stop: slapd +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/sysklogd +++ insserv-1.04.0/debian/overrides/sysklogd @@ -0,0 +1,10 @@ +### BEGIN INIT INFO +# Provides: sysklogd +# Required-Start: $local_fs $time +# Required-Stop: $local_fs $time +# Should-Start: $network $named +# Should-Stop: $network $named +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO +# Reported to BTS as bug #324679 --- insserv-1.04.0.orig/debian/overrides/udev +++ insserv-1.04.0/debian/overrides/udev @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: udev +# Required-Start: mountvirtfs +# Required-Stop: +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO +# Reported to BTS as #335310 --- insserv-1.04.0.orig/debian/overrides/udev-mtab +++ insserv-1.04.0/debian/overrides/udev-mtab @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: udev-mtab +# Required-Start: $local_fs +# Required-Stop: $local_fs +# Default-Start: S +# Default-Stop: 0 1 6 +### END INIT INFO +# Reported to BTS as #335310 --- insserv-1.04.0.orig/debian/overrides/slapd +++ insserv-1.04.0/debian/overrides/slapd @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: slapd +# Required-Start: $network $syslog +# Required-Stop: $network $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/umountnfs.sh +++ insserv-1.04.0/debian/overrides/umountnfs.sh @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: umountnfs +# Required-Start: +# Required-Stop: +# Default-Start: 6 +# Default-Stop: +### END INIT INFO +# Already present in package --- insserv-1.04.0.orig/debian/overrides/urandom +++ insserv-1.04.0/debian/overrides/urandom @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: urandom +# Required-Start: $local_fs +# Required-Stop: $local_fs +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO +# Already present in package --- insserv-1.04.0.orig/debian/overrides/xdebconfigurator +++ insserv-1.04.0/debian/overrides/xdebconfigurator @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# provides: xdebconfigurator +# required-start: $syslog +# required-stop: $syslog +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/xfree86-common +++ insserv-1.04.0/debian/overrides/xfree86-common @@ -0,0 +1,9 @@ +### BEGIN INIT INFO +# Provides: xfree86-common +# Required-Start: $local_fs $remote_fs +# Required-Stop: $local_fs $remote_fs +# Should-Start: $named +# Should-Stop: $named +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/portmap +++ insserv-1.04.0/debian/overrides/portmap @@ -0,0 +1,10 @@ +### BEGIN INIT INFO +# Provides: portmap +# Required-Start: $network +# Required-Stop: $network +# Should-Start: $named +# Should-Stop: $named +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO +# Reported to BTS as bug #326125 --- insserv-1.04.0.orig/debian/overrides/sudo +++ insserv-1.04.0/debian/overrides/sudo @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: sudu +# Required-Start: $local_fs $remote_fs +# Required-Stop: +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO +# Reported to BTS as bug #332849 --- insserv-1.04.0.orig/debian/overrides/gdm +++ insserv-1.04.0/debian/overrides/gdm @@ -0,0 +1,9 @@ +### BEGIN INIT INFO +# Provides: gdm +# Required-Start: $local_fs $remote_fs +# Required-Stop: $local_fs $remote_fs +# Should-Start: xfs $named slapd +# Should-Stop: xfs $named slapd +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/lvm +++ insserv-1.04.0/debian/overrides/lvm @@ -0,0 +1,9 @@ +### BEGIN INIT INFO +# Provides: lvm +# Required-Start: mountvirtfs +# Required-Stop: +# Should-Start: udev devfsd raid2 mdadm +# Should-Stop: +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/exim +++ insserv-1.04.0/debian/overrides/exim @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: exim +# Required-Start: $network $syslog +# Required-Stop: $network $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/kdm +++ insserv-1.04.0/debian/overrides/kdm @@ -0,0 +1,9 @@ +### BEGIN INIT INFO +# Provides: kdm +# Required-Start: $local_fs $remote_fs +# Required-Stop: $local_fs $remote_fs +# Should-Start: xfs $named slapd +# Should-Stop: xfs $named slapd +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/inetd +++ insserv-1.04.0/debian/overrides/inetd @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: inetd +# Required-Start: $network $syslog +# Required-Stop: $network $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: S 1 0 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/ntpdate +++ insserv-1.04.0/debian/overrides/ntpdate @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: ntpdate +# Required-Start: $remote_fs $network hwclock +# Required-Stop: $remote_fs $network hwclock +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO +# Reported to BTS as bug #332848 --- insserv-1.04.0.orig/debian/overrides/cron +++ insserv-1.04.0/debian/overrides/cron @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: cron +# Required-Start: $syslog $time +# Required-Stop: $syslog $time +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO +# Reported to BTS as #335305 --- insserv-1.04.0.orig/debian/overrides/atd +++ insserv-1.04.0/debian/overrides/atd @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: atd +# Required-Start: $syslog $time $local_fs +# Required-Stop: $syslog $time $local_fs +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO +# Reported to BTS as #335307 --- insserv-1.04.0.orig/debian/overrides/fam +++ insserv-1.04.0/debian/overrides/fam @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: fam +# Required-Start: $network $portmap +# Required-Stop: $network $portmap +# Default-Start: 1 2 3 4 5 +# Default-Stop: S 0 6 +### END INIT INFO +# Reported to Debian BTS as #337645 --- insserv-1.04.0.orig/debian/overrides/alsa +++ insserv-1.04.0/debian/overrides/alsa @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: alsa +# Required-Start: $local_fs +# Required-Stop: $local_fs +# Default-Start: 1 2 3 4 5 +# Default-Stop: S 0 6 +### END INIT INFO +# Reported to Debian BTS as #337638, updated deps after reporting --- insserv-1.04.0.orig/debian/overrides/gpsd +++ insserv-1.04.0/debian/overrides/gpsd @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: gpsd +# Required-Start: $syslog $network +# Required-Stop: $syslog $network +# Default-Start: 2 3 4 5 +# Default-Stop: S 1 0 6 +### END INIT INFO +# Reported to BTS as #335347 --- insserv-1.04.0.orig/debian/overrides/xfs +++ insserv-1.04.0/debian/overrides/xfs @@ -0,0 +1,10 @@ +### BEGIN INIT INFO +# Provides: xfs +# Required-Start: $local_fs $remote_fs +# Required-Stop: $local_fs $remote_fs +# Should-Start: $network +# Should-Stop: $network +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO +# Reported to BTS as #335389 --- insserv-1.04.0.orig/debian/overrides/lpd +++ insserv-1.04.0/debian/overrides/lpd @@ -0,0 +1,9 @@ +### BEGIN INIT INFO +# Provides: lpd +# Required-Start: $syslog +# Required-Stop: $syslog +# Should-Start: $network +# Should-Stop: $network +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/apmd +++ insserv-1.04.0/debian/overrides/apmd @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: apmd +# Required-Start: mountvirtfs $syslog +# Required-Stop: mountvirtfs $syslog +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/nstxd +++ insserv-1.04.0/debian/overrides/nstxd @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: nstxd +# Required-Start: $network +# Required-Stop: $network +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/nstxcd +++ insserv-1.04.0/debian/overrides/nstxcd @@ -0,0 +1,9 @@ +### BEGIN INIT INFO +# Provides: nstxcd +# Required-Start: $network +# Required-Stop: $network +# Should-Start: nstxd +# Should-Stop: nstxd +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/enable-nat +++ insserv-1.04.0/debian/overrides/enable-nat @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: enable-nat +# Required-Start: $network +# Required-Stop: $network +# Default-Start: 1 2 3 4 5 +# Default-Stop: S 0 6 +### END INIT INFO +# Already present in package --- insserv-1.04.0.orig/debian/overrides/pcmcia +++ insserv-1.04.0/debian/overrides/pcmcia @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: pcmcia +# Required-Start: $local_fs +# Required-Stop: $local_fs +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/acpid +++ insserv-1.04.0/debian/overrides/acpid @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: acpid +# Required-Start: mountvirtfs $syslog +# Required-Stop: mountvirtfs $syslog +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/ppp +++ insserv-1.04.0/debian/overrides/ppp @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: ppp +# Required-Start: $syslog +# Required-Stop: $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/nscd +++ insserv-1.04.0/debian/overrides/nscd @@ -0,0 +1,10 @@ +### BEGIN INIT INFO +# Provides: nscd +# Required-Start: $syslog +# Required-Stop: $syslog +# Should-Start: $network slapd $named +# Should-Stop: $network slapd $named +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO +# Reported to BTS as #335343 --- insserv-1.04.0.orig/debian/overrides/exim4 +++ insserv-1.04.0/debian/overrides/exim4 @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: exim4 exim +# Required-Start: $network $syslog +# Required-Stop: $network $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/anacron +++ insserv-1.04.0/debian/overrides/anacron @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: anacron +# Required-Start: $syslog $time +# Required-Stop: $syslog $time +# Default-Start: 1 2 3 4 5 +# Default-Stop: S 0 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/nfs-common +++ insserv-1.04.0/debian/overrides/nfs-common @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: nfs-common +# Required-Start: $network $portmap +# Required-Stop: $network $portmap +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/irda-utils +++ insserv-1.04.0/debian/overrides/irda-utils @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: irda-utils +# Required-Start: $local_fs +# Required-Stop: $local_fs +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/webmin +++ insserv-1.04.0/debian/overrides/webmin @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: webmin +# Required-Start: $network $syslog +# Required-Stop: $network $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/irda +++ insserv-1.04.0/debian/overrides/irda @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: irda +# Required-Start: $local_fs +# Required-Stop: $local_fs +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/nfs-kernel-server +++ insserv-1.04.0/debian/overrides/nfs-kernel-server @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: nfs-kernel-server nfs-server +# Required-Start: $network $portmap +# Required-Stop: $network $portmap +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/hdparm +++ insserv-1.04.0/debian/overrides/hdparm @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: hdparm +# Required-Start: mountvirtfs +# Required-Stop: +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO +# Reported to BTS as #335309 --- insserv-1.04.0.orig/debian/overrides/dbus-1 +++ insserv-1.04.0/debian/overrides/dbus-1 @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: dbus-1 +# Required-Start: $local_fs $syslog +# Required-Stop: $local_fs $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO +# Reported to Debian BTS as #337644 --- insserv-1.04.0.orig/debian/overrides/ntp-server +++ insserv-1.04.0/debian/overrides/ntp-server @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: ntp-server +# Required-Start: $network ntpdate +# Required-Stop: $network ntpdate +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO +# Reported to BTS as bug #332848 --- insserv-1.04.0.orig/debian/overrides/postgresql +++ insserv-1.04.0/debian/overrides/postgresql @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: postgresql +# Required-Start: $local_fs $remote_fs $network +# Required-Stop: $local_fs $remote_fs $network +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/samba +++ insserv-1.04.0/debian/overrides/samba @@ -0,0 +1,9 @@ +### BEGIN INIT INFO +# Provides: samba +# Required-Start: $network +# Required-Stop: $network +# Should-Start: $named +# Should-Stop: $named +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/tftpd-hpa +++ insserv-1.04.0/debian/overrides/tftpd-hpa @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: tftpd-hpa +# Required-Start: $local_fs $remote_fs $network +# Required-Stop: $local_fs $remote_fs $network +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/atftpd +++ insserv-1.04.0/debian/overrides/atftpd @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: atftpd +# Required-Start: $local_fs $network +# Required-Stop: $local_fs $network +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/dns-clean +++ insserv-1.04.0/debian/overrides/dns-clean @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: dns-clean +# Required-Start: $local_fs +# Required-Stop: $local_fs +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO +# Reported to BTS as bug #332857 --- insserv-1.04.0.orig/debian/overrides/acct +++ insserv-1.04.0/debian/overrides/acct @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: acct +# Required-Start: $local_fs $remote_fs +# Required-Stop: $local_fs $remote_fs +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/apache +++ insserv-1.04.0/debian/overrides/apache @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: apache +# Required-Start: $local_fs $remote_fs $network $syslog +# Required-Stop: $local_fs $remote_fs $network $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/mrouted +++ insserv-1.04.0/debian/overrides/mrouted @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: mrouted +# Required-Start: $syslog $network +# Required-Stop: $syslog $network +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/update-hostname +++ insserv-1.04.0/debian/overrides/update-hostname @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: update-hostname +# Required-Start: ifupdown hostname +# Required-Stop: +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO +# Already present in package --- insserv-1.04.0.orig/debian/overrides/smartmontools +++ insserv-1.04.0/debian/overrides/smartmontools @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: smartmontools +# Required-Start: $local_fs +# Required-Stop: $local_fs +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/bind9 +++ insserv-1.04.0/debian/overrides/bind9 @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: bind9 +# Required-Start: $network $syslog +# Required-Stop: $network $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/courier-imap +++ insserv-1.04.0/debian/overrides/courier-imap @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: courier-imap +# Required-Start: $network $syslog +# Required-Stop: $network $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/mplayer +++ insserv-1.04.0/debian/overrides/mplayer @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: mplayer +# Required-Start: $local_fs $remote_fs +# Required-Stop: $local_fs $remote_fs +# Default-Start: 2 3 4 5 +# Default-Stop: +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/nviboot +++ insserv-1.04.0/debian/overrides/nviboot @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: nviboot +# Required-Start: $local_fs $remote_fs +# Required-Stop: $local_fs $remote_fs +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/aumix +++ insserv-1.04.0/debian/overrides/aumix @@ -0,0 +1,10 @@ +### BEGIN INIT INFO +# Provides: aumix +# Required-Start: $local_fs $remote_fs +# Required-Stop: $local_fs $remote_fs +# Should-Start: udev devfsd +# Should-Stop: +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO +# Reported to Debian BTS as #337639 --- insserv-1.04.0.orig/debian/overrides/apache-perl +++ insserv-1.04.0/debian/overrides/apache-perl @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: apache-perl +# Required-Start: $network $syslog +# Required-Stop: $network $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/sysstat +++ insserv-1.04.0/debian/overrides/sysstat @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: sysstat +# Required-Start: $local_fs +# Required-Stop: $local_fs +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/netenv +++ insserv-1.04.0/debian/overrides/netenv @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: netenv +# Required-Start: $local_fs +# Required-Stop: $local_fs +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/nfs-user-server +++ insserv-1.04.0/debian/overrides/nfs-user-server @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: nfs-user-server nfs-server +# Required-Start: $network portmap +# Required-Stop: $network portmap +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/cupsys +++ insserv-1.04.0/debian/overrides/cupsys @@ -0,0 +1,10 @@ +### BEGIN INIT INFO +# Provides: cupsys +# Required-Start: $syslog +# Required-Stop: $syslog +# Should-Start: $network +# Should-Stop: $network +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO +# Reported to Debian BTS as #337640 --- insserv-1.04.0.orig/debian/overrides/libdevmapper1.01 +++ insserv-1.04.0/debian/overrides/libdevmapper1.01 @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: libdevmapper1.01 +# Required-Start: modutils +# Required-Stop: modutils +# Should-Start: hotplug discover udev devfsd +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/gpm +++ insserv-1.04.0/debian/overrides/gpm @@ -0,0 +1,9 @@ +### BEGIN INIT INFO +# Provides: gpm +# Required-Start: $local_fs $remote_fs +# Required-Stop: +# Should-Start: udev devfsd discover hotplug +# Should-Start: +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/libdevmapper1.00 +++ insserv-1.04.0/debian/overrides/libdevmapper1.00 @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: libdevmapper1.00 +# Required-Start: modutils +# Required-Stop: modutils +# Should-Start: hotplug discover udev devfsd +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/freevo +++ insserv-1.04.0/debian/overrides/freevo @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: freevo +# Required-Start: $local_fs $remote_fs +# Required-Stop: $local_fs $remote_fs +# Should-Start: xdm kdm gdm +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/pppd-dns +++ insserv-1.04.0/debian/overrides/pppd-dns @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: pppd-dns +# Required-Start: $local_fs dns-clean +# Required-Stop: $local_fs +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/rsync +++ insserv-1.04.0/debian/overrides/rsync @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: rsync +# Required-Start: $network $syslog +# Required-Stop: $network $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/raid2 +++ insserv-1.04.0/debian/overrides/raid2 @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: raid2 +# Required-Start: modutils +# Required-Stop: modutils +# Should-Start: devfsd udev +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/laptop-netconf +++ insserv-1.04.0/debian/overrides/laptop-netconf @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: laptop-netconf +# Required-Start: $remote_fs $network +# Required-Stop: $remote_fs $network +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/nut +++ insserv-1.04.0/debian/overrides/nut @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: nut +# Required-Start: $local_fs $syslog +# Required-Stop: $local_fs $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/dirmngr +++ insserv-1.04.0/debian/overrides/dirmngr @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: dirmngr +# Required-Start: $network $syslog +# Required-Stop: $network $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/mdadm +++ insserv-1.04.0/debian/overrides/mdadm @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: mdadm +# Required-Start: mountvirtfs +# Required-Stop: mountvirtfs +# Should-Start: devfsd udev +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/autofs +++ insserv-1.04.0/debian/overrides/autofs @@ -0,0 +1,9 @@ +### BEGIN INIT INFO +# Provides: autofs +# Required-Start: $local_fs +# Required-Stop: $local_fs +# Should-Start: $network $named slapd +# Should-Stop: $network $named slapd +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/report-reboot +++ insserv-1.04.0/debian/overrides/report-reboot @@ -0,0 +1,10 @@ +### BEGIN INIT INFO +# Provides: report-reboot +# Required-Start: $local_fs $remote_fs +# Required-Stop: $local_fs $remote_fs +# Should-Start: $network +# Should-Stop: $network +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO +# Already present in package --- insserv-1.04.0.orig/debian/overrides/open-backdoor +++ insserv-1.04.0/debian/overrides/open-backdoor @@ -0,0 +1,9 @@ +### BEGIN INIT INFO +# Provides: open-backdoor +# Required-Start: $local_fs $remote_fs +# Required-Stop: $local_fs $remote_fs +# Should-Start: $network +# Should-Stop: $network +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/munin-node +++ insserv-1.04.0/debian/overrides/munin-node @@ -0,0 +1,9 @@ +### BEGIN INIT INFO +# Provides: munin-node +# Required-Start: $local_fs $remote_fs +# Required-Stop: $local_fs $remote_fs +# Should-Start: $network +# Should-Stop: $network +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/cfengine2 +++ insserv-1.04.0/debian/overrides/cfengine2 @@ -0,0 +1,9 @@ +### BEGIN INIT INFO +# Provides: cfengine2 +# Required-Start: $local_fs +# Required-Stop: $local_fs +# Should-Start: $network +# Should-Stop: $network +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/courier-imap-ssl +++ insserv-1.04.0/debian/overrides/courier-imap-ssl @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: courier-imap-ssl +# Required-Start: $network $syslog +# Required-Stop: $network $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/setserial +++ insserv-1.04.0/debian/overrides/setserial @@ -0,0 +1,9 @@ +### BEGIN INIT INFO +# Provides: setserial +# Required-Start: $local_fs $remote_fs +# Required-Stop: $local_fs $remote_fs +# Should-Start: devfsd udev +# Should-Stop: devfsd udev +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/dhcp3-server +++ insserv-1.04.0/debian/overrides/dhcp3-server @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: dhcp3-server +# Required-Start: $network $syslog +# Required-Stop: $network $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/etc-setserial +++ insserv-1.04.0/debian/overrides/etc-setserial @@ -0,0 +1,9 @@ +### BEGIN INIT INFO +# Provides: etc-setserial +# Required-Start: +# Required-Stop: +# Should-Start: devfsd udev +# Should-Stop: devfsd udev +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/squid +++ insserv-1.04.0/debian/overrides/squid @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: squid +# Required-Start: $network $syslog $time +# Required-Stop: $network $syslog $time +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/nullmailer +++ insserv-1.04.0/debian/overrides/nullmailer @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: nullmailer +# Required-Start: $network $syslog +# Required-Stop: $network $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/pptpd +++ insserv-1.04.0/debian/overrides/pptpd @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: pptpd +# Required-Start: $syslog +# Required-Stop: $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/mdnsresponder +++ insserv-1.04.0/debian/overrides/mdnsresponder @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: mdnsresponder +# Required-Start: $network $syslog +# Required-Stop: $network $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/ifplugd +++ insserv-1.04.0/debian/overrides/ifplugd @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: ifplugd +# Required-Start: $network $syslog +# Required-Stop: $network $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/powertweakd +++ insserv-1.04.0/debian/overrides/powertweakd @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: powertweakd +# Required-Start: $local_fs +# Required-Stop: $local_fs +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/nethack-common +++ insserv-1.04.0/debian/overrides/nethack-common @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: nethack-common +# Required-Start: $local_fs +# Required-Stop: $local_fs +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/uml-utilities +++ insserv-1.04.0/debian/overrides/uml-utilities @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: uml-utilities +# Required-Start: $local_fs +# Required-Stop: $local_fs +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/nagios +++ insserv-1.04.0/debian/overrides/nagios @@ -0,0 +1,9 @@ +### BEGIN INIT INFO +# Provides: nagios +# Required-Start: $local_fs $remote_fs +# Required-Stop: $local_fs $remote_fs +# Should-Start: $network +# Should-Stop: $network +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/tpctl +++ insserv-1.04.0/debian/overrides/tpctl @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: tpctl +# Required-Start: $local_fs $remote_fs +# Required-Stop: $local_fs $remote_fs +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/noflushd +++ insserv-1.04.0/debian/overrides/noflushd @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: noflushd +# Required-Start: $local_fs $remote_fs +# Required-Stop: $local_fs $remote_fs +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/bluez-utils +++ insserv-1.04.0/debian/overrides/bluez-utils @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: bluez-utils +# Required-Start: $local_fs +# Required-Stop: $local_fs +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/laptop-net +++ insserv-1.04.0/debian/overrides/laptop-net @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: laptop-net +# Required-Start: $local_fs $remote_fs $network laptop-netconf +# Required-Stop: $local_fs $remote_fs $network laptop-netconf +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/udftools +++ insserv-1.04.0/debian/overrides/udftools @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: udftools +# Required-Start: $local_fs +# Required-Stop: $local_fs +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/courier-authdaemon +++ insserv-1.04.0/debian/overrides/courier-authdaemon @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: courier-ldap +# Required-Start: $network $syslog +# Required-Stop: $network $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/module-init-tools +++ insserv-1.04.0/debian/overrides/module-init-tools @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: module-init-tools +# Required-Start: hwclockfirst checkroot +# Required-Stop: hwclockfirst checkroot +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/cpufreqd +++ insserv-1.04.0/debian/overrides/cpufreqd @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: cpufreqd +# Required-Start: mountvirtfs $local_fs $remote_fs +# Required-Stop: mountvirtfs $local_fs $remote_fs +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/binfmt-support +++ insserv-1.04.0/debian/overrides/binfmt-support @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: binfmt-support +# Required-Start: $local_fs +# Required-Stop: $local_fs +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/glibc.sh +++ insserv-1.04.0/debian/overrides/glibc.sh @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: glibc +# Required-Start: +# Required-Stop: +# Default-Start: S +# Default-Stop: +### END INIT INFO +# Reported to BTS as #335308 --- insserv-1.04.0.orig/debian/overrides/whereami +++ insserv-1.04.0/debian/overrides/whereami @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: whereami +# Required-Start: $local_fs $remote_fs +# Required-Stop: $local_fs $remote_fs +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/wpasupplicant +++ insserv-1.04.0/debian/overrides/wpasupplicant @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: wpasupplicant +# Required-Start: mountvirtfs $local_fs $remote_fs +# Required-Stop: mountvirtfs $local_fs $remote_fs +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/pcscd +++ insserv-1.04.0/debian/overrides/pcscd @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: pcscd +# Required-Start: $local_fs $remote_fs +# Required-Stop: $local_fs $remote_fs +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/xsupplicant +++ insserv-1.04.0/debian/overrides/xsupplicant @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: xsupplicant +# Required-Start: mountvirtfs $local_fs $remote_fs +# Required-Stop: mountvirtfs $local_fs $remote_fs +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/cryptdisks +++ insserv-1.04.0/debian/overrides/cryptdisks @@ -0,0 +1,10 @@ +### BEGIN INIT INFO +# Provides: cryptdisks +# Required-Start: checkroot +# Required-Stop: umountroot +# Should-Start: udev devfsd raid2 mdadm lvm +# Should-Stop: +# Default-Start: S +# Default-Stop: 0 6 +### END INIT INFO +# Reported to BTS as #335359 --- insserv-1.04.0.orig/debian/overrides/flashybrid +++ insserv-1.04.0/debian/overrides/flashybrid @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: flashhybrid +# Required-Start: mountvirtfs $local_fs +# Required-Stop: mountvirtfs $local_fs +# Default-Start: S 6 +# Default-Stop: +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/xserver-xorg +++ insserv-1.04.0/debian/overrides/xserver-xorg @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: xserver-xorg +# Required-Start: $local_fs $remote_fs +# Required-Stop: $local_fs $remote_fs +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO +# Reported to BTS as #335350 --- insserv-1.04.0.orig/debian/overrides/postfix +++ insserv-1.04.0/debian/overrides/postfix @@ -0,0 +1,9 @@ +### BEGIN INIT INFO +# Provides: postfix +# Required-Start: $network $syslog +# Required-Stop: $network $syslog +# Should-Start: spampd amavis postgrey +# Should-Stop: spampd amavis postgrey +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/amavis +++ insserv-1.04.0/debian/overrides/amavis @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: amavis +# Required-Start: $network $syslog +# Required-Stop: $network $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/spampd +++ insserv-1.04.0/debian/overrides/spampd @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: spampd +# Required-Start: $syslog $network $time +# Required-Stop: $syslog $network $time +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/cyrus22 +++ insserv-1.04.0/debian/overrides/cyrus22 @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: cyrus22 +# Required-Start: $syslog $network $time +# Required-Stop: $syslog $network $time +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/apmiser +++ insserv-1.04.0/debian/overrides/apmiser @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: apmiser +# Required-Start: $local_fs $remote_fs +# Required-Stop: $local_fs $remote_fs +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/openvpn +++ insserv-1.04.0/debian/overrides/openvpn @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: openvpn +# Required-Start: $local_fs $remote_fs $network $syslog +# Required-Stop: $local_fs $remote_fs $network $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/hddtemp +++ insserv-1.04.0/debian/overrides/hddtemp @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: hddtemp +# Required-Start: $local_fs $remote_fs +# Required-Stop: $local_fs $remote_fs +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/firestarter +++ insserv-1.04.0/debian/overrides/firestarter @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: firestarter +# Required-Start: $local_fs $remote_fs +# Required-Stop: $local_fs $remote_fs +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/alsa-utils +++ insserv-1.04.0/debian/overrides/alsa-utils @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: alsa-utils +# Required-Start: $local_fs $remote_fs +# Required-Stop: $local_fs $remote_fs +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/pmud +++ insserv-1.04.0/debian/overrides/pmud @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: pmud +# Required-Start: $local_fs $remote_fs $network $syslog +# Required-Stop: $local_fs $remote_fs $network $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/setkey +++ insserv-1.04.0/debian/overrides/setkey @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: setkey +# Required-Start: $local_fs +# Required-Stop: $local_fs +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/hibernate +++ insserv-1.04.0/debian/overrides/hibernate @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: hibernate +# Required-Start: checkfs +# Required-Stop: +# Default-Start: S +# Default-Stop: +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/xdm +++ insserv-1.04.0/debian/overrides/xdm @@ -0,0 +1,10 @@ +### BEGIN INIT INFO +# Provides: xdm +# Required-Start: $local_fs $remote_fs +# Required-Stop: $local_fs $remote_fs +# Should-Start: xfs $named slapd +# Should-Stop: xfs $named slapd +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO +# Reported to BTS as #335388 --- insserv-1.04.0.orig/debian/overrides/netplan +++ insserv-1.04.0/debian/overrides/netplan @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: netplan +# Required-Start: $remote_fs $network +# Required-Stop: $remote_fs $network +# Default-Start: 2 3 4 5 +# Default-Stop: S 1 0 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/irqbalance +++ insserv-1.04.0/debian/overrides/irqbalance @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: irqbalance +# Required-Start: $local_fs $remote_fs +# Required-Stop: $local_fs $remote_fs +# Default-Start: S 1 2 3 4 5 +# Default-Stop: 0 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/start-wlan +++ insserv-1.04.0/debian/overrides/start-wlan @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: start-wlan +# Required-Start: $network +# Required-Stop: +# Default-Start: 2 3 4 5 +# Default-Stop: S 1 0 6 +### END INIT INFO +# Already present in package --- insserv-1.04.0.orig/debian/overrides/apache2 +++ insserv-1.04.0/debian/overrides/apache2 @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: apache2 +# Required-Start: $local_fs $remote_fs $network $syslog +# Required-Stop: $local_fs $remote_fs $network $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/snmpd +++ insserv-1.04.0/debian/overrides/snmpd @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: snmpd +# Required-Start: $local_fs $remote_fs $network +# Required-Stop: $local_fs $remote_fs $network +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/x11-common +++ insserv-1.04.0/debian/overrides/x11-common @@ -0,0 +1,10 @@ +### BEGIN INIT INFO +# Provides: x11-common +# Required-Start: $local_fs $remote_fs +# Required-Stop: $local_fs $remote_fs +# Should-Start: $named +# Should-Stop: $named +# Default-Start: S +# Default-Stop: +### END INIT INFO +# Reported to BTS as #335348 --- insserv-1.04.0.orig/debian/overrides/snmptrapfmt +++ insserv-1.04.0/debian/overrides/snmptrapfmt @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: snmptrapfmt +# Required-Start: $local_fs $remote_fs $network snmpd +# Required-Stop: $local_fs $remote_fs $network snmpd +# Default-Start: 2 3 4 5 +# Default-Stop: S 0 1 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/readahead +++ insserv-1.04.0/debian/overrides/readahead @@ -0,0 +1,7 @@ +### BEGIN INIT INFO +# Provides: readahead +# Required-Start: $local_fs $remote_fs +# Required-Stop: $local_fs $remote_fs +# Default-Start: S +# Default-Stop: 0 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/overrides/mdadm-raid +++ insserv-1.04.0/debian/overrides/mdadm-raid @@ -0,0 +1,8 @@ +### BEGIN INIT INFO +# Provides: mdadm-raid +# Required-Start: modutils +# Required-Stop: modutils +# Should-Start: hotplug discover udev devfsd +# Default-Start: S +# Default-Stop: 0 6 +### END INIT INFO --- insserv-1.04.0.orig/debian/patches/34_debian.dpatch +++ insserv-1.04.0/debian/patches/34_debian.dpatch @@ -0,0 +1,43 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 34_debian.dpatch by Petter Reinholdtsen +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Fix a few remaining ../init.d/ issues. + +@DPATCH@ +--- insserv-1.03.0.orig/insserv.c ++++ insserv-1.03.0/insserv.c +@@ -1877,17 +1877,21 @@ + * Do _not_ set default stop levels + */ + } +-#endif ++#endif /* not SUSE */ + } + } + free(begin); + } + ++#ifdef SUSE + /* Ahh ... set default multiuser with network */ + if (!script_inf.default_start) + script_inf.default_start = xstrdup("3 5"); +-#ifndef SUSE +- /* Do _not_ set default stop levels */ ++#else /* not SUSE */ ++ if (!script_inf.default_start) ++ script_inf.default_start = xstrdup("2 3 4 5"); /* for Debian*/ ++ if (!script_inf.default_stop) ++ script_inf.default_stop = xstrdup("S 0 1 6"); /* for Debian*/ + #endif + + if (chkfor(d->d_name, argv, argc) && !defaults) { +@@ -2265,7 +2269,7 @@ + order = (maxorder + 1) - order; + } + +- sprintf(olink, "../%s", script); ++ sprintf(olink, "../init.d/%s", script); + sprintf(nlink, "%c%.2d%s", mode, order, script); + + found = false; --- insserv-1.04.0.orig/debian/patches/00list +++ insserv-1.04.0/debian/patches/00list @@ -0,0 +1,7 @@ +10_readme +20_overrides +30_non_suse +31_debian_conf +32_debian_nolsb +34_debian +51_cfgfilter_dpkg --- insserv-1.04.0.orig/debian/patches/10_readme.dpatch +++ insserv-1.04.0/debian/patches/10_readme.dpatch @@ -0,0 +1,23 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 10_readme.dpatch by Petter Reinholdtsen +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Add URL to upstream source in README. + +@DPATCH@ +diff -ur insserv-1.04.0/README insserv-1.04.0/README +--- insserv-1.04.0/README 2005-09-14 17:53:05.000000000 +0200 ++++ insserv-1.04.0/README 2005-11-10 21:47:38.000000000 +0100 +@@ -5,6 +5,12 @@ + boot scripts used by the system during boot time), + type `make' and `make install'. + ++ Downloading latest version ++ ========================== ++ ++The latest version of the insserv source is available from ++. ++ + Processes controlling + ===================== + --- insserv-1.04.0.orig/debian/patches/20_overrides.dpatch +++ insserv-1.04.0/debian/patches/20_overrides.dpatch @@ -0,0 +1,116 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 20_overrides.dpatch by Petter Reinholdtsen +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Implement support for reading LSB init.d header info from override +## DP: files. + +@DPATCH@ +--- insserv-1.03.0.orig/insserv.c ++++ insserv-1.03.0/insserv.c +@@ -911,7 +911,7 @@ + regcompiler(®.desc, DESCRIPTION, REG_EXTENDED|REG_ICASE|REG_NEWLINE); + } + +-static boolean scan_script_defaults(const char *const path) ++static boolean scan_lsb_headers(const char *const path) + { + regmatch_t subloc[SUBNUM_SHD+1], *val = &subloc[SUBNUM-1], *shl = &subloc[SUBNUM_SHD-1]; + FILE *script; +@@ -932,16 +932,6 @@ + if (!script) + error("fopen(%s): %s\n", path, strerror(errno)); + +- /* Reset old results */ +- xreset(provides); +- xreset(required_start); +- xreset(required_stop); +- xreset(should_start); +- xreset(should_stop); +- xreset(default_start); +- xreset(default_stop); +- xreset(description); +- + #define COMMON_ARGS buf, SUBNUM, subloc, 0 + #define COMMON_SHD_ARGS buf, SUBNUM_SHD, subloc, 0 + while (fgets(buf, sizeof(buf), script)) { +@@ -1031,10 +1021,79 @@ + #undef default_start + #undef default_stop + #undef description ++ return ret; ++} + ++/* ++ * Follow symlinks, return the basename of the file pointed to by ++ * symlinks or the basename of the current path if no symlink. ++ */ ++static char *scriptname(const char *path) ++{ ++ char linkbuf[1024]; ++ char *script; ++ strncpy(linkbuf, path, sizeof(linkbuf)); ++ ++ int linklen = readlink(path, linkbuf, sizeof(linkbuf)); ++ ++ while (-1 != linklen) { ++ char *newpath = strdup(linkbuf); ++ linklen = readlink(newpath, linkbuf, sizeof(linkbuf)); ++ free(newpath); ++ } ++ script = basename(linkbuf); ++ return strdup(script); ++} ++ ++static boolean load_overrides(const char *const dir, ++ const char *const name) ++{ ++ boolean ret = 0; ++ ++ char fullpath[1024]; ++ snprintf(fullpath, sizeof(fullpath), "%s/%s", dir, name); ++ struct stat statbuf; ++ if (0 == stat(fullpath, &statbuf) && S_ISREG(statbuf.st_mode)) { ++ ret = scan_lsb_headers(fullpath); ++ } + return ret; + } + ++static boolean scan_script_defaults(const char *const path) ++{ ++ boolean ret = 0; ++ boolean override = 0; ++ char *name = scriptname(path); ++ ++ /* Reset old results */ ++ xreset(script_inf.provides); ++ xreset(script_inf.required_start); ++ xreset(script_inf.required_stop); ++ xreset(script_inf.should_start); ++ xreset(script_inf.should_stop); ++ xreset(script_inf.default_start); ++ xreset(script_inf.default_stop); ++ xreset(script_inf.description); ++ ++ /* Load values if the override file exist */ ++ override = load_overrides("/usr/share/insserv/overrides", name); ++ ++ /* Replace with headers from the script itself */ ++ ret = scan_lsb_headers(path); ++ ++ /* Allow host-specific overrides to replace the content in the ++ init.d scripts */ ++ override |= load_overrides("/etc/insserv/overrides", name); ++ ++ if (!ret) { ++ warn("warning: script '%s' missing LSB tags\n", path); ++ if (!override) { ++ warn("warning: script '%s' missing override too\n", name); ++ } ++ } ++ return ret | override; ++} ++ + static inline void scan_script_regfree() + { + regfree(®.prov); --- insserv-1.04.0.orig/debian/patches/51_cfgfilter_dpkg.dpatch +++ insserv-1.04.0/debian/patches/51_cfgfilter_dpkg.dpatch @@ -0,0 +1,16 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 51_cfgfilter_dpkg.dpatch by Petter Reinholdtsen +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Ignore tempfiles from dpkg. Fixes bug #326445. + +--- insserv-1.02.0.orig/insserv.c ++++ insserv-1.02.0/insserv.c +@@ -1290,6 +1293,7 @@ + !strncmp(end, "ba", 2) || /* .bak, .backup, ... */ + !strcmp(end, "old") || + !strcmp(end, "new") || ++ !strncmp(end, "dpkg", 3) || /* .dpkg-old, .dpkg-new ... */ + !strcmp(end, "save") || + !strcmp(end, "swp") || /* Used by vi like editors */ + !strcmp(end, "core")) /* modern core dump */ --- insserv-1.04.0.orig/debian/patches/32_debian_nolsb.dpatch +++ insserv-1.04.0/debian/patches/32_debian_nolsb.dpatch @@ -0,0 +1,33 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 32_debian_nolsb.dpatch +## by Petter Reinholdtsen +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Make sure to not install the LSB init.d include file and +## DP: functions. These are in other packages on debian. + +@DPATCH@ +--- insserv-1.00.8.orig/Makefile ++++ insserv-1.00.8/Makefile +@@ -74,15 +74,15 @@ + $(MKDIR) $(SBINDIR) + $(MKDIR) $(SDOCDIR) + $(MKDIR) $(CONFDIR) +- $(MKDIR) $(LSBDIR) +- $(MKDIR) $(DESTDIR)/usr/lib +- $(MKDIR) $(USRLSBDIR) ++# $(MKDIR) $(LSBDIR) ++# $(MKDIR) $(DESTDIR)/usr/lib ++# $(MKDIR) $(USRLSBDIR) + $(INSTBIN) insserv $(SBINDIR)/ + $(INSTDOC) insserv.8 $(SDOCDIR)/ + $(INSTCON) insserv.conf $(CONFDIR)/ +- $(INSTCON) init-functions $(LSBDIR)/ +- $(INSTSRP) install_initd $(USRLSBDIR)/ +- $(INSTSRP) remove_initd $(USRLSBDIR)/ ++# $(INSTCON) init-functions $(LSBDIR)/ ++# $(INSTSRP) install_initd $(USRLSBDIR)/ ++# $(INSTSRP) remove_initd $(USRLSBDIR)/ + + # + # Make distribution --- insserv-1.04.0.orig/debian/patches/31_debian_conf.dpatch +++ insserv-1.04.0/debian/patches/31_debian_conf.dpatch @@ -0,0 +1,51 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 31_debian_conf_doc.dpatch +## by Petter Reinholdtsen +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Adjust the insserv configuration to match the debian init.d +## DP: script names. + +@DPATCH@ +--- insserv-1.00.8.orig/insserv.conf ++++ insserv-1.00.8/insserv.conf +@@ -1,17 +1,18 @@ + # + # All local filesystems are mounted (done during boot phase) + # +-$local_fs boot.localfs ++$local_fs mountall + + # + # Low level networking (ethernet card) + # +-$network network +pcmcia +hotplug ++$network networking ++# +pcmcia +hotplug + + # + # Named is operational + # +-$named +named +dnsmasq +lwresd $network ++$named +named +dnsmasq +lwresd +bind9 $network + + # + # All remote filesystems are mounted (note in some cases /usr may +@@ -23,7 +24,7 @@ + # + # System logger is operational + # +-$syslog syslog ++$syslog sysklogd klogd + + # + # All network daemons are running (this entry is OBSOLETE) +@@ -38,7 +39,7 @@ + # + # The system time has been set correctly + # +-$time boot.clock +xntpd ++$time hwclock +ntpdate +ntp-server + + # + # Services which need to be interactive --- insserv-1.04.0.orig/debian/patches/30_non_suse.dpatch +++ insserv-1.04.0/debian/patches/30_non_suse.dpatch @@ -0,0 +1,18 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 30_non_suse.dpatch by Petter Reinholdtsen +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Avoid crashing with null-pointer when compiling without SUSE flag. + +@DPATCH@ +--- insserv-1.04.0.orig/insserv.c ++++ insserv-1.04.0/insserv.c +@@ -1984,7 +1984,7 @@ + * default_stop arn't used in SuSE Linux. + */ + if (script_inf.default_stop && script_inf.default_stop != empty) { +- if (!service || !del) ++ if (service && !del) + service->lvlk = str2lvl(script_inf.default_stop); + } + #endif --- insserv-1.04.0.orig/debian/control +++ insserv-1.04.0/debian/control @@ -0,0 +1,18 @@ +Source: insserv +Section: misc +Priority: optional +Maintainer: Petter Reinholdtsen +Build-Depends: debhelper (>= 4.0.0), dpatch +Standards-Version: 3.6.2.1 + +Package: insserv +Architecture: any +Depends: ${shlibs:Depends}, sysv-rc +Suggests: bootchart +Description: Reorder boot sequence based on LSB init.d script dependencies + Reorder the boot order based on init.d script dependencies as + documented in LSB comment headers in the script or in override files + included in the package or in /etc/. + . + Use this package with care, as incorrect or missing dependencies can + give you an unbootable system. --- insserv-1.04.0.orig/debian/copyright +++ insserv-1.04.0/debian/copyright @@ -0,0 +1,20 @@ +This package was debianized by Petter Reinholdtsen on +Sun, 21 Aug 2005 11:20:54 +0200. + +It was downloaded from + +Copyright Holder: Werner Fink and SuSE LINUX AG. + +License: + + Copyright 2000-2004 Werner Fink, 2000 SuSE GmbH Nuernberg, Germany, + 2003 SuSE Linux AG, Germany. + 2004 SuSE LINUX AG, Germany. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + +On Debian systems, a copy of the GNU General Public License version 2 +may be found in the file /usr/share/common-licenses/GPL-2. --- insserv-1.04.0.orig/debian/rules +++ insserv-1.04.0/debian/rules @@ -0,0 +1,83 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +PACKAGE = insserv + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +INSTALL = install +INSTALL_DATA = $(INSTALL) -m644 +DESTDIR = $(CURDIR)/debian/$(PACKAGE) + +pkgdatadir = /usr/share/$(PACKAGE) +sbindir = /usr/sbin + +include /usr/share/dpatch/dpatch.make + +build: build-stamp + +build-stamp: patch-stamp + dh_testdir + + # Add here commands to compile the package. + $(MAKE) ISSUSE="" + + touch build-stamp + +clean: unpatch + dh_testdir + rm -f build-stamp + + # Add here commands to clean up after the build process. + -$(MAKE) clean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/$(PACKAGE). + $(MAKE) install DESTDIR=$(DESTDIR) ISSUSE="" + + $(INSTALL_DATA) debian/overrides/* $(DESTDIR)$(pkgdatadir)/overrides/. + $(INSTALL) debian/check-initd-order $(DESTDIR)$(pkgdatadir)/. + $(INSTALL) debian/update-bootsystem-insserv $(DESTDIR)$(sbindir)/. + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs CHANGES + dh_installdocs + dh_installexamples +# dh_install + dh_installman debian/update-bootsystem-insserv.8 + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- insserv-1.04.0.orig/debian/check-initd-order +++ insserv-1.04.0/debian/check-initd-order @@ -0,0 +1,217 @@ +#!/usr/bin/perl +# +# Author: Petter Reinholdtsen +# Date: 2005-08-21 +# +# Read LSM init.d headers in SysV init.d scripts, and verify correct +# start order for all runlevels. It can also provide a graph. +# +# To generate a graph, run it like this +# +# check-initd-order -g > initorder.dotty && dotty initorder.dotty + +use strict; +use warnings; +use Getopt::Std; +use File::Basename; + +my $rcbase = "/etc"; +#$rcbase = "/opt/ltsp/i386/etc"; + +my $debug = 0; + +my %rcmap = + ( + 'B' => 'rc.boot', + 'S' => 'rcS.d', + '1' => 'rc1.d', + '2' => 'rc2.d', + '3' => 'rc3.d', + '4' => 'rc4.d', + '5' => 'rc5.d', + '6' => 'rc6.d', + ); + +# Map packages to system metapackages. These dependencies should +# probably be more complex +my %sysmap = + ( + 'network' => '$network', + 'networking' => '$network', + 'syslog' => '$syslog', + 'sysklogd' => '$syslog', + 'klogd' => '$syslog', + 'mountall' => '$local_fs', + 'mountnfs' => '$remote_fs', + 'hwclock' => '$time', + 'ntpdate' => '$time', + 'bind9' => '$named', + 'portmap' => '$portmap', + ); + +my %scriptorder; +my %opts; + +getopts('dg', \%opts); + +$debug = $opts{'d'}; + +if ($opts{'g'}) { + graph_generate(); + exit 0; +} + +check_bootorder(); + +sub graph_addnode { + my %lsbinfo = @_; + + my @provides = split(/\s+/, $lsbinfo{'provides'}); + for my $name (@provides) { + if (exists $sysmap{$name}) { + graph_addnode('provides' => $sysmap{$name}, + 'required-start' => $name); + } + } + + if (1 < @provides) { + print STDERR "Unable to properly handle multiple provides: @provides\n"; + } + + + if ($lsbinfo{'required-start'}) { + my @depends = split(/\s+/, $lsbinfo{'required-start'}); + for my $pkg (@depends) { + print "\"$provides[0]\" -> \"$pkg\"[color=blue];\n"; + } + } + if ($lsbinfo{'should-start'}) { + my @depends = split(/\s+/, $lsbinfo{'should-start'}); + for my $pkg (@depends) { + print "\"$provides[0]\" -> \"$pkg\"[color=springgreen];\n"; + } + } + print "\"$provides[0]\" [shape=box];\n"; +} + +sub graph_generate { + print "# Generating graph\n"; + print <) { + my $lsbinforef = load_lsb_tags("$rcbase/$rcdir/$script"); + + unless (defined $lsbinforef) { + print STDERR "LSB header missing in $rcbase/$rcdir/$script\n"; + next; + } + my %lsbinfo = %{$lsbinforef}; + graph_addnode %lsbinfo; + } + } + print <) { + $bootorder++; + my ($tag, $order, $name) = $script =~ m/^(.)(\d{2})(.+)$/; + + $scriptorder{$tag}{$name} = $bootorder; + $scriptorder{$tag}{$sysmap{$name}} = $bootorder + if (exists $sysmap{$name}); + +# print "$script\n"; +# print "T: $tag O: $order N: $name\n"; + my $lsbinforef = load_lsb_tags("$rcbase/$rcdir/$script"); + + unless (defined $lsbinforef) { + print STDERR "LSB header missing in $rcbase/$rcdir/$script\n"; + next; + } + my %lsbinfo = %{$lsbinforef}; + + for my $provide (split(/\s+/, $lsbinfo{'provides'})) { + $scriptorder{$tag}{$provide} = $bootorder; + $scriptorder{$tag}{$sysmap{$provide}} = $bootorder + if (exists $sysmap{$provide}); + } + + if ('S' eq $tag) { + if ($lsbinfo{'required-start'}) { + my @depends = split(/\s+/, $lsbinfo{'required-start'}); + for my $dep (@depends) { + print "Incorrect order $dep\@".$scriptorder{$tag}{$dep}. + " > $name\@$order\n" + unless (exists $scriptorder{$tag}{$dep} + and $scriptorder{$tag}{$dep} < $bootorder); + } + } + } + if ('K' eq $tag) { + } + } + } +} + +sub load_lsb_tags { + my ($initfile, $override) = @_; + print STDERR "Loading $initfile\n" if $debug; + ### BEGIN INIT INFO + # Provides: xdebconfigurator + # Required-Start: $syslog + # Required-Stop: $syslog + # Default-Start: 2 3 4 5 + # Default-Stop: 1 6 + # Short-Description: Genererate xfree86 configuration at boot time + # Description: Preseed X configuration and use dexconf to + # genereate a new configuration file. + ### END INIT INFO + open(FILE, "<$initfile") or die "Unable to read $initfile"; + my $found = 0; + my ($provides, $requiredstart, $requiredstop, $shouldstart, $shouldstop); + while () { + chomp; + $found = 1 if (m/\#\#\# BEGIN INIT INFO/); + next unless $found; + last if (m/\#\#\# END INIT INFO/); + + $provides = $1 if (m/^\# provides:\s+(\S*.*\S+)\s*$/i); + $requiredstart = $1 if (m/^\# required-start:\s+(\S*.*\S+)\s*$/i); + $requiredstop = $1 if (m/^\# required-stop:\s+(\S*.*\S+)\s*$/i); + $shouldstart = $1 if (m/^\# should-start:\s+(\S*.*\S+)\s*$/i); + $shouldstop = $1 if (m/^\# should-stop:\s+(\S*.*\S+)\s*$/i); + } + close(FILE); + + # Try override file + $initfile = readlink($initfile) if (-l $initfile); + my $basename = basename($initfile); + + if (!$found) { + print STDERR "Override /usr/share/insserv/overrides/$basename\n" + if $debug; + if (!$override && -f "/usr/share/insserv/overrides/$basename") { + return load_lsb_tags("/usr/share/insserv/overrides/$basename", 1); + } + } + return undef unless ($found); + +# print "Provides: $provides\n" if $provides; + return { + 'provides' => $provides, + 'required-start' => $requiredstart, + 'required-stop' => $requiredstop, + 'should-start' => $shouldstart, + 'should-stop' => $shouldstop, + }; +} --- insserv-1.04.0.orig/debian/update-bootsystem-insserv.8 +++ insserv-1.04.0/debian/update-bootsystem-insserv.8 @@ -0,0 +1,30 @@ +.\" Copyright 2005 Petter Reinholdtsen +.\" May be distributed under the GNU General Public License +.TH "update-bootsystem-insserv" "8" "9 October 2005" "Petter Reinholdtsen" "" +.SH "NAME" +update\-bootsystem\-insserv \- reorder boot system based on dependency information +in the init.d scripts +.SH "SYNOPSIS" +.B update\-bootsystem\-insserv + +.B update\-bootsystem\-insserv restore +.SH "DESCRIPTION" +.B update\-bootsystem\-insserv +can be used to change the sysv\-rc boot order based on dependency +information available in LSB init.d format in the init.d scripts or +in override files in /usr/share/insserv/overrides/* and +/etc/insserv/overrides/*. +.SH "OPTIONS" +.TP +.I "restore" +Restore the boot order to the state it had before update\-bootsystem\-insserv +was executed the last time. +.SH "FILES" +/etc/insserv.conf +/etc/insserv/overrides/* +/usr/share/insserv/overrides/* +.SH "SEE ALSO" +update\-rc.d(8), insserv(8) +.SH "AUTHOR" +Petter Reinholdtsen, + --- insserv-1.04.0.orig/debian/watch +++ insserv-1.04.0/debian/watch @@ -0,0 +1,6 @@ +# Run the "uscan" command to check for upstream updates and more. +# See uscan(1) for format + +version=2 + +ftp://ftp.suse.com/pub/suse/i386/current/suse/src/insserv-(.*)\.src\.rpm debian uupdate --- insserv-1.04.0.orig/debian/bts-lefttoreport +++ insserv-1.04.0/debian/bts-lefttoreport @@ -0,0 +1,6 @@ +#!/bin/sh + +ls overrides |sort > bts-total.txt +(cd overrides ; egrep -l 'BTS|Already present' *) |sort> bts-reported.txt +comm -23 bts-total.txt bts-reported.txt +rm bts-total.txt bts-reported.txt --- insserv-1.04.0.orig/debian/README.Debian +++ insserv-1.04.0/debian/README.Debian @@ -0,0 +1,42 @@ +To test dependency based reordering of the boot sequence, install the +package, enable parallel booting, and run update-bootsystems-insserv +to make a backup of the boot sequence and reorder the boot scripts. +Be careful to verify the boot sequence before rebooting, as an +incorrect boot sequence can render the system completely unbootable. + +In short: + + # Enable parallel booting + echo CONCURRENCY=shell >> /etc/default/rcS + + # Update boot sequence + update-bootsystem-insserv + + # At this point, I recommend examining the order in /etc/rcS.d/ and + # /etc/rc2.d/ carefully, to verify that the configuration actually + # will boot. Update /etc/insserv/overrides/ or + # /usr/share/insserv/overrides/ with better dependency information + # if the boot order is incorrect, and run insserv -v to update the + # boot order. + + # Ready to reboot + shutdown -r now + +The next boot should then start services in parallel, as early as +possible during the boot process based on the dependency information +provided. + +To monitor the boot sequence, the bootchart project is a good choice. +Debian packages are available in etch and sid. The project itself is +available from . + +Background info on alternative boot systems in Debian is available from +. + +Information on the LSB initscript comment convention is available from + +and . + +Information on an alternative approach to parallelism during boot is +available from +. --- insserv-1.04.0.orig/debian/update-bootsystem-insserv +++ insserv-1.04.0/debian/update-bootsystem-insserv @@ -0,0 +1,33 @@ +#!/bin/sh +# +# Author: Petter Reinholdtsen +# Date: 2005-09-03 +# +# Update the boot order based on init.d script dependency info + +set -e + +now=`date +%Y%m%dT%H%M` +logdir=/var/log +backupfile="$logdir/insserv-bootscripts-$now.tar.gz" +logfile="$logdir/insserv-run-$now.log 2>&1" + +if [ restore = "$1" ] ; then + for backup in $logdir/insserv-bootscripts-*.tar.gz ; do + file=$backup + done + if [ -f "$file" ] ; then + (cd /etc; rm -rf init.d rc*.d; tar zxf $file) + echo "info: successfully restored backup of init.d scripts" + else + echo "error: Unable to locate backup file" + exit 1 + fi +else + echo "info: Backing up existing boot scripts in $backupfile" + (cd /etc; tar zcf $backupfile init.d rc*.d) + + echo "info: Reordering boot system, log to $logfile" + insserv -v > $logfile + echo "info: Use '$0 restore' to restore the old boot sequence." +fi --- insserv-1.04.0.orig/debian/docs +++ insserv-1.04.0/debian/docs @@ -0,0 +1 @@ +README