diff options
author | jbj <devnull@localhost> | 2003-12-25 23:00:44 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-12-25 23:00:44 +0000 |
commit | 210183cc698151d970684325b5ac3a0aa98d0136 (patch) | |
tree | ec79405186e5668b5e24cc0511ad7144583364c9 /lib/cpio.c | |
parent | f09888fc1a1597023b0a29a34c3f4f81f694898d (diff) | |
download | librpm-tizen-210183cc698151d970684325b5ac3a0aa98d0136.tar.gz librpm-tizen-210183cc698151d970684325b5ac3a0aa98d0136.tar.bz2 librpm-tizen-210183cc698151d970684325b5ac3a0aa98d0136.zip |
Add lsetfilecon to install modes.
CVS patchset: 7006
CVS date: 2003/12/25 23:00:44
Diffstat (limited to 'lib/cpio.c')
-rw-r--r-- | lib/cpio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/cpio.c b/lib/cpio.c index 24bb52e89..cbd76d986 100644 --- a/lib/cpio.c +++ b/lib/cpio.c @@ -228,6 +228,7 @@ const char *const cpioStrerror(int rc) case CPIOERR_READLINK_FAILED: s = "readlink"; break; case CPIOERR_READ_FAILED: s = "read"; break; case CPIOERR_COPY_FAILED: s = "copy"; break; + case CPIOERR_LSETFCON_FAILED: s = "lsetfilecon"; break; case CPIOERR_HDR_SIZE: s = _("Header size too big"); break; case CPIOERR_UNKNOWN_FILETYPE: s = _("Unknown file type"); break; |