diff options
author | John Keith Hohm <john@hohm.net> | 2011-07-19 00:33:28 -0500 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-20 07:14:34 +0000 |
commit | ff98019fb73e2dce4209fab94d46f4036a6189d7 (patch) | |
tree | 13014fbae93145ac54daef524e94d465731c7dfb /testing/shorewall/shorewall-no-install-T.patch | |
parent | 180fccae2cc4235fa32be9f0df2ede1b896ea25d (diff) | |
download | aports-ff98019fb73e2dce4209fab94d46f4036a6189d7.tar.bz2 aports-ff98019fb73e2dce4209fab94d46f4036a6189d7.tar.xz |
testing/shorewall: upgrade to Perl-only shorewall-4.4.21
Diffstat (limited to 'testing/shorewall/shorewall-no-install-T.patch')
-rw-r--r-- | testing/shorewall/shorewall-no-install-T.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/shorewall/shorewall-no-install-T.patch b/testing/shorewall/shorewall-no-install-T.patch new file mode 100644 index 0000000000..09567a5123 --- /dev/null +++ b/testing/shorewall/shorewall-no-install-T.patch @@ -0,0 +1,11 @@ +--- a/shorewall-4.4.21/install.sh ++++ b/shorewall-4.4.21/install.sh +@@ -96,7 +96,7 @@ + # INIT is the name of the script in the $DEST directory + # ARGS is "yes" if we've already parsed an argument + # +-T="-T" ++T= + + if [ -z "$DEST" ] ; then + DEST="/etc/init.d" |