annotate usr/src/cmd/devmgmt/data/dgroup.tab @ 13640:2cb107f54874

2187 EOF mkdtab infrastructure Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Alexander <alexander.r.eremin@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
author Milan Jurik <milan.jurik@xylab.cz>
date Sat, 17 Mar 2012 13:50:09 -0500
parents 68f95e015346
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
1 # Copyright 2005 Sun Microsystems, Inc. All rights reserved.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
2 # Use is subject to license terms.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
3 #
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
4 # CDDL HEADER START
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
5 #
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
6 # The contents of this file are subject to the terms of the
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
7 # Common Development and Distribution License, Version 1.0 only
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
8 # (the "License"). You may not use this file except in compliance
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
9 # with the License.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
10 #
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
11 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
12 # or http://www.opensolaris.org/os/licensing.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
13 # See the License for the specific language governing permissions
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
14 # and limitations under the License.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
15 #
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
16 # When distributing Covered Code, include this CDDL HEADER in each
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
17 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
18 # If applicable, add the following below this CDDL HEADER, with the
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
19 # fields enclosed by brackets "[]" replaced with your own identifying
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
20 # information: Portions Copyright [yyyy] [name of copyright owner]
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
21 #
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
22 # CDDL HEADER END
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
23 #
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
24 #
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
25 # Device group table.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
26 #
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
27 # Format: colon-list
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
28 # name:members
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
29 # name Name of the device group (max len 14 chars)
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
30 # members Comma-list of members in the group. A member is the
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
31 # device alias of the device that belongs in the group
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
32 #