Typos in install.sh

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1359 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2004-05-24 21:38:44 +00:00
parent 448c3ba609
commit 7e1a02c5d3

View File

@ -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 install_file_with_backup configpath ${PREFIX}/usr/share/shorewall/configpath 0600
echo 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 # Install the init file
# #
@ -500,7 +500,7 @@ for f in action.* ; do
else else
run_install -o $OWNER -g $GROUP -m 0600 $f ${PREFIX}/usr/share/shorewall/$f run_install -o $OWNER -g $GROUP -m 0600 $f ${PREFIX}/usr/share/shorewall/$f
echo echo
echo "Action ${f#*.} file installed as ${PREFIX}/etc/shorewall/$f" echo "Action ${f#*.} file installed as ${PREFIX}/usr/share/shorewall/$f"
fi fi
done done
# #