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/lexter | |
parent | 60aefd7be6a4a7d7fa228126c4e22db7268dc6d4 (diff) | |
download | ports-de70808b3b7448e737cb20fe0a6a7f8594bb352b.tar.gz ports-de70808b3b7448e737cb20fe0a6a7f8594bb352b.zip |
correct syntax of chown
PR: 48515
Submitted by: Akihiro IIJIMA <aki@bsdclub.org>
Approved by: markp (MAINTAINER)
Notes
Notes:
svn path=/head/; revision=76278
Diffstat (limited to 'games/lexter')
-rw-r--r-- | games/lexter/pkg-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/lexter/pkg-install b/games/lexter/pkg-install index a129bb39f13b..0a93e455e990 100644 --- a/games/lexter/pkg-install +++ b/games/lexter/pkg-install @@ -5,5 +5,5 @@ FILE="/var/games/lexter.scores" echo "===> Creating initial high score file $FILE" touch $FILE -chown root.games $FILE +chown root:games $FILE chmod 664 $FILE |