[Glibc-bsd-commits] r1817 - trunk/freebsd-utils/debian

Aurelien Jarno aurel32 at alioth.debian.org
Wed Dec 20 10:52:13 CET 2006


Author: aurel32
Date: 2006-12-20 10:52:13 +0100 (Wed, 20 Dec 2006)
New Revision: 1817

Modified:
   trunk/freebsd-utils/debian/changelog
   trunk/freebsd-utils/debian/kfreebsd-common.postinst
   trunk/freebsd-utils/debian/kldutils.postinst
Log:
  * Remove /etc/init.d/kldutils and /etc/init.d/kfreebsd-common before
    removing the symlinks.



Modified: trunk/freebsd-utils/debian/changelog
===================================================================
--- trunk/freebsd-utils/debian/changelog	2006-12-20 08:39:03 UTC (rev 1816)
+++ trunk/freebsd-utils/debian/changelog	2006-12-20 09:52:13 UTC (rev 1817)
@@ -1,3 +1,10 @@
+freebsd-utils (6.1-8) UNRELEASED; urgency=low
+
+  * Remove /etc/init.d/kldutils and /etc/init.d/kfreebsd-common before
+    removing the symlinks.
+
+ -- Aurelien Jarno <aurel32 at debian.org>  Wed, 20 Dec 2006 10:03:56 +0100
+
 freebsd-utils (6.1-7) unreleased; urgency=low
 
   * Conflicts with inetutils-tools (<= 2:1.4.3+20051212-4).

Modified: trunk/freebsd-utils/debian/kfreebsd-common.postinst
===================================================================
--- trunk/freebsd-utils/debian/kfreebsd-common.postinst	2006-12-20 08:39:03 UTC (rev 1816)
+++ trunk/freebsd-utils/debian/kfreebsd-common.postinst	2006-12-20 09:52:13 UTC (rev 1817)
@@ -1,4 +1,4 @@
 #!/bin/sh
 set -e
+rm -f /etc/init.d/kfreebsd-common
 update-rc.d kfreebsd-common remove >/dev/null || exit 0
-rm -f /etc/init.d/kfreebsd-common

Modified: trunk/freebsd-utils/debian/kldutils.postinst
===================================================================
--- trunk/freebsd-utils/debian/kldutils.postinst	2006-12-20 08:39:03 UTC (rev 1816)
+++ trunk/freebsd-utils/debian/kldutils.postinst	2006-12-20 09:52:13 UTC (rev 1817)
@@ -1,4 +1,4 @@
 #!/bin/sh
 set -e
+rm -f /etc/init.d/kldutils
 update-rc.d kldutils remove >/dev/null || exit 0
-rm -f /etc/init.d/kldutils




More information about the Glibc-bsd-commits mailing list