[Glibc-bsd-commits] r3045 - trunk/kfreebsd-8/debian

Aurelien Jarno aurel32 at alioth.debian.org
Mon Jun 14 20:37:30 UTC 2010


Author: aurel32
Date: 2010-06-14 20:37:30 +0000 (Mon, 14 Jun 2010)
New Revision: 3045

Modified:
   trunk/kfreebsd-8/debian/changelog
   trunk/kfreebsd-8/debian/rules
Log:
  * Set the default modules path to /lib/modules/$(version) as doing so
    in userland doesn't always work now that init scripts are reordered.
    Closes: #585633.



Modified: trunk/kfreebsd-8/debian/changelog
===================================================================
--- trunk/kfreebsd-8/debian/changelog	2010-06-14 10:58:45 UTC (rev 3044)
+++ trunk/kfreebsd-8/debian/changelog	2010-06-14 20:37:30 UTC (rev 3045)
@@ -7,6 +7,15 @@
 
  -- Aurelien Jarno <aurel32 at debian.org>  Wed, 09 Jun 2010 14:31:53 +0200
 
+kfreebsd-8 (8.0-8) unstable; urgency=low
+
+  [ Aurelien Jarno ]
+  * Set the default modules path to /lib/modules/$(version) as doing so
+    in userland doesn't always work now that init scripts are reordered.
+    Closes: #585633.
+
+ -- Aurelien Jarno <aurel32 at debian.org>  Mon, 14 Jun 2010 21:46:47 +0200
+
 kfreebsd-8 (8.0-7) unstable; urgency=low
 
   * Force NO_WERROR to build aicasm, now that it is not the default

Modified: trunk/kfreebsd-8/debian/rules
===================================================================
--- trunk/kfreebsd-8/debian/rules	2010-06-14 10:58:45 UTC (rev 3044)
+++ trunk/kfreebsd-8/debian/rules	2010-06-14 20:37:30 UTC (rev 3045)
@@ -135,6 +135,7 @@
 
 	# Set /lib/modules/${RELEASE} as module dir
 	sed -i -e 's,^KODIR?=.*,KODIR="/lib/modules/$(version)-$(abiname)-$*",g' $(FLAVOR_DIR)-$*/sys/conf/kern.pre.mk
+	sed -i -e '/^static char linker_path/s,".*","/lib/modules/$(version)-$(abiname)-$*",g' $(FLAVOR_DIR)-$*/sys/kern/kern_linker.c 
 
 	# Configure the kernel
 	cp debian/arch/$(cpu)/$*.config $(FLAVOR_DIR)-$*/sys/$(cpu)/conf/




More information about the Glibc-bsd-commits mailing list