mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-14 13:47:07 +02:00
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() {
|
first_entry sub() {
|
||||||
progress_message2("$doing $fn...");
|
progress_message2("$doing $fn...");
|
||||||
unless ( $config{ADMINISABSENTMINDED} ) {
|
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';
|
$config{ADMINISABSENTMINDED} = 'Yes';
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user