From cafeca0c0d6a89a25db52d5b7b5c997b9800b74e Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 24 May 2010 06:50:47 -0700 Subject: [PATCH] Correct typo in Shorwall6-lite install script Signed-off-by: Tom Eastep --- Shorewall6-lite/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall6-lite/install.sh b/Shorewall6-lite/install.sh index b9007b1db..75c1f00e2 100755 --- a/Shorewall6-lite/install.sh +++ b/Shorewall6-lite/install.sh @@ -285,7 +285,7 @@ echo "Capability file builder installed in ${PREFIX}/usr/share/shorewall6-lite/s # Install wait4ifup # -if [ -f wait4fup ]; then +if [ -f wait4ifup ]; then install_file wait4ifup ${PREFIX}/usr/share/shorewall6-lite/wait4ifup 0755 echo