mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-15 19:01:19 +01:00
Generate the 'clear' exit
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6373 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
1304b29142
commit
f154a69dfe
@ -101,7 +101,7 @@ sub generate_script_1() {
|
||||
|
||||
emit "TEMPFILE=\n";
|
||||
|
||||
for my $exit qw/init start tcclear started stop stopped/ {
|
||||
for my $exit qw/init start tcclear started stop stopped clear/ {
|
||||
emit "run_${exit}_exit() {";
|
||||
push_indent;
|
||||
append_file $exit;
|
||||
|
Loading…
Reference in New Issue
Block a user