aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2002-10-22 06:33:39 +0800
committerwollman <wollman@FreeBSD.org>2002-10-22 06:33:39 +0800
commit24842b82483bf71e51984bb5ea9bec8527f87a9f (patch)
treef5ff6a991b59cd302a16062d30d9dc24831a4d4d /games
parentd137d99ee8c8561bec092d61e3ea75001d43e872 (diff)
downloadfreebsd-ports-gnome-24842b82483bf71e51984bb5ea9bec8527f87a9f.tar.gz
freebsd-ports-gnome-24842b82483bf71e51984bb5ea9bec8527f87a9f.tar.zst
freebsd-ports-gnome-24842b82483bf71e51984bb5ea9bec8527f87a9f.zip
Fix argument to chown(8).
Diffstat (limited to 'games')
-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