solve start/stop issues with archaic leaf packaging system

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1515 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
kapeka 2004-07-30 17:44:16 +00:00
parent 6b27fbc0aa
commit 33b39700f7
2 changed files with 8 additions and 0 deletions

View File

@ -4,3 +4,7 @@
# Add commands below that you want to be executed after shorewall has
# been started or restarted.
#
for file in /etc/shorewall/start.d/* ; do
run_user_exit $file
done

View File

@ -4,3 +4,7 @@
# Add commands below that you want to be executed at the beginning of a
# "shorewall stop" command.
#
for file in /etc/shorewall/stop.d/* ; do
run_user_exit $file
done