summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>2002-10-21 20:37:18 +0000
committerGarrett Wollman <wollman@FreeBSD.org>2002-10-21 20:37:18 +0000
commit13e85f25600c7640dd5a08e23fd1cb2938be5007 (patch)
treefceebc2b59b2a35b45334a360dfdeb79419be2bb /games
parents/FreeAMP/Zinf/ in pkg_descr (diff)
Use correct syntax for chown(8).
Notes
Notes: svn path=/head/; revision=68537
Diffstat (limited to 'games')
-rw-r--r--games/greed/pkg-install2
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