Codebase list insserv / 2dc4218
Import Debian changes 1.08.0-9 insserv (1.08.0-9) unstable; urgency=low * Change bind9 override file to avoid dependency loop involving $syslog->sysklogd->$named->bind9. Remove $syslog dependency and insert $remote_fs dependency instead. Make the $network dependency conditional to work when netbase is not installed. * Add override file for resolvconf. * Add override file for installation-report. * Minor cleanup in nviboot override file, only depend on $remote_fs, no need to also depend on $local_fs. Petter Reinholdtsen authored 17 years ago Dmitry Bogatov committed 5 years ago
5 changed file(s) with 34 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 insserv (1.08.0-9) unstable; urgency=low
1
2 * Change bind9 override file to avoid dependency loop involving
3 $syslog->sysklogd->$named->bind9. Remove $syslog dependency and
4 insert $remote_fs dependency instead. Make the $network dependency
5 conditional to work when netbase is not installed.
6 * Add override file for resolvconf.
7 * Add override file for installation-report.
8 * Minor cleanup in nviboot override file, only depend on $remote_fs, no need
9 to also depend on $local_fs.
10
11 -- Petter Reinholdtsen <pere@debian.org> Sat, 7 Oct 2006 10:08:04 +0200
12
013 insserv (1.08.0-8) unstable; urgency=low
114
215 * Add override files for festival, hotkey-setup and lisa.
00 ### BEGIN INIT INFO
11 # Provides: bind9
2 # Required-Start: $network $syslog
3 # Required-Stop: $network $syslog
2 # Required-Start: $remote_fs
3 # Required-Stop: $remote_fs
4 # Should-Start: $network
5 # Should-Stop: $network
46 # Default-Start: 2 3 4 5
57 # Default-Stop: 0 1 6
68 ### END INIT INFO
0 ### BEGIN INIT INFO
1 # Provides: installation-report
2 # Required-Start: $remote_fs
3 # Required-Stop: $remote_fs
4 # Should-start: x11-common xserver-xorg
5 # Default-Start: S
6 # Default-Stop: 0 6
7 ### END INIT INFO
00 ### BEGIN INIT INFO
11 # Provides: nviboot
2 # Required-Start: $local_fs $remote_fs
3 # Required-Stop: $local_fs $remote_fs
2 # Required-Start: $remote_fs
3 # Required-Stop:
44 # Default-Start: S
55 # Default-Stop:
66 ### END INIT INFO
0 ### BEGIN INIT INFO
1 # Provides: resolvconf
2 # Required-Start: $local_fs
3 # Required-Stop: $local_fs
4 # Default-Start: S
5 # Default-Stop: 0 6
6 ### END INIT INFO