aboutsummaryrefslogtreecommitdiff
path: root/games/xrot
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>2002-10-21 22:33:39 +0000
committerGarrett Wollman <wollman@FreeBSD.org>2002-10-21 22:33:39 +0000
commite8f2e469badfc053ddfba8db5c3b79eee8b037bf (patch)
tree64437c53d624df9e1dc100a76b5209b7402eeb3f /games/xrot
parent557373aae3389b686e84a57826188be79b86234b (diff)
downloadports-e8f2e469badfc053ddfba8db5c3b79eee8b037bf.tar.gz
ports-e8f2e469badfc053ddfba8db5c3b79eee8b037bf.zip
Fix argument to chown(8).
Notes
Notes: svn path=/head/; revision=68550
Diffstat (limited to 'games/xrot')
-rw-r--r--games/xrot/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xrot/pkg-install b/games/xrot/pkg-install
index fd24c399636d..97b40ce47230 100644
--- a/games/xrot/pkg-install
+++ b/games/xrot/pkg-install
@@ -5,5 +5,5 @@ FILE="/var/games/xrot.scores"
echo "===> Creating initial high score file $FILE"
touch $FILE
-chown root.games $FILE
+chown root:games $FILE
chmod 664 $FILE