Get rid off the POSIX real-time extensions as well as the System V IPC and
[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.4 2003/08/05 07:45:39 asmodai 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 # leave commented out until buildworld/installworld can
34 # handle new user ids
35 #             s               uname=bind gname=bind mode=0750
36 #             ..
37         ..
38         periodic
39             daily
40             ..
41             monthly
42             ..
43             security
44             ..
45             weekly
46             ..
47         ..
48         ppp
49         ..
50         rc.d
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 ..