diff options
| author | Jose Luis Duran <jlduran@gmail.com> | 2023-12-28 05:26:23 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-12-28 05:26:26 +0000 |
| commit | 0a41a6681dade4d22760e077db029cb5209a0917 (patch) | |
| tree | 5870efaeb62a14596beb48fa05d924669fcbf539 /etc | |
| parent | 44cf844b16cd575a15baded23d37adc566a73513 (diff) | |
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/mtree/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/mtree/README b/etc/mtree/README index bd813057b5bd..fe57283dc316 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 -p /tmp/MTREE | \ - sed -e 's/ *$//' >BSD.X.new + mtree -bcdjn -F freebsd9 -k uname,gname,mode -p /tmp/MTREE | \ + sed -e 's/ *$//' >BSD.X.new diff -u BSD.X.dist BSD.X.new rm -r /tmp/MTREE |
