Fix a little redundancy from my last commit. The border cannot be outside
[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.5 2004/05/27 18:15:40 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         mail
29         ..
30         mtree
31         ..
32         namedb
33             etc
34             ..
35             var
36                 run     uname=bind gname=bind mode=0750
37                 ..
38             ..
39             s           uname=bind gname=bind mode=0750
40             ..
41         ..
42         periodic
43             daily
44             ..
45             monthly
46             ..
47             security
48             ..
49             weekly
50             ..
51         ..
52         ppp
53         ..
54         rc.d
55         ..
56         skel
57         ..
58         ssh
59         ..
60         ssl
61         ..
62         uucp            uname=uucp gname=uucp mode=0770
63         ..
64     ..
65     mnt
66     ..
67     modules
68     ..
69     proc            mode=0555
70     ..
71     root
72     ..
73     sbin
74     ..
75     tmp             mode=01777
76     ..
77     usr
78     ..
79     var
80     ..
81 ..