Date: Sun, 2 Oct 2005 15:54:26 +0000 (UTC) From: Yar Tikhiy <yar@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/rc.d pflog Message-ID: <200510021554.j92FsQCP075818@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yar 2005-10-02 15:54:26 UTC FreeBSD src repository Modified files: etc/rc.d pflog Log: Use rc.subr(8) appropriately: - utilize default methods instead of rolling local ones; - avoid to specify BEFORE conditions we don't really need (pflog will be REQUIRE'd by pf); - omit extra decoration from warning messages, warn() will decorate them sufficiently. Revision Changes Path 1.7 +23 -44 src/etc/rc.d/pflog
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510021554.j92FsQCP075818>