summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2007-10-03 05:44:27 +0000
committerru <ru@FreeBSD.org>2007-10-03 05:44:27 +0000
commitda20e23951e111df61035e53fe547195801bec4e (patch)
treeeeb57f4f3d7d537bee9a1338a1455b5a5cab79b9 /etc
parent0f8fd83658a82efd8df0c8eb1bf35a2cb462ac30 (diff)
downloadFreeBSD-src-da20e23951e111df61035e53fe547195801bec4e.zip
FreeBSD-src-da20e23951e111df61035e53fe547195801bec4e.tar.gz
Removed "tail +5" from the command used to sanity check changes to
mtree files -- the 5-line header is no longer printed when mtree(8) is run with -n (as of mtree/create.c,v 1.34). Approved by: re (kensmith)
Diffstat (limited to 'etc')
-rw-r--r--etc/mtree/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/mtree/README b/etc/mtree/README
index 0e803a0..c11d47e 100644
--- a/etc/mtree/README
+++ b/etc/mtree/README
@@ -26,7 +26,7 @@ and keep them in good working order.
mkdir /tmp/MTREE
mtree -deU -f BSD.X.dist -p /tmp/MTREE
mtree -cdin -k uname,gname,mode -p /tmp/MTREE | \
- sed -e 's/ *$//' | tail +5 >BSD.X.new
+ sed -e 's/ *$//' >BSD.X.new
diff -u BSD.X.dist BSD.X.new
rm -r /tmp/MTREE
OpenPOWER on IntegriCloud