From 37e58eb7aeab65cc24d1cbd94408cef836f469da Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 9 Aug 2006 02:29:26 +0000 Subject: [PATCH] Correct -s handling in makeshorewall git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4328 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- tools/build/makeshorewall | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/build/makeshorewall b/tools/build/makeshorewall index 06c82e306..79e6a4461 100755 --- a/tools/build/makeshorewall +++ b/tools/build/makeshorewall @@ -84,7 +84,7 @@ BUILDXML= BUILDHTML= SAMPLESTAG= HASLITE= -SIGN= +SIGN=Yes ################################################################################ # F U N C T I O N S ################################################################################ @@ -147,7 +147,6 @@ case $1 in BUILDHTML=Yes BUILDXML=Yes BUILDRPM=Yes - SIGN=Yes done=Yes ;; esac