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

X Strike Force X.Org X11 SVN commit: r641 - trunk/debian



Author: dnusinow
Date: 2005-09-29 18:28:02 -0500 (Thu, 29 Sep 2005)
New Revision: 641

Modified:
   trunk/debian/changelog
   trunk/debian/xserver-xorg.postrm.in
Log:
* Have xserver-xorg remove its /etc/rcS.d link in postinst by calling
  update-rc.d. Thanks Lars Wirzenius. (closes: #330588)


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-09-29 22:22:04 UTC (rev 640)
+++ trunk/debian/changelog	2005-09-29 23:28:02 UTC (rev 641)
@@ -47,6 +47,8 @@
   * Provide extra insurance for autodetecting drivers on installation. Also
     update driver default lists for amd64 and i386. (closes: #320634)
   * Have packages built specifically for etch be counted as official builds.
+  * Have xserver-xorg remove its /etc/rcS.d link in its postinst by calling
+    update-rc.d. Thanks Lars Wirzenius.  (closes: #330588)
 
   [ Branden Robinson ]
   * Change xserver-xorg and xserver-xorg-dbg's recommendation of "discover1"
@@ -60,7 +62,7 @@
   * Updated Czech translation (cs.po). Thanks, Miroslav Kure (closes:
     #327506).
 
- -- David Nusinow <dnusinow@debian.org>  Thu, 29 Sep 2005 18:21:16 -0400
+ -- David Nusinow <dnusinow@debian.org>  Thu, 29 Sep 2005 19:25:03 -0400
 
 xorg-x11 (6.8.2.dfsg.1-7) unstable; urgency=high
 

Modified: trunk/debian/xserver-xorg.postrm.in
===================================================================
--- trunk/debian/xserver-xorg.postrm.in	2005-09-29 22:22:04 UTC (rev 640)
+++ trunk/debian/xserver-xorg.postrm.in	2005-09-29 23:28:02 UTC (rev 641)
@@ -101,6 +101,8 @@
     fi
   fi
 
+  update-rc.d xserver-xorg remove
+
   for DIR in "$CONFIG_DIR" "$CONFIG_AUX_DIR"; do
       rmdir "$DIR" 2> /dev/null || true
   done



Reply to: