mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-22 20:51:15 +01:00
Delete 'continue' file
This commit is contained in:
parent
d0230e205d
commit
48452fcc23
@ -1,14 +0,0 @@
|
|||||||
#
|
|
||||||
# Shorewall version 4 - Continue File
|
|
||||||
#
|
|
||||||
# /etc/shorewall/continue
|
|
||||||
#
|
|
||||||
# Add commands below that you want to be executed after shorewall has
|
|
||||||
# cleared any existing Netfilter rules and has enabled existing
|
|
||||||
# connections.
|
|
||||||
#
|
|
||||||
# For additional information, see
|
|
||||||
# http://shorewall.net/shorewall_extension_scripts.htm
|
|
||||||
#
|
|
||||||
###############################################################################
|
|
||||||
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|
|
@ -576,15 +576,6 @@ if [ -z "$CYGWIN" -a ! -f ${PREFIX}/etc/shorewall/accounting ]; then
|
|||||||
echo "Accounting file installed as ${PREFIX}/etc/shorewall/accounting"
|
echo "Accounting file installed as ${PREFIX}/etc/shorewall/accounting"
|
||||||
fi
|
fi
|
||||||
#
|
#
|
||||||
# Install the Continue file
|
|
||||||
#
|
|
||||||
run_install $OWNERSHIP -m 0644 configfiles/continue ${PREFIX}/usr/share/shorewall/configfiles/continue
|
|
||||||
|
|
||||||
if [ -z "$CYGWIN" -a ! -f ${PREFIX}/etc/shorewall/continue ]; then
|
|
||||||
run_install $OWNERSHIP -m 0600 configfiles/continue ${PREFIX}/etc/shorewall/continue
|
|
||||||
echo "Continue file installed as ${PREFIX}/etc/shorewall/continue"
|
|
||||||
fi
|
|
||||||
#
|
|
||||||
# Install the Started file
|
# Install the Started file
|
||||||
#
|
#
|
||||||
run_install $OWNERSHIP -m 0644 configfiles/started ${PREFIX}/usr/share/shorewall/configfiles/started
|
run_install $OWNERSHIP -m 0644 configfiles/started ${PREFIX}/usr/share/shorewall/configfiles/started
|
||||||
|
Loading…
Reference in New Issue
Block a user