summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_disk.3
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@acm.org>2015-07-26 15:56:26 -0700
committerTim Kientzle <kientzle@acm.org>2015-07-26 15:56:26 -0700
commitaadd5c45bb38dc7cefd3aff938d4e1641e9b31ef (patch)
treeac5cbefd1efd181f8be0d71db8b64582eff4efa6 /libarchive/archive_write_disk.3
parentc25539bf4e39dcff15f9dd5df45996f5261cf2b9 (diff)
parent11cb66c391be342548ce819897cf17f573babc00 (diff)
downloadlibarchive-aadd5c45bb38dc7cefd3aff938d4e1641e9b31ef.tar.gz
Merge pull request #109 from brooksdavis/clear_nochange_fflags
Add flag to allow "immutable" files to be overwritten
Diffstat (limited to 'libarchive/archive_write_disk.3')
-rw-r--r--libarchive/archive_write_disk.33
1 files changed, 3 insertions, 0 deletions
diff --git a/libarchive/archive_write_disk.3 b/libarchive/archive_write_disk.3
index 11939299..ba6c9706 100644
--- a/libarchive/archive_write_disk.3
+++ b/libarchive/archive_write_disk.3
@@ -184,6 +184,9 @@ The default is to not refuse such paths.
Scan data for blocks of NUL bytes and try to recreate them with holes.
This results in sparse files, independent of whether the archive format
supports or uses them.
+.It Cm ARCHIVE_EXTRACT_CLEAR_NOCHANGE_FFLAGS
+Before removing a file system object prior to replacing it, clear
+platform-specific file flags which might prevent its removal.
.El
.It Xo
.Fn archive_write_disk_set_group_lookup ,