From da20e23951e111df61035e53fe547195801bec4e Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 3 Oct 2007 05:44:27 +0000 Subject: 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) --- etc/mtree/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/mtree/README') 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 -- cgit v1.1