Date: Tue, 21 Jun 2005 09:39:09 +0000 (UTC) From: Dima Dorfman <dd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/rc.d ipfilter Message-ID: <200506210939.j5L9d9ic026574@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dd 2005-06-21 09:39:09 UTC
FreeBSD src repository
Modified files:
etc/rc.d ipfilter
Log:
Unbreak the ipfilter_loaded function. There doesn't seem to be a way
for kldstat to ever print "IP Filter" (the module is called "ipfilter"
and modules don't have anything like a description), so this function
would always return false. That would cause prestart to attempt to
load the module even if it's already loaded, which would fail and
prevent the rules from being loaded.
Approved by: re (dwhite)
Revision Changes Path
1.23 +1 -1 src/etc/rc.d/ipfilter
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506210939.j5L9d9ic026574>
