X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=iptables-cn.git;a=blobdiff_plain;f=debian%2Finit;fp=debian%2Finit;h=2db1368f1ed87b416cd0f29c88ea2c2e55ca8564;hp=822f8fa6da55b9b5501f3000e331bc63d60bdcd2;hb=a34e04407c58606899a68512cf7f259d91dd98c6;hpb=3d8488c95e95efb8097e25948c810df6fd689fd2 diff --git a/debian/init b/debian/init index 822f8fa..2db1368 100755 --- a/debian/init +++ b/debian/init @@ -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?