diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-03-09 12:46:31 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-03-09 12:46:31 +0000 |
commit | ca29f2e262f517f47c9dbe44302280e0777694bc (patch) | |
tree | 28015aa2c8c350b018e7f415588fd5689c471b31 /games/xshisen/Makefile | |
parent | Fix buffer overflows. (diff) |
Use root:games instead of games:games for a game binary.
(For security reason)
Submitted by: Kris Kennaway<kris@FreeBSD.org>
Notes
Notes:
svn path=/head/; revision=26691
Diffstat (limited to 'games/xshisen/Makefile')
-rw-r--r-- | games/xshisen/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xshisen/Makefile b/games/xshisen/Makefile index 158aa2db99f7..e8efa2fbf922 100644 --- a/games/xshisen/Makefile +++ b/games/xshisen/Makefile @@ -26,9 +26,9 @@ MANLANG= "" ja MAN6= xshisen.6 post-install: - @${CHOWN} games:games ${PREFIX}/bin/xshisen + @${CHOWN} root:games ${PREFIX}/bin/xshisen @${CHMOD} 2555 ${PREFIX}/bin/xshisen - @${CHOWN} games:games ${PREFIX}/lib/X11/xshisen/xshisen-scores + @${CHOWN} root:games ${PREFIX}/lib/X11/xshisen/xshisen-scores @${CHMOD} 0660 ${PREFIX}/lib/X11/xshisen/xshisen-scores ${INSTALL_MAN} ${WRKSRC}/xshisen.man ${PREFIX}/man/man6/xshisen.6 @${PREFIX}/bin/xshisen -KCONV jis < ${WRKSRC}/xshisen.jman-jis \ |