Date: Tue, 9 Aug 2011 20:52:12 +0000 (UTC) From: Doug Barton <dougb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org Subject: svn commit: r224742 - stable/7/sbin/rcorder Message-ID: <201108092052.p79KqCte011450@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dougb Date: Tue Aug 9 20:52:12 2011 New Revision: 224742 URL: http://svn.freebsd.org/changeset/base/224742 Log: MFC r208027: mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the bottom of the manpages and order them consistently. Modified: stable/7/sbin/rcorder/rcorder.8 Directory Properties: stable/7/sbin/rcorder/ (props changed) Modified: stable/7/sbin/rcorder/rcorder.8 ============================================================================== --- stable/7/sbin/rcorder/rcorder.8 Tue Aug 9 20:41:43 2011 (r224741) +++ stable/7/sbin/rcorder/rcorder.8 Tue Aug 9 20:52:12 2011 (r224742) @@ -165,3 +165,22 @@ Written by .An Perry E. Metzger Aq perry@piermont.com and .An Matthew R. Green Aq mrg@eterna.com.au . +.Sh BUGS +The +.Dq Li REQUIRE +keyword is misleading: +It doesn't describe which daemons have to be running before a script +will be started. +It describes which scripts must be placed before it in +the dependency ordering. +For example, +if your script has a +.Dq Li REQUIRE +on +.Dq Li named , +it means the script must be placed after the +.Dq Li named +script in the dependency ordering, +not necessarily that it requires +.Xr named 8 +to be started or enabled.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108092052.p79KqCte011450>