From 7499264dc801fae994cb46aea595ebbea595d852 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sat, 7 Aug 2010 14:17:45 -0700 Subject: [PATCH] Fix install.sh in 4.4.11.2 Signed-off-by: Tom Eastep --- Shorewall/install.sh | 2 +- Shorewall/known_problems.txt | 5 +++++ Shorewall/releasenotes.txt | 5 ++++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Shorewall/install.sh b/Shorewall/install.sh index 849a9c339..0d40bd905 100755 --- a/Shorewall/install.sh +++ b/Shorewall/install.sh @@ -745,7 +745,7 @@ fi # # Install the Makefiles # -install-file Makefile-lite ${DESTDIR}/usr/share/shorewall/configfiles/Makefile 0644 +install_file Makefile-lite ${DESTDIR}/usr/share/shorewall/configfiles/Makefile 0644 if [ -z "$SPARSE" ]; then run_install $OWNERSHIP -m 0600 Makefile ${DESTDIR}/etc/shorewall diff --git a/Shorewall/known_problems.txt b/Shorewall/known_problems.txt index 7b253f1b2..5ae7c492b 100644 --- a/Shorewall/known_problems.txt +++ b/Shorewall/known_problems.txt @@ -55,3 +55,8 @@ command to similarly hang for one minute. Corrected in Shorewall 4.4.11.2. + +7) A typo in the Shorewall install.sh script prevents the Makefile from + being installed in /usr/share/shorewall/configfiles/Makefile. + + Corrected in Shorewall 4.4.11.2. diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index c1653e39e..b06476c9e 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -223,7 +223,10 @@ I I I. P R O B L E M S C O R R E C T E D I N T H I S R E L E A S E 1) A typo in /sbin/shorewall6-lite version 4.4.11.1 caused the stop, reset and clear commands to hang for one minute after the command had been executed and caused the next shorewall6-lite - command to similarly hang for one minute. + command to similarly hang for one minute. + +2) A typo in the Shorewall install.sh script prevented the Makefile from + being installed in /usr/share/shorewall/configfiles/Makefile. 4.4.11.1