From de70808b3b7448e737cb20fe0a6a7f8594bb352b Mon Sep 17 00:00:00 2001 From: Yen-Ming Lee Date: Sun, 23 Feb 2003 16:25:49 +0000 Subject: correct syntax of chown PR: 48515 Submitted by: Akihiro IIJIMA Approved by: markp (MAINTAINER) --- games/nighthawk/pkg-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/nighthawk/pkg-install') 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 -- cgit v1.2.3