mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 23:53:30 +01:00
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:
parent
a9a5474f7c
commit
74435c8106
@ -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}
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user