diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-03-11 06:23:33 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-03-11 06:23:33 +0000 |
commit | 96168fcf1bd213c378428f220df0979240166a6e (patch) | |
tree | 4bbddce3af282203dfb57fa3606ebdc71a95d5d1 /games/crossfire-client | |
parent | dbe0f2f9aa64f64ef1d261a64abd9ef7c4a82bca (diff) | |
download | ports-96168fcf1bd213c378428f220df0979240166a6e.tar.gz ports-96168fcf1bd213c378428f220df0979240166a6e.zip |
Install this setgid games, not setuid games. This is untested, but it's
better to ship a broken port in 4.0 than an insecure one.
Notes
Notes:
svn path=/head/; revision=26740
Diffstat (limited to 'games/crossfire-client')
-rw-r--r-- | games/crossfire-client/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile index 98fe3fcd60dc..c0102c1d6a07 100644 --- a/games/crossfire-client/Makefile +++ b/games/crossfire-client/Makefile @@ -70,10 +70,10 @@ post-install: @${CHMOD} 664 ${CFDIR}/lib/forbid @${TOUCH} ${CFDIR}/lib/players/.keep_me @${TOUCH} ${CFDIR}/lib/unique-items/.keep_me - @${CHOWN} -R games.games ${CFDIR} + @${CHOWN} -R root.games ${CFDIR} @${CHMOD} 0664 ${CFDIR}/lib/highscore - @${CHOWN} games.games ${PREFIX}/bin/crossfire - @${CHMOD} 6555 ${PREFIX}/bin/crossfire + @${CHOWN} root.games ${PREFIX}/bin/crossfire + @${CHMOD} 2555 ${PREFIX}/bin/crossfire ${ECHO} "Note: to start crossfire in clientmode" ${ECHO} " crossfire -xpm" ${ECHO} "Note: don't forget to update ${PREFIX}/etc/rplay.conf" |