summaryrefslogtreecommitdiffstats
path: root/etc/mtree/README
diff options
context:
space:
mode:
Diffstat (limited to 'etc/mtree/README')
-rw-r--r--etc/mtree/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/mtree/README b/etc/mtree/README
index 00b6c47..90c880f 100644
--- a/etc/mtree/README
+++ b/etc/mtree/README
@@ -23,8 +23,8 @@ 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 | sed -e 's/ *$//' | \
- tail +5 >BSD.X.new
+ mtree -cdin -k uname,gname,mode -p /tmp/MTREE | \
+ sed -e 's/ *$//' | tail +5 >BSD.X.new
diff -u BSD.X.dist BSD.X.new
rm -r /tmp/MTREE
OpenPOWER on IntegriCloud