]> gitweb.fluxo.info Git - puppet-shorewall.git/commitdiff
added sarge config file
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Sat, 21 Feb 2009 20:59:59 +0000 (20:59 +0000)
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Sat, 21 Feb 2009 20:59:59 +0000 (20:59 +0000)
git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@3163 d66ca3ae-40d7-4aa7-90d4-87d79ca94279

files/debian/default

index e2f49711addd58febd8046e1f57206156d3f30bd..ba89cdc2b49860637cf79d10338cbffd96570b33 100644 (file)
@@ -1,17 +1,24 @@
 # prevent startup with default configuration
-# set the below variable to 1 in order to allow shorewall to start
+# set the following varible to 1 in order to allow Shorewall to start
+
 startup=1
 
-# if your shorewall's configuration need to detect the ip address of a ppp
-# interface you must list such interface in "wait_interface" to get shorewall to
-# wait until the interface is configured otherwise the script will fail because
-# it won't be able to detect the address.
+# if your Shorewall configuration requires detection of the ip address of a ppp
+# interface, you must list such interfaces in "wait_interface" to get Shorewall to
+# wait until the interface is configured. Otherwise the script will fail because
+# it won't be able to detect the IP address.
 #
 # Example:
 #    wait_interface="ppp0"
-# or 
+# or
 #    wait_interface="ppp0 ppp1"
 # or, if you have defined  in /etc/shorewall/params
 #    wait_interface=
 
+#
+# Startup options
+#
+
+OPTIONS=""
+
 # EOF