Add a comment

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2707 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-09-18 16:58:05 +00:00
parent 9add0c5101
commit 267cbfa167

View File

@ -543,6 +543,9 @@ if [ ! -f ${PREFIX}/etc/shorewall/actions ]; then
echo "Actions file installed as ${PREFIX}/etc/shorewall/actions" echo "Actions file installed as ${PREFIX}/etc/shorewall/actions"
fi fi
#
# Install the Makefile
#
run_install $OWNERSHIP -m 0600 Makefile ${PREFIX}/etc/shorewall/Makefile run_install $OWNERSHIP -m 0600 Makefile ${PREFIX}/etc/shorewall/Makefile
echo echo
echo "Makefile installed as ${PREFIX}/etc/shorewall/Makefile" echo "Makefile installed as ${PREFIX}/etc/shorewall/Makefile"