From 13e85f25600c7640dd5a08e23fd1cb2938be5007 Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Mon, 21 Oct 2002 20:37:18 +0000 Subject: Use correct syntax for chown(8). --- games/greed/pkg-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/greed') 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 -- cgit v1.2.3