diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-02-23 16:25:49 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-02-23 16:25:49 +0000 |
commit | de70808b3b7448e737cb20fe0a6a7f8594bb352b (patch) | |
tree | 674b1655ee4fae29f7212f35fa85d0cc5fb8de3b /games/nighthawk | |
parent | 60aefd7be6a4a7d7fa228126c4e22db7268dc6d4 (diff) |
Notes
Diffstat (limited to 'games/nighthawk')
-rw-r--r-- | games/nighthawk/pkg-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nighthawk/pkg-install b/games/nighthawk/pkg-install index d147a119debb..be09075f42a3 100644 --- a/games/nighthawk/pkg-install +++ b/games/nighthawk/pkg-install @@ -5,5 +5,5 @@ FILE="/var/games/nighthawk.scores" echo "===> Creating initial high score file $FILE" touch $FILE -chown root.games $FILE +chown root:games $FILE chmod 664 $FILE |