summaryrefslogtreecommitdiff
path: root/rpm.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-01-29 22:53:48 +0000
committerjbj <devnull@localhost>2001-01-29 22:53:48 +0000
commitd8b44a5d651e009760ed47f5802aeb3e325552cc (patch)
tree95c046899232fc3846a98114b0eb795529bdb415 /rpm.c
parentf684f63a728fb00af75c3122d2e4f808737459f7 (diff)
downloadlibrpm-tizen-d8b44a5d651e009760ed47f5802aeb3e325552cc.tar.gz
librpm-tizen-d8b44a5d651e009760ed47f5802aeb3e325552cc.tar.bz2
librpm-tizen-d8b44a5d651e009760ed47f5802aeb3e325552cc.zip
Commit to install file state machine.
CVS patchset: 4509 CVS date: 2001/01/29 22:53:48
Diffstat (limited to 'rpm.c')
-rwxr-xr-xrpm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rpm.c b/rpm.c
index afc05972d..c8dc031c6 100755
--- a/rpm.c
+++ b/rpm.c
@@ -55,6 +55,7 @@ static int badReloc;
static int dirStash;
static int excldocs;
static int force;
+extern int _fsm_debug;
extern int _ftp_debug;
static int showHash;
static int help;
@@ -122,6 +123,7 @@ static struct poptOption optionsTable[] = {
{ "excludepath", '\0', POPT_ARG_STRING, 0, GETOPT_EXCLUDEPATH, NULL, NULL},
{ "force", '\0', 0, &force, 0, NULL, NULL},
{ "freshen", 'F', 0, 0, 'F', NULL, NULL},
+ { "fsmdebug", '\0', POPT_ARG_VAL, &_fsm_debug, -1, NULL, NULL},
{ "ftpdebug", '\0', POPT_ARG_VAL, &_ftp_debug, -1, NULL, NULL},
{ "hash", 'h', 0, &showHash, 0, NULL, NULL},
{ "help", '\0', 0, &help, 0, NULL, NULL},