1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

FreeBSD-current no longer supports the owner.group syntax for chown

This commit is contained in:
Satoshi Taoka 2001-10-30 00:12:44 +00:00
parent 85b6bb484e
commit 84b31563bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49348

View File

@ -169,7 +169,7 @@ POST-INSTALL)
echo "fi" >> ${startup_script};
fi
chmod 755 ${startup_script};
chown bin.bin ${startup_script};
chown bin:bin ${startup_script};
fi
;;
esac