diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 2002-10-21 20:37:18 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 2002-10-21 20:37:18 +0000 |
commit | 13e85f25600c7640dd5a08e23fd1cb2938be5007 (patch) | |
tree | fceebc2b59b2a35b45334a360dfdeb79419be2bb /games/greed | |
parent | 32c9f096249ad5d8974bdf77e1ac42a6a3c1dde4 (diff) |
Notes
Diffstat (limited to 'games/greed')
-rw-r--r-- | games/greed/pkg-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/greed/pkg-install b/games/greed/pkg-install index d891db4686b7..2a413b4c513c 100644 --- a/games/greed/pkg-install +++ b/games/greed/pkg-install @@ -5,5 +5,5 @@ FILE="/var/games/greed.hs" echo "===> Creating initial high score file $FILE" touch $FILE -chown root.games $FILE +chown root:games $FILE chmod 664 $FILE |