2004-04-05 23:23:27 +02:00
|
|
|
############################################################################
|
2005-02-02 22:13:44 +01:00
|
|
|
# Shorewall 2.2 -- /etc/shorewall/stop
|
2004-04-05 23:23:27 +02:00
|
|
|
#
|
|
|
|
# Add commands below that you want to be executed at the beginning of a
|
|
|
|
# "shorewall stop" command.
|
|
|
|
#
|
2005-04-23 18:30:47 +02:00
|
|
|
# See http://shorewall.net/shorewall_extension_scripts.htm for additional
|
|
|
|
# information.
|
2004-07-30 19:34:44 +02:00
|
|
|
for file in /etc/shorewall/stop.d/* ; do
|
2005-04-23 18:30:47 +02:00
|
|
|
run_user_exit $file
|
2004-07-30 19:34:44 +02:00
|
|
|
done
|