- Update paketa za Lenny
[iptables-cn.git] / debian / init
index 822f8fa..2db1368 100755 (executable)
@@ -1,5 +1,16 @@
 #!/bin/sh
 
+### BEGIN INIT INFO
+# Provides:          iptables
+# Required-Start:    $local_fs $remote_fs
+# Required-Stop:     $local_fs $remote_fs
+# Should-Start:      $syslog
+# Should-Stop:       $syslog
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+# Short-Description: Start or stop the iptables.
+### END INIT INFO
+
 set -e
 
 # Q: How do I get started?