[Glibc-bsd-commits] r1507 - trunk/kfreebsd-common/debian

Robert Millan rmh at costa.debian.org
Thu Apr 27 14:47:11 UTC 2006


Author: rmh
Date: 2006-04-27 14:47:10 +0000 (Thu, 27 Apr 2006)
New Revision: 1507

Modified:
   trunk/kfreebsd-common/debian/changelog
   trunk/kfreebsd-common/debian/init.d
Log:
Set kern.module_path=/lib/modules/6.0-1-686:/boot/kernel.
Release 0.2.2.

Modified: trunk/kfreebsd-common/debian/changelog
===================================================================
--- trunk/kfreebsd-common/debian/changelog	2006-04-27 11:49:41 UTC (rev 1506)
+++ trunk/kfreebsd-common/debian/changelog	2006-04-27 14:47:10 UTC (rev 1507)
@@ -1,9 +1,10 @@
-kfreebsd-common (0.2.2) UNRELEASED; urgency=low
+kfreebsd-common (0.2.2) unreleased; urgency=low
 
   * Set /dev/cdrom symlink.
   * chgrp disk /dev/ata.
+  * Set kern.module_path=/lib/modules/6.0-1-686:/boot/kernel.
 
- -- Robert Millan <rmh at aybabtu.com>  Fri, 21 Apr 2006 15:30:25 +0200
+ -- Robert Millan <rmh at aybabtu.com>  Thu, 27 Apr 2006 16:46:08 +0200
 
 kfreebsd-common (0.2.1) unreleased; urgency=low
 

Modified: trunk/kfreebsd-common/debian/init.d
===================================================================
--- trunk/kfreebsd-common/debian/init.d	2006-04-27 11:49:41 UTC (rev 1506)
+++ trunk/kfreebsd-common/debian/init.d	2006-04-27 14:47:10 UTC (rev 1507)
@@ -73,6 +73,9 @@
 
 echo "done."
 
+# This syctl is (suposedly) correct in kernel, but kfreebsd-loader enjoys messing with it
+sysctl kern.module_path=/lib/modules/`uname -r`:/boot/kernel
+
 if test -f /etc/mtab ; then
   echo "Warning: /etc/mtab is a regular file, replacing with symlink."
   rm -f /etc/mtab




More information about the Glibc-bsd-commits mailing list