[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r4205 - in trunk/debian/xorg/debian: . local



Author: julien
Date: 2007-01-14 18:48:39 -0500 (Sun, 14 Jan 2007)
New Revision: 4205

Modified:
   trunk/debian/xorg/debian/local/dexconf
   trunk/debian/xorg/debian/xserver-xorg.templates
Log:
Make the new font server template shared, so it can be used by other X servers.


Modified: trunk/debian/xorg/debian/local/dexconf
===================================================================
--- trunk/debian/xorg/debian/local/dexconf	2007-01-14 23:16:24 UTC (rev 4204)
+++ trunk/debian/xorg/debian/local/dexconf	2007-01-14 23:48:39 UTC (rev 4205)
@@ -200,7 +200,7 @@
 
 fetch xserver-$SERVER/config/write_files_section
 if [ "$RET" = "true" ]; then
-  db_get $TEMPLATE_BASE/config/fontpath/fontserver
+  db_get shared/fontpath/fontserver
   if [ -n "$RET" ] ; then
     FONTSERVER="$RET"
   else

Modified: trunk/debian/xorg/debian/xserver-xorg.templates
===================================================================
--- trunk/debian/xorg/debian/xserver-xorg.templates	2007-01-14 23:16:24 UTC (rev 4204)
+++ trunk/debian/xorg/debian/xserver-xorg.templates	2007-01-14 23:48:39 UTC (rev 4205)
@@ -472,7 +472,7 @@
  Choose this option if you want the keyboard layout to be redetected.  Do not
  choose it if you want to keep your current layout.
 
-Template: xserver-xorg/config/fontpath/fontserver
+Template: shared/fontpath/fontserver
 Type: string
 Description: Extra fontpath URL
  This is an internal (hidden) debconf question.  It should not be translated.



Reply to: