Date: Thu, 26 Feb 2004 22:43:14 -0800 (PST) From: Alexander Kabaev <kan@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ifconfig ifconfig.c Message-ID: <200402270643.i1R6hFCw045662@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kan 2004/02/26 22:43:14 PST FreeBSD src repository Modified files: sbin/ifconfig ifconfig.c Log: Look for both name and if_<name> strings in module metadata. Pseudo-devices like tun are naming their modules using the 'if_; prefix and previous version of the code failed to detect their presence in the kernel, resulting in the same module being loaded twice. Revision Changes Path 1.96 +2 -1 src/sbin/ifconfig/ifconfig.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402270643.i1R6hFCw045662>