diff options
author | wollman <wollman@FreeBSD.org> | 1994-09-16 20:24:29 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-09-16 20:24:29 +0000 |
commit | 375660a3eb1f4387aa0dca4796ae87af8945332a (patch) | |
tree | 3f55eaf44d108ca249b4e0ba8c13096a08c1c228 /etc/mtree | |
parent | 242ff623e2a9282e84a86644c12fa51d9138a23f (diff) | |
download | FreeBSD-src-375660a3eb1f4387aa0dca4796ae87af8945332a.zip FreeBSD-src-375660a3eb1f4387aa0dca4796ae87af8945332a.tar.gz |
Per discussion on the mailing-lists, move LKMs from /sbin to /lkm, and
arrange for that directory to get created by mtree. Also, process secure
directory after all the others, because the programs there may overlay
ones installed from the main part of the tree.
Diffstat (limited to 'etc/mtree')
-rw-r--r-- | etc/mtree/BSD.root.dist | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/mtree/BSD.root.dist b/etc/mtree/BSD.root.dist index 8d5d2a2..9f2d6b1 100644 --- a/etc/mtree/BSD.root.dist +++ b/etc/mtree/BSD.root.dist @@ -1,4 +1,4 @@ -# $Id: BSD.root.dist,v 1.15 1994/09/09 13:35:57 rgrimes Exp $ +# $Id: BSD.root.dist,v 1.16 1994/09/13 22:04:53 wollman Exp $ # # top-level files are owned by root.wheel @@ -51,5 +51,7 @@ var type=dir /set uname=bin gname=bin mode=0755 bin type=dir .. +lkm type=dir +.. sbin type=dir .. |