Fix typo (s/usefull/useful/)
[grml-etc.git] / etc / init.d / firewall
index 2dbd15c..6e7fc85 100755 (executable)
@@ -6,6 +6,13 @@
 # License:       This file is licensed under the GPL v2.
 # Latest change: Don Jul 20 09:53:31 CEST 2006 [mika]
 ################################################################################
+### BEGIN INIT INFO
+# Provides:          firewall
+# Required-Start:    $remote_fs $network
+# Required-Stop:     $remote_fs $network
+# Default-Start:     S 2 3 4 5
+# Default-Stop:
+### END INIT INFO
 
   LANG=C
   LC_ALL=C
@@ -61,7 +68,7 @@ einfo "Starting firewall."
   $IPTABLES -A INPUT -s 0.0.0.0 -d 255.255.255.255 -j DROP
 
 # AUTH server: Reject ident probes with a tcp reset.
-# This may be usefull for a broken mailhost that won't accept the
+# This may be useful for a broken mailhost that won't accept the
 # mails if you just drop its ident probe.
 # $IPTABLES -A INPUT -i $IFACE -p tcp --dport 113 -j REJECT --reject-with tcp-reset