Deleted Added
full compact
devd.conf.5 (107066) devd.conf.5 (107665)
1.\"
2.\" Copyright (c) 2002 M. Warner Losh
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\"
2.\" Copyright (c) 2002 M. Warner Losh
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/sbin/devd/devd.conf.5 107066 2002-11-18 21:07:48Z jhb $
25.\" $FreeBSD: head/sbin/devd/devd.conf.5 107665 2002-12-07 08:04:36Z imp $
26.\"
27.\" The section on comments was taken from named.conf.5, which has the
28.\" following copyright:
29.\" Copyright (c) 1999-2000 by Internet Software Consortium
30.\"
31.\" Permission to use, copy, modify, and distribute this software for any
32.\" purpose with or without fee is hereby granted, provided that the above
33.\" copyright notice and this permission notice appear in all copies.

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

74device.
75.El
76.Pp
77Statements may occur in any order in the config file, and may be
78repated as often as required.
79Further details on the syntax and meaning of each statement, and their
80substatements is explained below.
81.Pp
26.\"
27.\" The section on comments was taken from named.conf.5, which has the
28.\" following copyright:
29.\" Copyright (c) 1999-2000 by Internet Software Consortium
30.\"
31.\" Permission to use, copy, modify, and distribute this software for any
32.\" purpose with or without fee is hereby granted, provided that the above
33.\" copyright notice and this permission notice appear in all copies.

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

74device.
75.El
76.Pp
77Statements may occur in any order in the config file, and may be
78repated as often as required.
79Further details on the syntax and meaning of each statement, and their
80substatements is explained below.
81.Pp
82Comments may appear anywhere that whitespace may appear in a BIND
82Comments may appear anywhere that whitespace may appear in a
83configuration file. To appeal to programmers of all kinds, they can
84be written in C, C++, or shell/perl constructs.
85.Pp
86C-style comments start with the two characters
87.Li /*
88(slash, star) and end with
89.Li */
90(star, slash).

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

109one logical comment span multiple lines, each line must use the
110.Li //
111pair. For example:
112.Bd -literal -offset indent
113// This is the start of a comment. The next line
114// is a new comment, even though it is logically
115// part of the previous comment.
116.Ed
83configuration file. To appeal to programmers of all kinds, they can
84be written in C, C++, or shell/perl constructs.
85.Pp
86C-style comments start with the two characters
87.Li /*
88(slash, star) and end with
89.Li */
90(star, slash).

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

109one logical comment span multiple lines, each line must use the
110.Li //
111pair. For example:
112.Bd -literal -offset indent
113// This is the start of a comment. The next line
114// is a new comment, even though it is logically
115// part of the previous comment.
116.Ed
117.Pp
118.Em WARNING :
119you cannot use the
120.Li ;
121(semicolon) character to start a comment such as you would in a zone
122file. The semicolon indicates the end of a configuration statement,
123so whatever follows it will be interpreted as the start of the next
124statement.
125.Sh FILES
126.Bl -tag -width /etc/devd.conf -compact
127.It Pa /etc/devd.conf
128The
129.Xr devd 8
130configuration file.
131.El
132.Sh SEE ALSO
133.Xr devd 8
134.Sh BUGS
135devd currently always runs "/etc/devd-generic $device $startstop" for
136all device events, reguardless of what the config file says to do.
117.Sh FILES
118.Bl -tag -width /etc/devd.conf -compact
119.It Pa /etc/devd.conf
120The
121.Xr devd 8
122configuration file.
123.El
124.Sh SEE ALSO
125.Xr devd 8
126.Sh BUGS
127devd currently always runs "/etc/devd-generic $device $startstop" for
128all device events, reguardless of what the config file says to do.