clean up the default,debian file

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1162 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2004-02-21 16:25:16 +00:00
parent f23ad6d79c
commit 8ceaeb46f4

View File

@ -1,11 +1,12 @@
# prevent startup with default configuration
# set the below varible to 1 in order to allow shorewall to start
# set the following varible to 1 in order to allow Shorewall to start
startup=0
# 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"