diff options
author | jbj <devnull@localhost> | 2002-06-28 00:35:57 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-06-28 00:35:57 +0000 |
commit | 4252cddc29cd3e60bdc6a0791c6d2dd58fcb3c2e (patch) | |
tree | e7f96c5a6e5cd7fab6dc50930d2f7ab181687f7e /rpmio | |
parent | 446dfecf4305808f80cae52b8432f1434d6bb4f8 (diff) | |
download | rpm-4252cddc29cd3e60bdc6a0791c6d2dd58fcb3c2e.tar.gz rpm-4252cddc29cd3e60bdc6a0791c6d2dd58fcb3c2e.tar.bz2 rpm-4252cddc29cd3e60bdc6a0791c6d2dd58fcb3c2e.zip |
Establish mechanism for up2date to reconfigure rpmlib.
Disambiguate failures to import with error messages.
CVS patchset: 5528
CVS date: 2002/06/28 00:35:57
Diffstat (limited to 'rpmio')
-rw-r--r-- | rpmio/rpmerr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpmio/rpmerr.h b/rpmio/rpmerr.h index 19e3d702e..7c07fe425 100644 --- a/rpmio/rpmerr.h +++ b/rpmio/rpmerr.h @@ -127,6 +127,7 @@ typedef enum rpmerrCode_e { RPMERR_BADSIGTYPE = _em(200), /*!< Unknown signature type */ RPMERR_SIGGEN = _em(201), /*!< Error generating signature */ RPMERR_SIGVFY = _nm(202), /*!< */ + RPMERR_IMPORT = _em(203), /*!< */ RPMDEBUG_UNLINK = _dm(512u+16), /*!< unlink(2) failed */ RPMDEBUG_RMDIR = _dm(512u+17), /*!< rmdir(2) failed */ |