summaryrefslogtreecommitdiffstats
path: root/etc/mtree
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-09-09 13:43:21 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-09-09 13:43:21 +0000
commit269be82bcc232fbd0a644ba257c1c44d0e4e4347 (patch)
treeb274304d8b246c814987f4e6bbda154e51d8734d /etc/mtree
parent6059a2510d5eb9c7410ad8ae82befc9c138fb4f5 (diff)
downloadFreeBSD-src-269be82bcc232fbd0a644ba257c1c44d0e4e4347.zip
FreeBSD-src-269be82bcc232fbd0a644ba257c1c44d0e4e4347.tar.gz
Fix missing .. before phantasia. Caused by incorectly adding a directory,
you MUST add the directory name and the .. entry to close the directory. If you do not understand mtree files, do not modify them, it is very easy to trash someones box with a mistake in here. Especially with regards to .. entries.
Diffstat (limited to 'etc/mtree')
-rw-r--r--etc/mtree/BSD.var.dist3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/mtree/BSD.var.dist b/etc/mtree/BSD.var.dist
index 3971393..1f2cac0 100644
--- a/etc/mtree/BSD.var.dist
+++ b/etc/mtree/BSD.var.dist
@@ -1,4 +1,4 @@
-# $Id: BSD.var.dist,v 1.16 1994/09/08 19:18:51 jkh Exp $
+# $Id: BSD.var.dist,v 1.17 1994/09/09 13:35:59 rgrimes Exp $
#
. type=dir uname=root gname=wheel mode=0755
@@ -71,6 +71,7 @@ tmp mode=01777
/set type=file uname=games gname=bin mode=0755
games type=dir
hackdir type=dir
+ ..
phantasia type=dir
..
..
OpenPOWER on IntegriCloud