diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 1998-12-02 19:57:20 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 1998-12-02 19:57:20 +0000 |
| commit | cc0130a2a344793e221120ad010fc0002fb7129a (patch) | |
| tree | affbb04f8469f576867259ae0cc2b2747d0df229 /etc | |
| parent | 4f1d0ef2610ddb62e1d844196c58e6f4b5845a26 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/mtree/BSD.root.dist | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/mtree/BSD.root.dist b/etc/mtree/BSD.root.dist index 1213036f0871..5616d63786f2 100644 --- a/etc/mtree/BSD.root.dist +++ b/etc/mtree/BSD.root.dist @@ -1,4 +1,4 @@ -# $Id: BSD.root.dist,v 1.32 1998/10/17 01:21:35 peter Exp $ +# $Id: BSD.root.dist,v 1.33 1998/12/01 21:36:33 dillon Exp $ # /set type=dir uname=root gname=wheel mode=0755 @@ -31,8 +31,10 @@ mtree .. namedb - s uname=bind gname=bind mode=0750 - .. +# leave commented out until buildworld/installworld can +# handle new user ids +# s uname=bind gname=bind mode=0750 +# .. .. ppp .. |
