From 7d6b520e24dbe1a15467236a4698bf8535799ac9 Mon Sep 17 00:00:00 2001 From: dteske Date: Tue, 23 Apr 2013 00:10:33 +0000 Subject: 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). --- usr.sbin/bsdconfig/networking/nameservers | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usr.sbin/bsdconfig/networking') diff --git a/usr.sbin/bsdconfig/networking/nameservers b/usr.sbin/bsdconfig/networking/nameservers index 1c2b7a0..aeda09e 100755 --- a/usr.sbin/bsdconfig/networking/nameservers +++ b/usr.sbin/bsdconfig/networking/nameservers @@ -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" -- cgit v1.1