Index: securing-howto/en/services.sgml
===================================================================
--- securing-howto/en/services.sgml	(revision 10235)
+++ securing-howto/en/services.sgml	(working copy)
@@ -1700,7 +1700,7 @@
 <item>Configure the system to run the script before any network is
 configured:
 <example>
-#update-rc.d myfirewall start 40 S . stop 89 0 6 .
+# insserv myfirewall
 </example>
 
 </list>
@@ -1709,6 +1709,15 @@
 
 <example>
 #!/bin/sh
+### BEGIN INIT INFO
+# Provides:          myfirewall
+# Required-Start:    $all
+# Required-Stop:     $all
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+# Short-Description: Start iptables firewall
+# Description:       Enable iptables firewall rules from myfirewall.
+### END INIT INFO
 # Simple example firewall configuration.
 #
 # Caveats:
