diff options
author | dillon <dillon@FreeBSD.org> | 1998-12-02 19:57:20 +0000 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 1998-12-02 19:57:20 +0000 |
commit | a9a95cffaf01b342508c7493b99b29671571917e (patch) | |
tree | 0d2e19ff9222ebe8ac63fb0bf15c209464a5e2c4 | |
parent | bce460b5d2c7f3d1005bef9039e92908f92b49ad (diff) | |
download | FreeBSD-src-a9a95cffaf01b342508c7493b99b29671571917e.zip FreeBSD-src-a9a95cffaf01b342508c7493b99b29671571917e.tar.gz |
Remove mtree creation of /etc/namedb/s until we find a good way
to handle new user id's in buildworld/installworld.
-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 1213036..5616d63 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 .. |