Prevent device.subr from auto-loading in the nameservers module.
This module doesn't need device support (but device.subr is loaded indirectly through media/tcpip.subr which contains resolv stuff).
This commit is contained in:
parent
dcfa0eb36f
commit
2e35ea7323
@ -28,6 +28,9 @@
|
||||
#
|
||||
############################################################ INCLUDES
|
||||
|
||||
# Prevent device.subr (included indirectly) from auto scanning on load
|
||||
DEVICE_SELF_SCAN_ALL=NO
|
||||
|
||||
BSDCFG_SHARE="/usr/share/bsdconfig"
|
||||
. $BSDCFG_SHARE/common.subr || exit 1
|
||||
f_dprintf "%s: loading includes..." "$0"
|
||||
|
Loading…
Reference in New Issue
Block a user