mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Use correct syntax for chown(8).
This commit is contained in:
parent
32c9f09624
commit
13e85f2560
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68537
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user