forked from extern/shorewall_code
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=
|
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}
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
Loading…
Reference in New Issue
Block a user