forked from extern/shorewall_code
Correct warning message in stoppedrules processing.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
a7b57ad32c
commit
4815f7eba3
@ -693,7 +693,7 @@ sub process_stoppedrules() {
|
||||
first_entry sub() {
|
||||
progress_message2("$doing $fn...");
|
||||
unless ( $config{ADMINISABSENTMINDED} ) {
|
||||
warning_message("Entries in the routestopped file are processed as if ADMINISABSENTMINDED=Yes");
|
||||
warning_message("Entries in the stoppedrules file are processed as if ADMINISABSENTMINDED=Yes");
|
||||
$config{ADMINISABSENTMINDED} = 'Yes';
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user