summaryrefslogtreecommitdiffstats
path: root/etc/mtree
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1999-08-23 05:12:43 +0000
committerrgrimes <rgrimes@FreeBSD.org>1999-08-23 05:12:43 +0000
commit49e5b666a76efa0ecc8376004243358466df5518 (patch)
treee3dab389b9a7ec56f5c2aac4be9625a09319414e /etc/mtree
parent4a1cbe018257e5cc198be01f2e2957e3d4934870 (diff)
downloadFreeBSD-src-49e5b666a76efa0ecc8376004243358466df5518.zip
FreeBSD-src-49e5b666a76efa0ecc8376004243358466df5518.tar.gz
Fix script in README to actually work, empty lines produce as
much a diff as lines with the wrong stuff on it. Add references in mtree data files to the README.
Diffstat (limited to 'etc/mtree')
-rw-r--r--etc/mtree/BSD.include.dist4
-rw-r--r--etc/mtree/BSD.local.dist4
-rw-r--r--etc/mtree/BSD.release.dist4
-rw-r--r--etc/mtree/BSD.root.dist4
-rw-r--r--etc/mtree/BSD.usr.dist4
-rw-r--r--etc/mtree/BSD.var.dist4
-rw-r--r--etc/mtree/BSD.x11-4.dist4
-rw-r--r--etc/mtree/BSD.x11.dist4
-rw-r--r--etc/mtree/README6
9 files changed, 27 insertions, 11 deletions
diff --git a/etc/mtree/BSD.include.dist b/etc/mtree/BSD.include.dist
index c5133e3..e675819 100644
--- a/etc/mtree/BSD.include.dist
+++ b/etc/mtree/BSD.include.dist
@@ -1,4 +1,6 @@
-# $Id: BSD.include.dist,v 1.23 1998/12/13 04:31:15 dillon Exp $
+# $Id: BSD.include.dist,v 1.24 1998/12/13 04:38:28 dillon Exp $
+#
+# Please see the file README before making changes to this file.
#
/set type=dir uname=root gname=wheel mode=0755
diff --git a/etc/mtree/BSD.local.dist b/etc/mtree/BSD.local.dist
index cff76b2d..dfc0fdd 100644
--- a/etc/mtree/BSD.local.dist
+++ b/etc/mtree/BSD.local.dist
@@ -1,4 +1,6 @@
-# $Id: BSD.local.dist,v 1.45 1999/06/05 03:03:52 julian Exp $
+# $Id: BSD.local.dist,v 1.46 1999/06/08 02:24:29 foxfair Exp $
+#
+# Please see the file README before making changes to this file.
#
/set type=dir uname=root gname=wheel mode=0755
diff --git a/etc/mtree/BSD.release.dist b/etc/mtree/BSD.release.dist
index 7dcb262..b0fa09e 100644
--- a/etc/mtree/BSD.release.dist
+++ b/etc/mtree/BSD.release.dist
@@ -1,4 +1,6 @@
-# $Id$
+# $Id: BSD.release.dist,v 1.4 1997/02/23 09:21:05 peter Exp $
+#
+# Please see the file README before making changes to this file.
#
/set type=dir uname=root gname=wheel mode=0755
diff --git a/etc/mtree/BSD.root.dist b/etc/mtree/BSD.root.dist
index b87c384..d00b832 100644
--- a/etc/mtree/BSD.root.dist
+++ b/etc/mtree/BSD.root.dist
@@ -1,4 +1,6 @@
-# $Id: BSD.root.dist,v 1.39 1999/03/10 03:33:17 dcs Exp $
+# $Id: BSD.root.dist,v 1.40 1999/04/19 14:33:31 peter Exp $
+#
+# Please see the file README before making changes to this file.
#
/set type=dir uname=root gname=wheel mode=0755
diff --git a/etc/mtree/BSD.usr.dist b/etc/mtree/BSD.usr.dist
index 5df9810..1a6baf7 100644
--- a/etc/mtree/BSD.usr.dist
+++ b/etc/mtree/BSD.usr.dist
@@ -1,4 +1,6 @@
-# $Id: BSD.usr.dist,v 1.159 1999/06/24 09:45:22 sheldonh Exp $
+# $Id: BSD.usr.dist,v 1.160 1999/08/19 07:10:26 ru Exp $
+#
+# Please see the file README before making changes to this file.
#
/set type=dir uname=root gname=wheel mode=0755
diff --git a/etc/mtree/BSD.var.dist b/etc/mtree/BSD.var.dist
index 8220e9b..bc68edc 100644
--- a/etc/mtree/BSD.var.dist
+++ b/etc/mtree/BSD.var.dist
@@ -1,4 +1,6 @@
-# $Id: BSD.var.dist,v 1.39 1999/03/31 07:06:39 asami Exp $
+# $Id: BSD.var.dist,v 1.40 1999/03/31 13:38:37 asami Exp $
+#
+# Please see the file README before making changes to this file.
#
/set type=dir uname=root gname=wheel mode=0755
diff --git a/etc/mtree/BSD.x11-4.dist b/etc/mtree/BSD.x11-4.dist
index fd70b71..698f6d8 100644
--- a/etc/mtree/BSD.x11-4.dist
+++ b/etc/mtree/BSD.x11-4.dist
@@ -1,4 +1,6 @@
-# $Id: BSD.x11.dist,v 1.3 1998/03/20 16:53:03 itojun Exp $
+# $Id: BSD.x11.dist,v 1.4 1998/09/19 18:50:27 obrien Exp $
+#
+# Please see the file README before making changes to this file.
#
/set type=dir uname=root gname=wheel mode=0755
diff --git a/etc/mtree/BSD.x11.dist b/etc/mtree/BSD.x11.dist
index fd70b71..698f6d8 100644
--- a/etc/mtree/BSD.x11.dist
+++ b/etc/mtree/BSD.x11.dist
@@ -1,4 +1,6 @@
-# $Id: BSD.x11.dist,v 1.3 1998/03/20 16:53:03 itojun Exp $
+# $Id: BSD.x11.dist,v 1.4 1998/09/19 18:50:27 obrien Exp $
+#
+# Please see the file README before making changes to this file.
#
/set type=dir uname=root gname=wheel mode=0755
diff --git a/etc/mtree/README b/etc/mtree/README
index e0eb19e..bafa838 100644
--- a/etc/mtree/README
+++ b/etc/mtree/README
@@ -1,4 +1,4 @@
-$Id$
+$Id: README,v 1.1 1999/08/23 01:16:26 rgrimes Exp $
These files are used to create empty file hierarchies for building the
system into. Some notes about working with them are placed here to try
@@ -18,13 +18,13 @@ and keep them in good working order.
c) The listing should be keep in filename sorted order.
d) Sanity checking changes to these files can be done by following
- this procedure (the sed -e's are ugly, but fixing mtree -c to
+ this procedure (the sed -e is ugly, but fixing mtree -c to
not emit the trailing white space would be even uglier):
mkdir /tmp/MTREE
mtree -deU -f BSD.X.dist -p /tmp/MTREE
mtree -cdin -k uname,gname,mode | sed -e 's/ *$//' | \
- sed -e 's/^#\t//' >BSD.X.new
+ tail +5 >BSD.X.new
diff -u BSD.X.dist BSD.X.new
rm -r /tmp/MTREE
OpenPOWER on IntegriCloud