2004-04-05 23:23:27 +02:00
|
|
|
############################################################################
|
2005-02-02 22:13:44 +01:00
|
|
|
# Shorewall 2.2 -- /etc/shorewall/start
|
2004-04-05 23:23:27 +02:00
|
|
|
#
|
|
|
|
# Add commands below that you want to be executed after shorewall has
|
|
|
|
# been started or restarted.
|
|
|
|
#
|
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/start.d/* ; do
|
|
|
|
run_user_exit $file
|
|
|
|
done
|