[subversion-commit] SVN tetex commit + diffs: r524 - tex-common/trunk/debian

Norbert Preining preining-guest at costa.debian.org
Tue Feb 14 14:03:22 UTC 2006


Author: preining-guest
Date: 2006-02-14 14:03:22 +0000 (Tue, 14 Feb 2006)
New Revision: 524

Modified:
   tex-common/trunk/debian/config.in
   tex-common/trunk/debian/postinst.in
   tex-common/trunk/debian/templates
Log:
change mode to 03775


Modified: tex-common/trunk/debian/config.in
===================================================================
--- tex-common/trunk/debian/config.in	2006-02-14 14:01:45 UTC (rev 523)
+++ tex-common/trunk/debian/config.in	2006-02-14 14:03:22 UTC (rev 524)
@@ -54,7 +54,7 @@
   # for which group
   PERMS=$(stat --format="%a" /var/cache/fonts)
   GROUP=$(stat --format="%G" /var/cache/fonts)
-  if [ $PERMS = 2775 ] ; then
+  if [ $PERMS = 3775 ] ; then
     db_set tex-common/managecache true || true
     db_set tex-common/groupname "$GROUP" || true
   else

Modified: tex-common/trunk/debian/postinst.in
===================================================================
--- tex-common/trunk/debian/postinst.in	2006-02-14 14:01:45 UTC (rev 523)
+++ tex-common/trunk/debian/postinst.in	2006-02-14 14:03:22 UTC (rev 524)
@@ -124,7 +124,7 @@
       db_get tex-common/groupname || true
       GROUP="$RET"
       if [ -n "$GROUP" ] ; then
-        find /var/cache/fonts -type d -print0 | xargs -0r chmod 02755
+        find /var/cache/fonts -type d -print0 | xargs -0r chmod 03755
 	find /var/cache/fonts -type d -print0 | xargs -0r chown "root:$GROUP"
       fi
     fi

Modified: tex-common/trunk/debian/templates
===================================================================
--- tex-common/trunk/debian/templates	2006-02-14 14:01:45 UTC (rev 523)
+++ tex-common/trunk/debian/templates	2006-02-14 14:03:22 UTC (rev 524)
@@ -8,7 +8,8 @@
  .
  If you accept, you can specify a group name and *all* directories under
  /var/cache/fonts will get ownership root:<groupname> and permission
- bits 2755 (i.e. writeable for the group <groupname> and sticky bit set).
+ bits 3755 (i.e. writeable for the group <groupname>, sticky and setgid
+ bit set).
 
 Template: tex-common/groupname
 Type: string
@@ -16,7 +17,7 @@
 _Description: Which group should own the TeX font cache.
  You can choose a specific group which will own all directories under and
  including the TeX font cache /var/cache/fonts. These directories will 
- get permission bits 2755. We suggest to select the group 'users' here.
+ get permission 3755. We suggest to select the group 'users' here.
 
 Template: tex-common/cnf_name
 Type: note




More information about the Pkg-tetex-commits mailing list