aboutsummaryrefslogtreecommitdiff
path: root/etc/mtree/README
Commit message (Collapse)AuthorAgeFilesLines
* mtree: Update mtree flags in README fileJose Luis Duran2023-12-281-2/+2
| | | | | | | | | | | - Add -b (suppress blank lines before directories). - The equivalent of `-i` in fmtree is `-j` in mtree (nmtree) (indent the output 4 spaces). - Add `-F freebsd9` compatibility flavor (print the closing `..` at the end). Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/912
* etc: remove leftover leading empty comments, blank linesMike Karels2023-08-221-1/+0
| | | | | | | | | Remove leftover empty leading comments/blank lines that had been spacers between $FreeBSD$ and the following content in config files in src/etc. Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D41548
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*\$FreeBSD\$$\n/
* Fix a small typo nitUlrich Spörlein2011-01-191-4/+4
| | | | Notes: svn path=/head/; revision=217596
* Removed "tail +5" from the command used to sanity check changes toRuslan Ermilov2007-10-031-1/+1
| | | | | | | | | | 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) Notes: svn path=/head/; revision=172421
* Sigh, this README is not a shell script.Ruslan Ermilov2002-05-181-1/+1
| | | | Notes: svn path=/head/; revision=96856
* Remind developers to update hier(7) if they make changes to these files.Ruslan Ermilov2002-05-181-0/+2
| | | | Notes: svn path=/head/; revision=96855
* Fix a small typoDoug Barton2001-01-111-1/+1
| | | | Notes: svn path=/head/; revision=70923
* Add missing -p /tmp/MTREE to mtree command in README so that itRodney W. Grimes2000-01-111-2/+2
| | | | | | | | | will actually work now. Remove tabs and once again sort the *.dist files. Notes: svn path=/head/; revision=55797
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Fix script in README to actually work, empty lines produce asRodney W. Grimes1999-08-231-3/+3
| | | | | | | | | much a diff as lines with the wrong stuff on it. Add references in mtree data files to the README. Notes: svn path=/head/; revision=50203
* An explination of how to keep these files in good working order.Rodney W. Grimes1999-08-231-0/+48
Reviewed by: bde Notes: svn path=/head/; revision=50199