Deleted Added
full compact
rcorder.8 (131470) rcorder.8 (179669)
1.\" $NetBSD: rcorder.8,v 1.3 2000/07/17 14:16:22 mrg Exp $
2.\"
3.\" Copyright (c) 1998
4.\" Perry E. Metzger. All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 15 unchanged lines hidden (view full) ---

24.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
25.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
26.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
30.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31.\"
1.\" $NetBSD: rcorder.8,v 1.3 2000/07/17 14:16:22 mrg Exp $
2.\"
3.\" Copyright (c) 1998
4.\" Perry E. Metzger. All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 15 unchanged lines hidden (view full) ---

24.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
25.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
26.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
30.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31.\"
32.\" $FreeBSD: head/sbin/rcorder/rcorder.8 131470 2004-07-02 18:37:52Z ru $
32.\" $FreeBSD: head/sbin/rcorder/rcorder.8 179669 2008-06-09 09:07:58Z mtm $
33.\"
33.\"
34.Dd July 17, 2000
34.Dd June 9, 2008
35.Dt RCORDER 8
36.Os
37.Sh NAME
38.Nm rcorder
39.Nd print a dependency ordering of interdependent files
40.Sh SYNOPSIS
41.Nm
42.Op Fl k Ar keep

--- 104 unchanged lines hidden (view full) ---

147line in another file.
148.It "Circular dependency on provision %s, aborting."
149A set of files has a circular dependency which was detected while
150processing the stated condition.
151.It "Circular dependency on file %s, aborting."
152A set of files has a circular dependency which was detected while
153processing the stated file.
154.El
35.Dt RCORDER 8
36.Os
37.Sh NAME
38.Nm rcorder
39.Nd print a dependency ordering of interdependent files
40.Sh SYNOPSIS
41.Nm
42.Op Fl k Ar keep

--- 104 unchanged lines hidden (view full) ---

147line in another file.
148.It "Circular dependency on provision %s, aborting."
149A set of files has a circular dependency which was detected while
150processing the stated condition.
151.It "Circular dependency on file %s, aborting."
152A set of files has a circular dependency which was detected while
153processing the stated file.
154.El
155.Sh BUGS
156The
157.Dq Li REQUIRE
158keyword is misleading:
159It doesn't describe which daemons have to be running before a script
160will be started.
161It describes which scripts must be placed before it in
162the dependency ordering.
163For example,
164if your script has a
165.Dq Li REQUIRE
166on
167.Dq Li named ,
168it means the script must be placed after the
169.Dq Li named
170script in the dependency ordering,
171not necessarily that it requires
172.Xr named 8
173to be started or enabled.
155.Sh SEE ALSO
156.Xr rc 8
157.Sh HISTORY
158The
159.Nm
160utility first appeared in
161.Nx 1.5 .
162.Sh AUTHORS
163.An -nosplit
164Written by
165.An Perry E. Metzger Aq perry@piermont.com
166and
167.An Matthew R. Green Aq mrg@eterna.com.au .
174.Sh SEE ALSO
175.Xr rc 8
176.Sh HISTORY
177The
178.Nm
179utility first appeared in
180.Nx 1.5 .
181.Sh AUTHORS
182.An -nosplit
183Written by
184.An Perry E. Metzger Aq perry@piermont.com
185and
186.An Matthew R. Green Aq mrg@eterna.com.au .