Re-implement makeshorewall's -s option so that it requests signing rather than inhibiting it

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4337 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-08-10 13:54:54 +00:00
parent a9a5474f7c
commit 74435c8106

View File

@ -84,7 +84,7 @@ BUILDXML=
BUILDHTML= BUILDHTML=
SAMPLESTAG= SAMPLESTAG=
HASLITE= HASLITE=
SIGN=Yes SIGN=
################################################################################ ################################################################################
# F U N C T I O N S # F U N C T I O N S
################################################################################ ################################################################################
@ -148,6 +148,7 @@ case $1 in
BUILDXML=Yes BUILDXML=Yes
BUILDRPM=Yes BUILDRPM=Yes
done=Yes done=Yes
SIGN=Yes
;; ;;
esac esac
@ -181,7 +182,7 @@ while [ -z "$done" ]; do
option=${option#x} option=${option#x}
;; ;;
s*) s*)
SIGN="" SIGN=Yes
option=${option#s} option=${option#s}
;; ;;
*) *)