mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
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.
This commit is contained in:
parent
c9392e0135
commit
f10c8263aa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50203
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user