Deleted Added
full compact
devfs.rules.5 (162404) devfs.rules.5 (190100)
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.rules.5 162404 2006-09-18 15:24:20Z ru $
25.\" $FreeBSD: head/share/man/man5/devfs.rules.5 190100 2009-03-19 20:33:26Z thompsa $
26.\"
27.Dd January 30, 2006
28.Dt DEVFS.RULES 5
29.Os
30.Sh NAME
31.Nm devfs.rules
32.Nd devfs configuration information
33.Sh DESCRIPTION

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

96.Dl "[localrules=10]"
97.Dl "add path 'da*s*' mode 0660 group usb"
98.Pp
99The first line declares and starts a new ruleset, with the name
100.Va localrules
101and the number 10.
102.Pp
103To make all the
26.\"
27.Dd January 30, 2006
28.Dt DEVFS.RULES 5
29.Os
30.Sh NAME
31.Nm devfs.rules
32.Nd devfs configuration information
33.Sh DESCRIPTION

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

96.Dl "[localrules=10]"
97.Dl "add path 'da*s*' mode 0660 group usb"
98.Pp
99The first line declares and starts a new ruleset, with the name
100.Va localrules
101and the number 10.
102.Pp
103To make all the
104.Xr uscanner 4
104.Xr ulpt 4
105devices accessible to their owner and the
106.Dq Li usb
107group, a similar rule may be used:
108.Pp
105devices accessible to their owner and the
106.Dq Li usb
107group, a similar rule may be used:
108.Pp
109.Dl "add path 'uscanner*' mode 0660 group usb"
109.Dl "add path 'ulpt*' mode 0660 group usb"
110.Sh SEE ALSO
111.Xr glob 3 ,
112.Xr devfs 5 ,
113.Xr devfs.conf 5 ,
114.Xr devfs 8
115.Sh AUTHORS
116This manual page was written by
117.An "Roland Smith" Aq rsmith@xs4all.nl .
110.Sh SEE ALSO
111.Xr glob 3 ,
112.Xr devfs 5 ,
113.Xr devfs.conf 5 ,
114.Xr devfs 8
115.Sh AUTHORS
116This manual page was written by
117.An "Roland Smith" Aq rsmith@xs4all.nl .