Page MenuHomeFreeBSD

D44797.id137037.diff
No OneTemporary

D44797.id137037.diff

diff --git a/usr.sbin/freebsd-update/freebsd-update.sh b/usr.sbin/freebsd-update/freebsd-update.sh
--- a/usr.sbin/freebsd-update/freebsd-update.sh
+++ b/usr.sbin/freebsd-update/freebsd-update.sh
@@ -673,15 +673,11 @@
fi
# Most modules are in /boot/modules but we should actually look
- # in every path configured in module_path
- search_files="/boot/defaults/loader.conf /boot/loader.conf"
- pattern=$(grep -shE '^module_path=' ${search_files} |
- tail -1 |
- cut -f2 -d\" |
- tr ";" "|")
+ # in every module_path passed to the kernel:
+ pattern=$(sysctl kern.module_path | cut -f2 -d\" | tr ";" "|")
if [ -z "${pattern}" ]; then
- # Not having module_path in loader.conf is probably an error.
+ # Not having module_path in kern.module_path is probably wrong.
# Check at least the most common path
pattern="/boot/modules"
fi

File Metadata

Mime Type
text/plain
Expires
Mon, Jan 27, 9:44 AM (2 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16193747
Default Alt Text
D44797.id137037.diff (849 B)

Event Timeline