mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 04:04:10 +01:00
29e3991465
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1734 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
11 lines
292 B
Plaintext
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
|
|
|