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

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



Author: dnusinow
Date: 2005-07-30 16:09:00 -0500 (Sat, 30 Jul 2005)
New Revision: 438

Modified:
   trunk/debian/changelog
   trunk/debian/xfree86-common.postrm.in
Log:
- Allow xfree86-common package to purge cleanly by adding a '-f' to
  update-rc.d call in postrm. Thanks Enrico Zinni.


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-07-30 16:47:12 UTC (rev 437)
+++ trunk/debian/changelog	2005-07-30 21:09:00 UTC (rev 438)
@@ -17,6 +17,8 @@
      - Add general/031_disable_libXft1.diff to stop building libXft1, since we
        don't ship it anyway.
      - Ship extramodes file in xserver-xorg examples
+     - Allow xfree86-common package to purge cleanly by adding a '-f' to
+       update-rc.d call in postrm. Thanks Enrico Zinni.
      - Apply various GNU/kFreeBSD updates. Thanks Robert Millan and Aurelien
        Jarno. Closes: #318934
        - Remove all the old GNU/kFreeBSD support files

Modified: trunk/debian/xfree86-common.postrm.in
===================================================================
--- trunk/debian/xfree86-common.postrm.in	2005-07-30 16:47:12 UTC (rev 437)
+++ trunk/debian/xfree86-common.postrm.in	2005-07-30 21:09:00 UTC (rev 438)
@@ -5,7 +5,7 @@
 # /usr/share/common-licenses/GPL or <http://www.gnu.org/copyleft/gpl.txt>.
 # Acknowledgements to Stephen Early, Mark Eichin, and Manoj Srivastava.
 
-# $Id: xfree86-common.postrm.in 1259 2004-04-14 20:51:34Z branden $
+# $Id$
 
 set -e
 
@@ -31,7 +31,7 @@
 #DEBHELPER#
 
 if [ "$1" = "purge" ]; then
-  update-rc.d xfree86-common remove
+  update-rc.d -f xfree86-common remove
   for DIR in /etc/X11/Xresources /etc/X11/Xsession.d /etc/X11; do
     rmdir "$DIR" 2> /dev/null || true
   done



Reply to: