summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-10-01 23:10:33 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-10-01 23:10:33 +0000
commitea19220ba9020d0eb9a634166f708ee95165e4cc (patch)
tree6a6ba8e50606878b1c424502ed17e78ad4526d99 /games-misc/bsd-games-non-free/files
parentchown user.group -> chown user:group (diff)
downloadhistorical-ea19220ba9020d0eb9a634166f708ee95165e4cc.tar.gz
historical-ea19220ba9020d0eb9a634166f708ee95165e4cc.tar.bz2
historical-ea19220ba9020d0eb9a634166f708ee95165e4cc.zip
chown user.group -> chown user:group
Diffstat (limited to 'games-misc/bsd-games-non-free/files')
-rw-r--r--games-misc/bsd-games-non-free/files/bsdgames_2.13-11.diff10
1 files changed, 5 insertions, 5 deletions
diff --git a/games-misc/bsd-games-non-free/files/bsdgames_2.13-11.diff b/games-misc/bsd-games-non-free/files/bsdgames_2.13-11.diff
index 9db1d6f4d2ed..97ae56dd8868 100644
--- a/games-misc/bsd-games-non-free/files/bsdgames_2.13-11.diff
+++ b/games-misc/bsd-games-non-free/files/bsdgames_2.13-11.diff
@@ -740,7 +740,7 @@
+fi
+
+touch $SCOREFILES
-+chown root.games $SCOREFILES
++chown root:games $SCOREFILES
+chmod 664 $SCOREFILES
+
+# These files may not be world-readable as they have passwords
@@ -750,7 +750,7 @@
+# I have to make this directory here, because older version of this package
+# always deleted it in their postrm. Oops.
+mkdir -p /var/games/bsdgames/sail
-+chown root.games /var/games/bsdgames/sail
++chown root:games /var/games/bsdgames/sail
+chmod g+rws /var/games/bsdgames/sail
+
+#DEBHELPER#
@@ -816,7 +816,7 @@
+ # Have to set up directory hierarchy, since this is running as a
+ # preinst.
+ mkdir -p /var/games/bsdgames/phantasia
-+ chown root.games /var/games/bsdgames \
++ chown root:games /var/games/bsdgames \
+ /var/games/bsdgames/phantasia
+ chmod g+rws /var/games/bsdgames \
+ /var/games/bsdgames/phantasia
@@ -909,7 +909,7 @@
+
+ chmod -R u+rw debian/bsdgames/usr/
+ # Games with score files need to be set up sgid games.
-+ chown root.games debian/bsdgames/usr/games/atc \
++ chown root:games debian/bsdgames/usr/games/atc \
+ debian/bsdgames/usr/games/battlestar \
+ debian/bsdgames/usr/games/canfield \
+ debian/bsdgames/usr/games/cribbage \
@@ -929,7 +929,7 @@
+ debian/bsdgames/usr/games/sail
+ # The game directories need to be sgid too, and let's
+ # remove all the zero byte score files in them.
-+ chown root.games debian/bsdgames/var/games/bsdgames/ \
++ chown root:games debian/bsdgames/var/games/bsdgames/ \
+ debian/bsdgames/var/games/bsdgames/sail \
+ debian/bsdgames/var/games/bsdgames/phantasia
+ chmod g+rws debian/bsdgames/var/games/bsdgames/ \