summaryrefslogtreecommitdiff
path: root/archivers/libarchive/files/doc/text/mtree.5.txt
diff options
context:
space:
mode:
authorjoerg <joerg>2010-02-20 03:48:25 +0000
committerjoerg <joerg>2010-02-20 03:48:25 +0000
commitab59e72ac3ece60be7bff82ca4a9896028d9b08d (patch)
tree3b99eca06d3942c4ebf807c92023c3dd50defad6 /archivers/libarchive/files/doc/text/mtree.5.txt
parent70af81bbf16e368d580155718a3500db4b4f665b (diff)
downloadpkgsrc-ab59e72ac3ece60be7bff82ca4a9896028d9b08d.tar.gz
Import libarchive 2.8.0:
- Infrastructure: - Allow command line tools as fallback for missing compression libraries. If compiled without gzip for example, gunzip will be used automatically. - Improved support for a number of platforms like high-resolution timestamps and Extended Attributes on various Unix systems - New convience interface for creating archives based on disk content, complement of the archive_write_disk interface. - Frontends: - bsdcpio ready for public consumption - hand-written date parser replaces the yacc code - Filter system: - Simplified read filter chains - Option support for filters - LZMA, XZ, uudecode handled - Format support: - Write support for mtree files based on file system or archive content - Basic read support for Joliet - Write support for zip files - Write support for shar archives, both text-only and binary-safe
Diffstat (limited to 'archivers/libarchive/files/doc/text/mtree.5.txt')
-rw-r--r--archivers/libarchive/files/doc/text/mtree.5.txt48
1 files changed, 24 insertions, 24 deletions
diff --git a/archivers/libarchive/files/doc/text/mtree.5.txt b/archivers/libarchive/files/doc/text/mtree.5.txt
index 1e5eb4f42b0..375e4a2bfeb 100644
--- a/archivers/libarchive/files/doc/text/mtree.5.txt
+++ b/archivers/libarchive/files/doc/text/mtree.5.txt
@@ -1,12 +1,12 @@
MTREE(5) FreeBSD File Formats Manual MTREE(5)
NAME
- mtree -- format of mtree dir heirarchy files
+ mtree -- format of mtree dir hierarchy files
DESCRIPTION
The mtree format is a textual format that describes a collection of
filesystem objects. Such files are typically used to create or verify
- directory heirarchies.
+ directory hierarchies.
General Format
An mtree file consists of a series of lines, each providing information
@@ -66,7 +66,7 @@ DESCRIPTION
Keywords
After the filename, a full or relative entry consists of zero or more
- whitespace-separated keyword definitions. Each such definitions consists
+ whitespace-separated keyword definitions. Each such definition consists
of a key from the following list immediately followed by an '=' sign and
a value. Software programs reading mtree files should warn about unrec-
ognized keywords.
@@ -76,31 +76,32 @@ DESCRIPTION
cksum The checksum of the file using the default algorithm speci-
fied by the cksum(1) utility.
- contents The full pathname of a file whose contents should be compared
- to the contents of this file.
+ contents The full pathname of a file that holds the contents of this
+ file.
flags The file flags as a symbolic name. See chflags(1) for infor-
mation on these names. If no flags are to be set the string
``none'' may be used to override the current default.
- ignore Ignore any file hierarchy below this file.
-
gid The file group as a numeric value.
gname The file group as a symbolic name.
+ ignore Ignore any file hierarchy below this file.
+
+ link The target of the symbolic link when type=link.
+
md5 The MD5 message digest of the file.
md5digest A synonym for md5.
- sha1 The FIPS 160-1 (``SHA-1'') message digest of the file.
-
- sha1digest A synonym for sha1.
+ mode The current file's permissions as a numeric (octal) or sym-
+ bolic value.
- sha256 The FIPS 180-2 (``SHA-256'') message digest of the file.
+ nlink The number of hard links the file is expected to have.
- sha256digest
- A synonym for sha256.
+ nochange Make sure this file or directory exists but otherwise ignore
+ all attributes.
ripemd160digest
The RIPEMD160 message digest of the file.
@@ -110,22 +111,17 @@ DESCRIPTION
rmd160digest
A synonym for ripemd160digest.
- mode The current file's permissions as a numeric (octal) or sym-
- bolic value.
-
- nlink The number of hard links the file is expected to have.
+ sha1 The FIPS 160-1 (``SHA-1'') message digest of the file.
- nochange Make sure this file or directory exists but otherwise ignore
- all attributes.
+ sha1digest A synonym for sha1.
- uid The file owner as a numeric value.
+ sha256 The FIPS 180-2 (``SHA-256'') message digest of the file.
- uname The file owner as a symbolic name.
+ sha256digest
+ A synonym for sha256.
size The size, in bytes, of the file.
- link The file the symbolic link is expected to reference.
-
time The last modification time of the file.
type The type of the file; may be set to any one of the following:
@@ -138,6 +134,10 @@ DESCRIPTION
link symbolic link
socket socket
+ uid The file owner as a numeric value.
+
+ uname The file owner as a symbolic name.
+
SEE ALSO
cksum(1), find(1), mtree(8)
@@ -155,4 +155,4 @@ HISTORY
added in FreeBSD 4.0, and mostly comes from NetBSD. The ``full'' entry
format was added by NetBSD.
-FreeBSD 6.0 August 20, 2007 FreeBSD 6.0
+FreeBSD 8.0 August 20, 2007 FreeBSD 8.0