Fix install script

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2087 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-05-05 22:42:15 +00:00
parent 510f7311c9
commit a0b560d576

View File

@ -518,7 +518,7 @@ fi
if [ -f ${PREFIX}/etc/shorewall/started ]; then if [ -f ${PREFIX}/etc/shorewall/started ]; then
backup_file /etc/shorewall/started backup_file /etc/shorewall/started
else else
run_install -o $OWNERSHIP -m 0600 started ${PREFIX}/etc/shorewall/started run_install $OWNERSHIP -m 0600 started ${PREFIX}/etc/shorewall/started
echo echo
echo "Started file installed as ${PREFIX}/etc/shorewall/started" echo "Started file installed as ${PREFIX}/etc/shorewall/started"
fi fi