Author: frank Date: 2005-08-25 14:49:17 +0000 (Thu, 25 Aug 2005) New Revision: 170
Removed: tetex-bin/trunk/debian/patches/debconf Log: remove patches/debconf, never used Deleted: tetex-bin/trunk/debian/patches/debconf =================================================================== --- tetex-bin/trunk/debian/patches/debconf 2005-08-24 18:01:59 UTC (rev 169) +++ tetex-bin/trunk/debian/patches/debconf 2005-08-25 14:49:17 UTC (rev 170) @@ -1,62 +0,0 @@ -diff -urN debian.old/config debian/config ---- debian.old/config Wed Dec 31 19:00:00 1969 -+++ debian/config Sun Sep 22 20:06:13 2002 -@@ -0,0 +1,19 @@ -+#!/bin/sh -e -+ -+# Use debconf. -+. /usr/share/debconf/confmodule || exit -+db_version 2.0 -+ -+db_input high tetex-bin/managelsrperms || true -+db_go -+ -+db_get tetex-bin/managelsrperms -+if [ x"$RET" == x"true" ]; then -+ db_beginblock -+ db_input medium tetex-bin/groupname || true -+ db_input low tetex-bin/groupperm || true -+ db_input low tetex-bin/userperm || true -+ db_endblock -+fi -+ -+db_go -diff -urN debian.old/templates debian/templates ---- debian.old/templates Wed Dec 31 19:00:00 1969 -+++ debian/templates Sun Sep 22 20:07:54 2002 -@@ -0,0 +1,35 @@ -+Template: tetex-bin/managelsrperms -+Type: boolean -+Default: true -+Description: Use debconf to manage permissions of ls-R files? -+ The metafont program can store fonts generated by users running xdvi, dvips, -+ etc. so they need not be re-generated repeatedly. They are stored in -+ /var/lib/texmf and /var/spool/texmf, with "ls-R" file lists showing where the -+ font files are stored. -+ . -+ Answering `yes' here will allow you to easily manage the permissions of those -+ ls-R files using debconf. -+ -+Template: tetex-bin/groupname -+Type: string -+Default: users -+Description: Which group should own the ls-R files? -+ Modification of ls-R files can be restricted to the members of one group which -+ owns them. To take advantage of this, add the users to the group of your -+ choice, and enter that group name here. The default group `users' is -+ appropriate for most systems. -+ -+Template: tetex-bin/groupperm -+Type: boolean -+Default: true -+Description: Allow group members to modify ls-R files? -+ Answering `yes' here will allow members of the owning group to modify the ls-R -+ files. -+ -+Template: tetex-bin/userperm -+Type: boolean -+Default: false -+Description: Allow all users to modify ls-R files? -+ Answering `yes' here will allow all users to modify ls-R files. This is -+ generally not a good idea for security reasons; you should instead restrict -+ such access to members of one group. _______________________________________________ Pkg-tetex-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-tetex-commits

