shorewall_code/LrpN/etc/shorewall/stop
2004-11-02 19:15:52 +00:00

11 lines
292 B
Plaintext

############################################################################
# Shorewall 2.2 -- /etc/shorewall/stop
#
# 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