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)
This commit is contained in:
parent
0f8fd83658
commit
da20e23951
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user