Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / etc / mtree / BSD.root.dist
1 # $FreeBSD: src/etc/mtree/BSD.root.dist,v 1.45.2.4 2002/06/10 15:33:27 obrien Exp $
2 # $DragonFly: src/etc/mtree/BSD.root.dist,v 1.2 2003/06/17 04:24:48 dillon Exp $
3 #
4 # Please see the file src/etc/mtree/README before making changes to this file.
5 #
6
7 /set type=dir uname=root gname=wheel mode=0755
8 .
9     bin
10     ..
11     boot
12         defaults
13         ..
14     ..
15     dev
16         fd              mode=0555
17         ..
18     ..
19     etc
20         X11
21         ..
22         defaults
23         ..
24         gnats
25         ..
26         isdn            mode=0700
27         ..
28         kerberosIV
29         ..
30         mail
31         ..
32         mtree
33         ..
34         namedb
35 # leave commented out until buildworld/installworld can
36 # handle new user ids
37 #             s               uname=bind gname=bind mode=0750
38 #             ..
39         ..
40         periodic
41             daily
42             ..
43             monthly
44             ..
45             security
46             ..
47             weekly
48             ..
49         ..
50         ppp
51         ..
52         skel
53         ..
54         ssh
55         ..
56         ssl
57         ..
58         uucp            uname=uucp gname=uucp mode=0770
59         ..
60     ..
61     mnt
62     ..
63     modules
64     ..
65     proc            mode=0555
66     ..
67     root
68     ..
69     sbin
70     ..
71     tmp             mode=01777
72     ..
73     usr
74     ..
75     var
76     ..
77 ..