Package: dnsmasq
Followup-For: Bug #374650

See attachment.  

Note that the RPM folder in the sources already includes a nearly similar one.
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 6
+# Description:    DHCP and DNS server
+### END INIT INFO
 
 set +e   # Don't exit on error status
 

Reply via email to