mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-10 23:58:14 +01:00
Add SHARED_CONFIG option to shorewallrc
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
1ad796ba5d
commit
4e978b687d
3
Shorewall-core/configure
vendored
3
Shorewall-core/configure
vendored
@ -236,7 +236,8 @@ for on in \
|
||||
ANNOTATED \
|
||||
VARLIB \
|
||||
VARDIR \
|
||||
DEFAULT_PAGER
|
||||
DEFAULT_PAGER \
|
||||
SHARED_CONFIG
|
||||
do
|
||||
echo "$on=${options[${on}]}"
|
||||
echo "$on=${options[${on}]}" >> shorewallrc
|
||||
|
@ -210,7 +210,8 @@ for ( qw/ HOST
|
||||
ANNOTATED
|
||||
VARLIB
|
||||
VARDIR
|
||||
DEFAULT_PAGER / ) {
|
||||
DEFAULT_PAGER
|
||||
SHARED_CONFIG / ) {
|
||||
|
||||
my $val = $options{$_} || '';
|
||||
|
||||
|
@ -20,3 +20,4 @@ SYSCONFDIR= #Unused on OS X
|
||||
SPARSE=Yes #Only install $PRODUCT/$PRODUCT.conf in $CONFDIR.
|
||||
VARLIB=/var/lib #Unused on OS X
|
||||
DEFAULT_PAGER= #Pager to use if none specified in shorewall[6].conf
|
||||
SHARED_CONFIG= #Configuration serves both Shorewall and Shorewall6
|
||||
|
@ -21,3 +21,4 @@ SPARSE= #If non-empty, only install $PRODUCT/$PRO
|
||||
VARLIB=/var/lib #Directory where product variable data is stored.
|
||||
VARDIR=${VARLIB}/$PRODUCT #Directory where product variable data is stored.
|
||||
DEFAULT_PAGER= #Pager to use if none specified in shorewall[6].conf
|
||||
SHARED_CONFIG= #Configuration serves both Shorewall and Shorewall6
|
||||
|
@ -20,3 +20,4 @@ SYSCONFDIR= #Unused on Cygwin
|
||||
SPARSE=Yes #Only install $PRODUCT/$PRODUCT.conf in $CONFDIR.
|
||||
VARLIB=/var/lib #Unused on Cygwin
|
||||
DEFAULT_PAGER= #Pager to use if none specified in shorewall[6].conf
|
||||
SHARED_CONFIG= #Configuration serves both Shorewall and Shorewall6
|
||||
|
@ -22,3 +22,4 @@ SPARSE=Yes #If non-empty, only install $PRODUCT/$PRODUCT.conf in $CONFDIR
|
||||
VARLIB=/var/lib #Directory where product variable data is stored.
|
||||
VARDIR=${VARLIB}/$PRODUCT #Directory where product variable data is stored.
|
||||
DEFAULT_PAGER=/usr/bin/less #Pager to use if none specified in shorewall[6].conf
|
||||
SHARED_CONFIG= #Configuration serves both Shorewall and Shorewall6
|
||||
|
@ -22,3 +22,4 @@ SPARSE=Yes #If non-empty, only install $PRODUCT/$PR
|
||||
VARLIB=/var/lib #Directory where product variable data is stored.
|
||||
VARDIR=${VARLIB}/$PRODUCT #Directory where product variable data is stored.
|
||||
DEFAULT_PAGER=/usr/bin/less #Pager to use if none specified in shorewall[6].conf
|
||||
SHARED_CONFIG= #Configuration serves both Shorewall and Shorewall6
|
||||
|
@ -22,3 +22,4 @@ SPARSE= #If non-empty, only install $PRODUCT/$PR
|
||||
VARLIB=/var/lib #Directory where product variable data is stored.
|
||||
VARDIR=${VARLIB}/$PRODUCT #Directory where product variable data is stored.
|
||||
DEFAULT_PAGER= #Pager to use if none specified in shorewall[6].conf
|
||||
SHARED_CONFIG= #Configuration serves both Shorewall and Shorewall6
|
||||
|
@ -22,3 +22,4 @@ SPARSE= #If non-empty, only install $PRODUCT/$PR
|
||||
VARLIB=/lib #Directory where product variable data is stored.
|
||||
VARDIR=${VARLIB}/$PRODUCT #Directory where product variable data is stored.
|
||||
DEFAULT_PAGER= #Pager to use if none specified in shorewall[6].conf
|
||||
SHARED_CONFIG= #Configuration serves both Shorewall and Shorewall6
|
||||
|
@ -22,3 +22,4 @@ SPARSE= #If non-empty, only install $PRODUCT/$PR
|
||||
VARLIB=/var/lib #Directory where product variable data is stored.
|
||||
VARDIR=${VARLIB}/$PRODUCT #Directory where product variable data is stored.
|
||||
DEFAULT_PAGER= #Pager to use if none specified in shorewall[6].conf
|
||||
SHARED_CONFIG= #Configuration serves both Shorewall and Shorewall6
|
||||
|
@ -23,3 +23,4 @@ ANNOTATED= #If non-empty, install annotated conf
|
||||
VARLIB=/var/lib #Directory where product variable data is stored.
|
||||
VARDIR=${VARLIB}/$PRODUCT #Directory where product variable data is stored.
|
||||
DEFAULT_PAGER= #Pager to use if none specified in shorewall[6].conf
|
||||
SHARED_CONFIG= #Configuration serves both Shorewall and Shorewall6
|
||||
|
@ -22,3 +22,4 @@ SPARSE= #If non-empty, only instal
|
||||
VARLIB=/var/lib #Directory where persistent product data is stored.
|
||||
VARDIR=${VARLIB}/$PRODUCT #Directory where product variable data is stored.
|
||||
DEFAULT_PAGER= #Pager to use if none specified in shorewall[6].conf
|
||||
SHARED_CONFIG= #Configuration serves both Shorewall and Shorewall6
|
||||
|
Loading…
Reference in New Issue
Block a user