From fb1c4183367086b10ceeef8a115745e16a466463 Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 4 Mar 2009 01:20:52 +0000 Subject: [PATCH] Correct a miss in install.sh git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9587 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shorewall/install.sh b/Shorewall/install.sh index 49de2ed53..8434d372d 100755 --- a/Shorewall/install.sh +++ b/Shorewall/install.sh @@ -409,10 +409,10 @@ fi # # Install the TOS file # -run_install $OWNERSHIP -m 0644 tos ${PREFIX}/usr/share/shorewall/configfiles/tos +run_install $OWNERSHIP -m 0644 configfiles/tos ${PREFIX}/usr/share/shorewall/configfiles/tos if [ -z "$CYGWIN" -a ! -f ${PREFIX}/etc/shorewall/tos ]; then - run_install $OWNERSHIP -m 0600 tos ${PREFIX}/etc/shorewall/tos + run_install $OWNERSHIP -m 0600 configfiles/tos ${PREFIX}/etc/shorewall/tos echo "TOS file installed as ${PREFIX}/etc/shorewall/tos" fi #