mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-24 19:51:40 +02:00
Allow both --timestamp and --debug
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6659 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
ae33926461
commit
bf4c952f88
@ -658,7 +658,7 @@ Migration Considerations:
|
|||||||
If given, each progress message issued by the compiler and by
|
If given, each progress message issued by the compiler and by
|
||||||
the compiled program will be timestamped.
|
the compiled program will be timestamped.
|
||||||
|
|
||||||
--debugging
|
--debug
|
||||||
|
|
||||||
If given, when a warning or error message is issued, it is
|
If given, when a warning or error message is issued, it is
|
||||||
supplimented with a stack trace. Requires the Carp Perl
|
supplimented with a stack trace. Requires the Carp Perl
|
||||||
|
@ -342,8 +342,8 @@ compiler() {
|
|||||||
options="--verbose $VERBOSE ";
|
options="--verbose $VERBOSE ";
|
||||||
[ -n "$EXPORT" ] && options="$options --export ";
|
[ -n "$EXPORT" ] && options="$options --export ";
|
||||||
[ -n "$SHOREWALL_DIR" ] && options="$options --directory $SHOREWALL_DIR ";
|
[ -n "$SHOREWALL_DIR" ] && options="$options --directory $SHOREWALL_DIR ";
|
||||||
[ -n "$TIMESTAMP" ] && options="$options --timestamp" ;
|
[ -n "$TIMESTAMP" ] && options="$options --timestamp " ;
|
||||||
[ -n "$debugging" ] && options="$options --debug" ;
|
[ -n "$debugging" ] && options="$options --debug " ;
|
||||||
[ -x $pc ] || startup_error "SHOREWALL_COMPILER=perl requires the shorewall-perl package which is not installed"
|
[ -x $pc ] || startup_error "SHOREWALL_COMPILER=perl requires the shorewall-perl package which is not installed"
|
||||||
#
|
#
|
||||||
# Run the appropriate params file
|
# Run the appropriate params file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user