From 1a1727bab1f3acbb93251ecc932484359c155560 Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 28 Jan 2006 20:13:39 +0000 Subject: [PATCH] Fix fatal errors detected in a sub-shell git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3397 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/compiler | 1 + Shorewall/releasenotes.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Shorewall/compiler b/Shorewall/compiler index 787cce785..41606e14d 100755 --- a/Shorewall/compiler +++ b/Shorewall/compiler @@ -46,6 +46,7 @@ fatal_error() # $* = Error Message { echo " ERROR: $@" >&2 [ -n "$TMP_DIR" ] && rm -rf $TMP_DIR [ -n "$OUTPUT" ] && rm -f $OUTPUT + kill $$ exit 2 } diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index e669ac26d..4ce15658b 100755 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -68,7 +68,7 @@ New Features added in 3.1.4 VERBOSITY=0 in shorewall.conf, then you will need to include -vvv in commands that display log records in order to have MACs displayed. -3) Shorewall now implements the 'start' and 'restart' using a "compile and +3) Shorewall now implements 'start' and 'restart' using a "compile and go" approach. See the details under the first new feature below. 4) The "-p" option to the 'compile' command is gone. Generation of a