* Update for POSIX chown. Closes: #214043

* atc: Note in man page that pressing return will do an immediate update.
     Closes: #216980


git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5214 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
joey
2003-10-25 22:23:58 +00:00
parent 1ace609136
commit ec93f45476
4 changed files with 9 additions and 5 deletions

4
debian/rules vendored
View File

@@ -63,7 +63,7 @@ binary-arch: build
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 \
@@ -85,7 +85,7 @@ binary-arch: build
debian/bsdgames/usr/games/hack
# 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 \
debian/bsdgames/var/games/bsdgames/hack \