From 7e1a02c5d3d621105470cbf633a36ccca7cb5bb5 Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 24 May 2004 21:38:44 +0000 Subject: [PATCH] Typos in install.sh git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1359 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall2/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shorewall2/install.sh b/Shorewall2/install.sh index 561ddc12d..6e882dbeb 100755 --- a/Shorewall2/install.sh +++ b/Shorewall2/install.sh @@ -402,7 +402,7 @@ echo "Bogon file installed as ${PREFIX}/usr/share/shorewall/bogons" # install_file_with_backup configpath ${PREFIX}/usr/share/shorewall/configpath 0600 echo -echo " Default config path file installed as ${PREFIX}/etc/shorewall/configpath" +echo " Default config path file installed as ${PREFIX}/usr/share/shorewall/configpath" # # Install the init file # @@ -500,7 +500,7 @@ for f in action.* ; do else run_install -o $OWNER -g $GROUP -m 0600 $f ${PREFIX}/usr/share/shorewall/$f echo - echo "Action ${f#*.} file installed as ${PREFIX}/etc/shorewall/$f" + echo "Action ${f#*.} file installed as ${PREFIX}/usr/share/shorewall/$f" fi done #