aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2003-02-24 00:25:49 +0800
committerleeym <leeym@FreeBSD.org>2003-02-24 00:25:49 +0800
commitfec4211c3d3f09f2046fcb4fb845f6f08bde606c (patch)
tree301407111e60c4bb0474d7bc6672ed4aa11de274 /games
parentd87cedaeef459776702b7dc1cab3de6e0557e260 (diff)
downloadfreebsd-ports-gnome-fec4211c3d3f09f2046fcb4fb845f6f08bde606c.tar.gz
freebsd-ports-gnome-fec4211c3d3f09f2046fcb4fb845f6f08bde606c.tar.zst
freebsd-ports-gnome-fec4211c3d3f09f2046fcb4fb845f6f08bde606c.zip
correct syntax of chown
PR: 48515 Submitted by: Akihiro IIJIMA <aki@bsdclub.org> Approved by: markp (MAINTAINER)
Diffstat (limited to 'games')
-rw-r--r--games/lexter/pkg-install2
-rw-r--r--games/nighthawk/pkg-install2
2 files changed, 2 insertions, 2 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
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