forked from extern/shorewall_code
Include administrative host name in status output
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
1ca886abd7
commit
126c5ccd53
@ -884,7 +884,7 @@ sub initialize($;$$$$) {
|
|||||||
TC_SCRIPT => '',
|
TC_SCRIPT => '',
|
||||||
EXPORT => 0,
|
EXPORT => 0,
|
||||||
KLUDGEFREE => '',
|
KLUDGEFREE => '',
|
||||||
VERSION => '5.2.7-Beta1',
|
VERSION => '5.2.8-RC1',
|
||||||
CAPVERSION => 50207 ,
|
CAPVERSION => 50207 ,
|
||||||
BLACKLIST_LOG_TAG => '',
|
BLACKLIST_LOG_TAG => '',
|
||||||
RELATED_LOG_TAG => '',
|
RELATED_LOG_TAG => '',
|
||||||
@ -5683,6 +5683,11 @@ sub process_shorewall_conf( $$ ) {
|
|||||||
$globals{CONFIGDIR} = $configfile = $file;
|
$globals{CONFIGDIR} = $configfile = $file;
|
||||||
$globals{CONFIGDIR} =~ s/$product.conf//;
|
$globals{CONFIGDIR} =~ s/$product.conf//;
|
||||||
|
|
||||||
|
if ( $export ) {
|
||||||
|
use Sys::Hostname;
|
||||||
|
$globals{CONFIGDIR} = join( ':', hostname, $globals{CONFIGDIR} );
|
||||||
|
}
|
||||||
|
|
||||||
if ( -r _ ) {
|
if ( -r _ ) {
|
||||||
open_file $file;
|
open_file $file;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user