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

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



Author: branden
Date: 2003-08-09 18:41:25 -0500 (Sat, 09 Aug 2003)
New Revision: 382

Modified:
   trunk/debian/xserver-common.preinst.in
Log:
debian/xserver-common.preinst.in: (cosmetic) clarify comments


Modified: trunk/debian/xserver-common.preinst.in
==============================================================================
--- trunk/debian/xserver-common.preinst.in	2003-08-08 05:34:52 UTC (rev 381)
+++ trunk/debian/xserver-common.preinst.in	2003-08-09 23:41:25 UTC (rev 382)
@@ -38,10 +38,11 @@
   # if upgrading from < 4.2.1-10, migrate Xwrapper.config to (simplified)
   # ucf-style handling
   if dpkg --compare-versions "$2" lt "4.2.1-10"; then
+    # was the user letting the debconf "manage" the file?
     db_get xserver-common/manage_config_with_debconf
-    # attempt to pre-seed the md5sum file based on the current content of the
-    # file
     if [ "$RET" = "true" ]; then
+      # yes; attempt to pre-seed the md5sum file based on the current content
+      # of the file
       WRITE_MD5SUM=yes
       # if the config file doesn't even exist, don't bother
       if [ -e "$XWRAPPER_CONFIG" ]; then



Reply to: