diff options
Diffstat (limited to 'etc/mtree/README')
-rw-r--r-- | etc/mtree/README | 2 |
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 |