Deleted Added
full compact
devfs.conf.5 (148580) devfs.conf.5 (153430)
1.\" Copyright (c) 2004 Roland Smith <rsmith@xs4all.nl>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 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.\" Copyright (c) 2004 Roland Smith <rsmith@xs4all.nl>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 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/share/man/man5/devfs.conf.5 148580 2005-07-31 03:30:48Z keramida $
25.\" $FreeBSD: head/share/man/man5/devfs.conf.5 153430 2005-12-15 01:04:51Z iedowse $
26.\"
27.Dd May 17, 2005
28.Dt DEVFS.CONF 5
29.Os
30.Sh NAME
31.Nm devfs.conf
32.Nd boot-time devfs configuration information
33.Sh DESCRIPTION
34The
35.Nm
36file provides an easy way to set ownership and permissions, or create
37links for devices available at boot.
38.Pp
39It does not work for devices plugged in and out after the system is up
40and running, e.g.\& USB devices.
41See
42.Xr devfs.rules 5
43for setting ownership and permissions for all device nodes, and
26.\"
27.Dd May 17, 2005
28.Dt DEVFS.CONF 5
29.Os
30.Sh NAME
31.Nm devfs.conf
32.Nd boot-time devfs configuration information
33.Sh DESCRIPTION
34The
35.Nm
36file provides an easy way to set ownership and permissions, or create
37links for devices available at boot.
38.Pp
39It does not work for devices plugged in and out after the system is up
40and running, e.g.\& USB devices.
41See
42.Xr devfs.rules 5
43for setting ownership and permissions for all device nodes, and
44.Xr usbd.conf 5
45for actions to be taken when USB devices are attached or detached.
44.Xr devd.conf 5
45for actions to be taken when devices are attached or detached.
46.Pp
47Lines starting with a hash sign
48.Pq Ql #
49and empty lines are ignored.
50The lines that specify
51.Nm
52rules consist of three parameters separated by whitespace:
53.Bl -tag -width indent

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

128action should be used:
129.Bd -literal -offset indent
130perm cd0 0660
131.Ed
132.Sh SEE ALSO
133.Xr chmod 1 ,
134.Xr devfs 5 ,
135.Xr devfs.rules 5 ,
46.Pp
47Lines starting with a hash sign
48.Pq Ql #
49and empty lines are ignored.
50The lines that specify
51.Nm
52rules consist of three parameters separated by whitespace:
53.Bl -tag -width indent

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

128action should be used:
129.Bd -literal -offset indent
130perm cd0 0660
131.Ed
132.Sh SEE ALSO
133.Xr chmod 1 ,
134.Xr devfs 5 ,
135.Xr devfs.rules 5 ,
136.Xr usbd.conf 5 ,
136.Xr devd.conf 5 ,
137.Xr chown 8
138.Sh AUTHORS
139This manual page was written by
140.An "Roland Smith" Aq rsmith@xs4all.nl .
137.Xr chown 8
138.Sh AUTHORS
139This manual page was written by
140.An "Roland Smith" Aq rsmith@xs4all.nl .