forked from extern/shorewall_code
Some comments in program headers improved
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3394 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
8f0e3ace6b
commit
26d5c16674
@ -34,13 +34,12 @@
|
||||
# compile check Verify the configuration files.
|
||||
# compile compile <path name> Compile into <path name>
|
||||
#
|
||||
# Mutual exclusion -- These functions are jackets for the mutual exclusion
|
||||
# routines in $FUNCTIONS. They invoke
|
||||
# the corresponding function in that file if the user did
|
||||
# not specify "nolock" on the runline.
|
||||
# Environmental Variables:
|
||||
#
|
||||
# EXPORT=Yes -e option specified to /sbin/shorewall
|
||||
# SHOREWALL_DIR A directory name was passed to /sbin/shorewall
|
||||
# VERBOSE Standard Shorewall verbosity control.
|
||||
|
||||
#
|
||||
# Fatal error -- stops the compiler after issuing the error message
|
||||
#
|
||||
fatal_error() # $* = Error Message
|
||||
|
@ -25,7 +25,14 @@ RCDLINKS="2,S41 3,S41 6,K41"
|
||||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA
|
||||
#
|
||||
# If an error occurs while starting or restarting the firewall, the
|
||||
# firewall is automatically stopped.
|
||||
# firewall is automatically restored if there is a current
|
||||
# restore file (created by "shorewall save"). If there is no restore
|
||||
# file, the firewall is stopped.
|
||||
#
|
||||
# Options are:
|
||||
#
|
||||
# -n Don't alter Routing
|
||||
# -v and -q Standard Shorewall Verbosity control
|
||||
#
|
||||
# Commands are:
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user