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

Robert Millan rmh at costa.debian.org
Fri Apr 28 13:37:32 UTC 2006


Author: rmh
Date: 2006-04-28 13:37:31 +0000 (Fri, 28 Apr 2006)
New Revision: 1514

Modified:
   trunk/kfreebsd-common/debian/changelog
   trunk/kfreebsd-common/debian/init.d
Log:
kern.module_path component separator is ';', not ':'.

Modified: trunk/kfreebsd-common/debian/changelog
===================================================================
--- trunk/kfreebsd-common/debian/changelog	2006-04-28 12:36:21 UTC (rev 1513)
+++ trunk/kfreebsd-common/debian/changelog	2006-04-28 13:37:31 UTC (rev 1514)
@@ -1,3 +1,9 @@
+kfreebsd-common (0.2.3) unreleased; urgency=low
+
+  * kern.module_path component separator is ';', not ':'.
+
+ -- Robert Millan <rmh at aybabtu.com>  Fri, 28 Apr 2006 15:37:17 +0200
+
 kfreebsd-common (0.2.2) unreleased; urgency=low
 
   * Set /dev/cdrom symlink.

Modified: trunk/kfreebsd-common/debian/init.d
===================================================================
--- trunk/kfreebsd-common/debian/init.d	2006-04-28 12:36:21 UTC (rev 1513)
+++ trunk/kfreebsd-common/debian/init.d	2006-04-28 13:37:31 UTC (rev 1514)
@@ -74,7 +74,7 @@
 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
+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."




More information about the Glibc-bsd-commits mailing list