r7193 - packages/trunk/tecnoballz/debian

Ansgar Burchardt ansgar-guest at alioth.debian.org
Thu May 29 20:22:21 UTC 2008


Author: ansgar-guest
Date: 2008-05-29 20:22:21 +0000 (Thu, 29 May 2008)
New Revision: 7193

Modified:
   packages/trunk/tecnoballz/debian/changelog
   packages/trunk/tecnoballz/debian/tecnoballz.postinst
Log:
tecnoballs.postinst: make scorefile writable by games group
(Closes: #409718)

Modified: packages/trunk/tecnoballz/debian/changelog
===================================================================
--- packages/trunk/tecnoballz/debian/changelog	2008-05-29 18:42:49 UTC (rev 7192)
+++ packages/trunk/tecnoballz/debian/changelog	2008-05-29 20:22:21 UTC (rev 7193)
@@ -3,6 +3,8 @@
   * debian/control: Set Maintainer to Debian Games Team
   * debian/control: Add Vcs-* fields
   * debian/control: Add Homepage field
+  * tecnoballs.postinst: make scorefile writable by games group
+    (Closes: #409718)
 
  -- Ansgar Burchardt <ansgar at 43-1.org>  Thu, 29 May 2008 20:29:41 +0200
 

Modified: packages/trunk/tecnoballz/debian/tecnoballz.postinst
===================================================================
--- packages/trunk/tecnoballz/debian/tecnoballz.postinst	2008-05-29 18:42:49 UTC (rev 7192)
+++ packages/trunk/tecnoballz/debian/tecnoballz.postinst	2008-05-29 20:22:21 UTC (rev 7193)
@@ -36,10 +36,10 @@
     fi
 
     # The scorefile is writable by the group "games".
-    chown root:root $SCOREDIR
-    chmod 0755 $SCOREDIR
+    chown root:games $SCOREDIR
+    chmod 2755 $SCOREDIR
     chown root:games $SCOREDIR/tecnoballz.hi
-    chmod 0644 $SCOREDIR/tecnoballz.hi
+    chmod 0664 $SCOREDIR/tecnoballz.hi
 
     # Help dpkg with the directory -> symlink transition
     if [ -d "$DOCDIR" -a ! -L "$DOCDIR" ]; then




More information about the Pkg-games-commits mailing list