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