summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-02-23 16:25:49 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-02-23 16:25:49 +0000
commitde70808b3b7448e737cb20fe0a6a7f8594bb352b (patch)
tree674b1655ee4fae29f7212f35fa85d0cc5fb8de3b /games
parentRegenerate moc file for QT 3.1. (diff)
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')
-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