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:
teastep 2007-05-16 15:12:31 +00:00
parent 1304b29142
commit f154a69dfe

View File

@ -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;