aboutsummaryrefslogtreecommitdiff
path: root/games/greed
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/greed
parent32c9f096249ad5d8974bdf77e1ac42a6a3c1dde4 (diff)
downloadports-13e85f25600c7640dd5a08e23fd1cb2938be5007.tar.gz
ports-13e85f25600c7640dd5a08e23fd1cb2938be5007.zip
Use correct syntax for chown(8).
Notes
Notes: svn path=/head/; revision=68537
Diffstat (limited to 'games/greed')
-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