Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107106468
D44797.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
982 B
Referenced Files
None
Subscribers
None
D44797.diff
View Options
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,17 +673,13 @@
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 -n kern.module_path | tr ";" "|")
if [ -z "${pattern}" ]; then
- # Not having module_path in loader.conf is probably an error.
- # Check at least the most common path
- pattern="/boot/modules"
+ echo "Empty kern.module_path sysctl. This should not happen."
+ echo "Aborting check of kernel modules installed from ports."
+ return
fi
# Check the pkg database for modules installed in those directories
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 11, 5:15 AM (18 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15750615
Default Alt Text
D44797.diff (982 B)
Attached To
Mode
D44797: freebsd-update(8): Use kern.module_path
Attached
Detach File
Event Timeline
Log In to Comment