[Glibc-bsd-commits] r1588 - in trunk/kfreebsd-common: . debian

Robert Millan rmh at costa.debian.org
Sun Jun 11 21:48:11 UTC 2006


Author: rmh
Date: 2006-06-11 21:48:08 +0000 (Sun, 11 Jun 2006)
New Revision: 1588

Modified:
   trunk/kfreebsd-common/debian/changelog
   trunk/kfreebsd-common/snd_probe
Log:
Modules are in /lib/modules now.

Modified: trunk/kfreebsd-common/debian/changelog
===================================================================
--- trunk/kfreebsd-common/debian/changelog	2006-06-11 08:02:11 UTC (rev 1587)
+++ trunk/kfreebsd-common/debian/changelog	2006-06-11 21:48:08 UTC (rev 1588)
@@ -1,3 +1,9 @@
+kfreebsd-common (0.2.5) unreleased; urgency=low
+
+  * Modules are in /lib/modules now.
+
+ -- Robert Millan <rmh at aybabtu.com>  Sun, 11 Jun 2006 23:48:08 +0200
+
 kfreebsd-common (0.2.4) unreleased; urgency=low
 
   * Fix /dev/cdrom symlink handling.

Modified: trunk/kfreebsd-common/snd_probe
===================================================================
--- trunk/kfreebsd-common/snd_probe	2006-06-11 08:02:11 UTC (rev 1587)
+++ trunk/kfreebsd-common/snd_probe	2006-06-11 21:48:08 UTC (rev 1588)
@@ -1,7 +1,7 @@
 #!/bin/sh
 set -e
 
-kernel="/boot/kernel/"
+kernel="/lib/modules/`uname -r`"
 
 echo -n "Probing sound devices..."
 cd $kernel && ls snd_*.ko | sed -e "s/\.ko$//g" | grep -v "snd_driver" | (while read i ; do




More information about the Glibc-bsd-commits mailing list