Package: dnsmasq
Followup-For: Bug #374650

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

As pointed out by the maintainer of 'insserv', we probably want 
dnsmasq to be off in single-user level too, so here's a revised
patch to match.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFEmv4VeXr56x4Muc0RAkLHAKCp5A4K8CtaOwESTdyqQmIIRCV6UQCfbfkf
3Sqiv9axd7aWl2jfDo1h3KU=
=siLB
-----END PGP SIGNATURE-----
diff -ruN dnsmasq-2.32.orig/debian/init dnsmasq-2.32.new/debian/init
--- dnsmasq-2.32.orig/debian/init       2006-06-22 13:38:00.224685088 +0300
+++ dnsmasq-2.32.new/debian/init        2006-06-22 13:42:39.493586902 +0300
@@ -1,6 +1,12 @@
 #!/bin/sh
-# 
-# dnsmasq
+### BEGIN INIT INFO
+# Provides:       dnsmasq
+# Required-Start: $network $remote_fs $syslog
+# Required-Stop:  $network $remote_fs $syslog
+# Default-Start:  2 3 4 5
+# Default-Stop:   0 1 6
+# Description:    DHCP and DNS server
+### END INIT INFO
 
 set +e   # Don't exit on error status
 

Reply via email to