summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mtree/mtree.8
Commit message (Collapse)AuthorAgeFilesLines
* Wording fixes.brueffer2010-05-141-2/+2
| | | | | | PR: 143454 Submitted by: Warren Block <wblock@wonkity.com> MFC after: 3 days
* Keep the list of default keywords sorted so that paranoid folks like meyar2010-04-031-1/+1
| | | | | | | | don't try to find a hidden meaning in the strange order. The list used to be sorted in rev. 1.1 from 4.4BSD but the order was broken as soon as in rev. 1.2 by a single-character fix. MFC after: 3 days
* o Remove a duplicate reference to -f flag in the SYNOPSYS section.maxim2010-03-301-4/+1
| | | | | | | | o Improve wording. PR: docs/144407 Submitted by: gcooper MFC after: 1 week
* Write timestamps with exactly 9 digits after the period.kientzle2009-01-311-1/+3
| | | | | | | | | | This ensures that the value written is both compatible with older mtree versions (which expect the value after the period to be an integer count of nanoseconds after the whole second) and is a correct floating-point value. Leave the parsing code unchanged so it will continue to read older files.
* o Add an example how to create /etc/mtree style mtree(8) files.maxim2007-06-161-1/+12
| | | | | | PR: docs/113667 Submitted by: edwin MFC after: 1 week
* Markup fixes.ru2006-09-291-1/+1
|
* o Add an 'optional' keyword, which allows files to be in themaxim2006-07-031-1/+4
| | | | | | | | | | specification, but not in the file hierarchy. PR: bin/99531 Submitted by: skv Obtained from: NetBSD, originally from Ed Symanzik Regress. test: test/test05.sh MFC after: 1 month
* Fix all the spelling mistakes I could find in the man pages for wordskeramida2005-07-311-1/+1
| | | | | | | | that have at least 3 characters. MFC after: 1 week Thanks to: Music band ``Chingon'' for keeping me company while searching for these.
* Markup fixes.ru2005-06-141-1/+1
| | | | Approved by: re (blanket)
* Adds sha256 support. While it is a good idea to also add sha384 andtobez2005-03-291-4/+14
| | | | | | | | | | | | | | sha512, I did not do that since it is not entirely clear where "the one true place" to hold their implementations is going to be. Sha256 is different since mtree already links against libmd. Make recommended procedure for integrity checking in the manpage consistent. Fix a bug with -f spec1 -f spec2 comparison, which prevented test/tes03.sh from running successfully. Reviewed by: phk, cperciva
* Expand *n't contractions.ru2005-02-131-3/+3
|
* Sort sections.ru2005-01-181-7/+7
|
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
|
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareimp2004-08-071-4/+0
| | | | (with permission of addtional copyright holders where appropriate)
* Eliminated double whitespace.ru2004-07-031-2/+2
|
* Mechanically kill hard sentence breaks.ru2004-07-021-7/+13
|
* Added forgotten -w to the SYNOPSIS.ru2004-06-041-4/+4
| | | | Trim whitespace at EOL.
* Get rid of "lineno: 0" in error messages from create mode.phk2004-01-111-0/+2
| | | | | Add -w(arning) flag which makes failure to look up uid/gid a nonfatal warning instead of an error.
* Give mtree(8) the ability to take [two -f spec] arguments and comparephk2003-11-051-0/+13
| | | | the two specifications to each other.
* Make mtree's update function update the modification time too.phk2003-10-311-2/+3
| | | | | Submitted by: Dan Nelson <dnelson@allantgroup.com> PR: 53063
* Get rid of duplicates.ru2003-09-141-1/+1
|
* Uniformly refer to a file system as "file system".ru2002-12-121-1/+1
| | | | Approved by: re
* The .Nm utilitycharnier2002-07-141-2/+2
|
* Consistancy check: s/file system/filesystem/gtrhodes2002-05-161-1/+1
|
* Typo.max2002-05-101-1/+1
|
* mdoc(7) police: utilize the new .Ex macro.ru2001-08-151-3/+1
|
* can not -> cannotsheldonh2001-08-081-1/+1
|
* Remove whitespace at EOL.dd2001-07-151-4/+4
|
* Prepare for mdoc(7)NG.ru2000-12-271-1/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-1/+1
|
* Re-add -P option (for POSIX-like command line interface)ache2000-09-251-4/+5
|
* Restore standard symlink default, return -L, remove -P, add missing -q to getoptache2000-09-151-4/+5
| | | | | | This is part of whole subsystem fixing Reviewed by: imp
* Add -q. this will cause the warning messages about missingimp2000-07-251-1/+6
| | | | | | | | | | | | directories to not be printed. This is from OpenBSD (and I think NetBSD also) and makes our mtree more compatible with other BSDs. This makes cross compilation easier than it was before. Other changes will be needed to allow NetBSD or OpenBSD to cross build on FreeBSD, but this is a start. Reviewed by: andrey Obtained from: OpenBSD Concentric Red Circles by: My own stupidity
* Revert the reversion of the default mtree behaviour. The mtreemarcel2000-07-241-5/+4
| | | | | | command now follows symlinks again. Requested by: jkh
* * Order options in the SYNOPSIS correctly.sheldonh2000-07-171-35/+39
| | | | | | | | | | | * Re-order the list of options in teh DESCRIPTION as per the SYNOPSIS. * Move the description of exit conditions from the DESCRIPTION section to a new DIAGNOSTICS section. * Typo fix: "effect" -> "affect" when used as a verb. * Clear the Nm macro as appropriate. * Typo fix: "consider" -> "considers" for a singular subject. * Use Nx instead of NetBSD.
* Revert back to original mtree default behaviour to not follow symlinks, to beache2000-07-161-4/+5
| | | | | | | | compatible with other *BSD camp. Add -L option to follow symlinks, so remove -P option which is now default. The next step will be to add -L to building process. Asked-by: bde
* Fix the NAME section. Order the options which do not take arguments,sheldonh2000-07-141-1/+13
| | | | | add the -P option (introduced in rev 1.22), and use mdoc word keeps (Bk -words / Ek) for those options which do take arguments.
* Use -P instead of -S to specify that no symlinks should be followed.joe2000-07-141-3/+3
| | | | | | | There's no reason to make it different from cp(1), chmod(1), chown(1) etc. Requested by: sheldonh
* Allow symlinks to be created if they appear in the mtree specification.joe2000-07-131-1/+1
| | | | PR: bin/14171
* Added a flag (-S) to mtree to specify that symlinks shouldn't bejoe2000-07-131-0/+3
| | | | | | followed. This allows type=link matches to work properly and match the link itself, instead of the file/directory that the link is pointing to.
* Use .Fxcharnier2000-05-281-2/+2
|
* Punctuation fix.wollman2000-05-161-1/+1
|
* Give mtree the ability to exclude files and directories from its traversal.wollman2000-05-121-0/+14
| | | | PR: 16944
* Added support for file flags, mostly merged from the NetBSD version.joe1999-12-091-0/+11
| | | | | | | | The way is now open to schg and sappnd key files and directories in our tree. There are recommendations in bin/15229. PR: bin/15229 Reviewed by: imp, brian
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add support for SHA-1 and RIPEMD160, now that libmd includes them. Makewollman1999-02-261-5/+24
| | | | | all of the hashes (including MD5) conditionalized in case we want to turn one of them off later.
* There is no need to make nochange imply ignore as well.peter1998-06-101-4/+3
| | | | Suggested by: bde
* Create a new flag, "nochange", which will specify that a directory ispeter1998-06-051-1/+4
| | | | | | | | | | | | to be created if it's missing, otherwise completely ignore it's modes and owners. Primary intended targets: /usr/src and /usr/obj. Adjust the 'not created: File exists' message to mention that it's a directory that's the problem, otherwise it doesn't make sense. I had created chown-style -L and -P flag to control logical/physical mode (ie: whether symlinks were followed), but the nochange flag is enough to get the blasted thing out of my hair so I took them back out.
* Use err(3) instead of local redefinition.charnier1997-10-011-16/+18
|
OpenPOWER on IntegriCloud