1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

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.
This commit is contained in:
Kris Kennaway 2000-03-11 06:23:33 +00:00
parent dbe0f2f9aa
commit 96168fcf1b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26740
3 changed files with 9 additions and 9 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"