Don't store the DIGEST setting in shorewallrc.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-06-09 08:32:15 -07:00
parent 2bf16016c1
commit bc5e0f4851
2 changed files with 2 additions and 4 deletions

View File

@ -180,8 +180,7 @@ for on in \
SYSCONFDIR \
SPARSE \
ANNOTATED \
VARDIR \
DIGEST
VARDIR
do
echo "$on=${options[${on}]}"
echo "$on=${options[${on}]}" >> shorewallrc

View File

@ -141,8 +141,7 @@ for ( qw/ HOST
SYSCONFDIR
SPARSE
ANNOTATED
VARDIR
DIGEST / ) {
VARDIR / ) {
my $val = $options{$_} || '';