diff --git a/Shorewall/configfiles/continue b/Shorewall/configfiles/continue deleted file mode 100644 index 4591f7662..000000000 --- a/Shorewall/configfiles/continue +++ /dev/null @@ -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 diff --git a/Shorewall/install.sh b/Shorewall/install.sh index 109a5716e..430410474 100755 --- a/Shorewall/install.sh +++ b/Shorewall/install.sh @@ -576,15 +576,6 @@ if [ -z "$CYGWIN" -a ! -f ${PREFIX}/etc/shorewall/accounting ]; then echo "Accounting file installed as ${PREFIX}/etc/shorewall/accounting" 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 # run_install $OWNERSHIP -m 0644 configfiles/started ${PREFIX}/usr/share/shorewall/configfiles/started