From 87eca92b10fd7665f749c1c540f4e5270e59313d Mon Sep 17 00:00:00 2001 From: Tuomo Soini Date: Tue, 5 May 2015 20:40:17 +0300 Subject: [PATCH] lib.core: use consisten indenting --- Shorewall/Perl/lib.core | 64 ++++++++++++++++++++--------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/Shorewall/Perl/lib.core b/Shorewall/Perl/lib.core index 165a31aee..5cd66acdb 100644 --- a/Shorewall/Perl/lib.core +++ b/Shorewall/Perl/lib.core @@ -1,11 +1,11 @@ -# (c) 1999-2015 - Tom Eastep (teastep@shorewall.net) +# (c) 1999-2015 - Tom Eastep (teastep@shorewall.net) # -# This program is part of Shorewall. +# This program is part of Shorewall. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by the -# Free Software Foundation, either version 2 of the license or, at your -# option, any later version. +# Free Software Foundation, either version 2 of the license or, at your +# option, any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -17,41 +17,41 @@ # # Options are: # -# -n Do not alter Routing -# -v and -q Standard Shorewall Verbosity control -# -t Timestamp progress messages -# -p Purge conntrack table -# -r Recover from failed start/restart -# -V Set verbosity level explicitly -# -R Overrides RESTOREFILE setting +# -n Do not alter Routing +# -v and -q Standard Shorewall Verbosity control +# -t Timestamp progress messages +# -p Purge conntrack table +# -r Recover from failed start/restart +# -V Set verbosity level explicitly +# -R Overrides RESTOREFILE setting # # Commands are: # -# clear Removes all firewall rules -# disable Disable an optional interface -# down Stop an optional interface -# enable Enable an optional interface -# help Show command syntax -# reenable Disable then nable an optional -# interface -# refresh Refresh the firewall -# reload Reload the firewall -# restart Restarts the firewall -# restore Restore a saved configuration -# reset Reset byte and packet counters -# run Call a function in this program -# savesets Save the ipset contents -# status Displays firewall status -# start Starts the firewall -# stop Stops the firewall -# up Start an optional interface -# version Displays the version of Shorewall that -# generated this program +# clear Removes all firewall rules +# disable Disable an optional interface +# down Stop an optional interface +# enable Enable an optional interface +# help Show command syntax +# reenable Disable then nable an optional +# interface +# refresh Refresh the firewall +# reload Reload the firewall +# restart Restarts the firewall +# restore Restore a saved configuration +# reset Reset byte and packet counters +# run Call a function in this program +# savesets Save the ipset contents +# status Displays firewall status +# start Starts the firewall +# stop Stops the firewall +# up Start an optional interface +# version Displays the version of Shorewall that +# generated this program # ################################################################################ # Functions imported from /usr/share/shorewall/lib.core ################################################################################ -# Address family-neutral Functions +# Address family-neutral Functions ################################################################################ # # Conditionally produce message