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

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



Author: branden
Date: 2003-08-23 21:22:40 -0500 (Sat, 23 Aug 2003)
New Revision: 425

Modified:
   trunk/debian/xserver-common.preinst.in
   trunk/debian/xserver-xfree86.preinst.in
Log:
debian/xserver-{common,xfree86}.preinst.in: (cosmetic) fix misleading
  comments


Modified: trunk/debian/xserver-common.preinst.in
===================================================================
--- trunk/debian/xserver-common.preinst.in	2003-08-24 02:17:28 UTC (rev 424)
+++ trunk/debian/xserver-common.preinst.in	2003-08-24 02:22:40 UTC (rev 425)
@@ -47,9 +47,8 @@
         WRITE_CHECKSUM=yes
         # if the config file doesn't even exist, don't bother
         if [ -e "$XWRAPPER_CONFIG" ]; then
-          # this is the preinst, so our checksum directory might not have been
-          # unpacked yet (in fact, if we're upgrading from < 4.2.1-10, we
-          # expect it not to be)
+          # create the configuration files' auxiliary directory if it doesn't
+          # exist
           if [ ! -e "$CONFIG_AUX_DIR" ]; then
             mkdir --mode=755 "$CONFIG_AUX_DIR"
           else

Modified: trunk/debian/xserver-xfree86.preinst.in
===================================================================
--- trunk/debian/xserver-xfree86.preinst.in	2003-08-24 02:17:28 UTC (rev 424)
+++ trunk/debian/xserver-xfree86.preinst.in	2003-08-24 02:22:40 UTC (rev 425)
@@ -29,9 +29,7 @@
   if dpkg --compare-versions "$2" lt-nl "4.2.1-10"; then
     # do we have any configuration files to work with?
     if [ -e "$SERVER_SYMLINK" -o -e "$XF86CONFIG" ]; then
-      # this is the preinst, so our checksum directory might not have been
-      # unpacked yet (in fact, if we're upgrading from < 4.2.1-10, we expect
-      # it not to be)
+      # create the configuration files' auxiliary directory if it doesn't exist
       if [ ! -e "$CONFIG_AUX_DIR" ]; then
         mkdir --mode=755 "$CONFIG_AUX_DIR"
       else



Reply to: