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

X Strike Force SVN commit: rev 490 - trunk/debian



Author: branden
Date: 2003-09-10 03:20:13 -0500 (Wed, 10 Sep 2003)
New Revision: 490

Modified:
   trunk/debian/changelog
   trunk/debian/xserver-common.preinst.in
Log:
debian/xserver-common.preinst.in: correct erroneous reference to debconf
  template name


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2003-09-10 06:15:30 UTC (rev 489)
+++ trunk/debian/changelog	2003-09-10 08:20:13 UTC (rev 490)
@@ -27,8 +27,11 @@
   * debian/control: xlibmesa3-gl now suggests the libglide3 package; updated
     extended description explains why (Closes: #119297)
 
- -- Branden Robinson <branden@debian.org>  Sun,  7 Sep 2003 20:02:38 -0500
+  * debian/xserver-common.preinst.in: correct erroneous reference to debconf
+    template name
 
+ -- Branden Robinson <branden@debian.org>  Mon,  8 Sep 2003 22:32:13 -0500
+
 xfree86 (4.2.1-11) unstable; urgency=medium
 
   * urgency set to medium because bug #206790 bites a lot of people (but,

Modified: trunk/debian/xserver-common.preinst.in
===================================================================
--- trunk/debian/xserver-common.preinst.in	2003-09-10 06:15:30 UTC (rev 489)
+++ trunk/debian/xserver-common.preinst.in	2003-09-10 08:20:13 UTC (rev 490)
@@ -64,7 +64,7 @@
       if [ -d "$CONFIG_AUX_DIR" ]; then
         # attempt to pre-seed the md5sum file based on the current content of
         # the file
-        if db_get xserver-xfree86/manage_config_with_debconf; then
+        if db_get xserver-common/manage_config_with_debconf; then
           if [ "$RET" = "true" ]; then
             # if the config file doesn't even exist, don't bother
             if [ -e "$XWRAPPER_CONFIG" ]; then



Reply to: