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:
Devin Teske 2013-04-23 00:10:33 +00:00
parent dcfa0eb36f
commit 2e35ea7323
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=249783

View File

@ -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"