forked from extern/shorewall_code
Clean up a little
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5515 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
f1199d2b09
commit
b3598c2204
@ -169,8 +169,6 @@ my %capdesc = ( NAT_ENABLED => 'NAT',
|
|||||||
COMMENTS => 'Comments',
|
COMMENTS => 'Comments',
|
||||||
ADDRTYPE => 'Address Type Match',
|
ADDRTYPE => 'Address Type Match',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Search the CONFIG_PATH for the passed file
|
# Search the CONFIG_PATH for the passed file
|
||||||
#
|
#
|
||||||
@ -191,6 +189,7 @@ sub find_file($)
|
|||||||
|
|
||||||
"$env{CONFDIR}/$filename";
|
"$env{CONFDIR}/$filename";
|
||||||
}
|
}
|
||||||
|
|
||||||
sub default ( $$ ) {
|
sub default ( $$ ) {
|
||||||
my ( $var, $val ) = @_;
|
my ( $var, $val ) = @_;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user