mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-21 11:24:49 +00:00
* 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:
4
debian/postinst
vendored
4
debian/postinst
vendored
@@ -46,7 +46,7 @@ if [ ! -e /var/games/bsdgames/phantasia/monsters ] ; then
|
||||
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
|
||||
@@ -56,7 +56,7 @@ chmod 660 /var/games/bsdgames/phantasia/characs
|
||||
# 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#
|
||||
|
||||
Reference in New Issue
Block a user