RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/rpmdb/ dbconfig.c

From: Jeff Johnson <jbj@rpm5.org>
Date: Fri 27 Jul 2007 - 20:50:19 CEST
Message-Id: <20070727185019.B2B353484F3@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: rpm                              Date:   27-Jul-2007 20:50:19
  Branch: HEAD                             Handle: 2007072719501900

  Modified files:
    rpm/rpmdb               dbconfig.c

  Log:
    add fileops/fileops_all configgery.

  Summary:
    Revision    Changes     Path
    1.43        +8  -0      rpm/rpmdb/dbconfig.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/rpmdb/dbconfig.c
  ============================================================================
  $ cvs diff -u -r1.42 -r1.43 dbconfig.c
  --- rpm/rpmdb/dbconfig.c	25 Jul 2007 15:04:32 -0000	1.42
  +++ rpm/rpmdb/dbconfig.c	27 Jul 2007 18:50:19 -0000	1.43
  @@ -354,6 +354,14 @@
    { "waitsfor",	0,POPT_BIT_SET,	&db3dbi.dbi_verbose, DB_VERB_WAITSFOR,
   	NULL, NULL },
   #endif
  +#if defined(WITH_DB) && defined(DB_VERB_FILEOPS)
  + { "fileops",	0,POPT_BIT_SET,	&db3dbi.dbi_verbose, DB_VERB_FILEOPS,
  +	NULL, NULL },
  +#endif
  +#if defined(WITH_DB) && defined(DB_VERB_FILEOPS_ALL)
  + { "fileops_all",0,POPT_BIT_SET,&db3dbi.dbi_verbose, DB_VERB_FILEOPS_ALL,
  +	NULL, NULL },
  +#endif
   #if defined(WITH_DB)
    { "verbose",	0,POPT_ARG_VAL,		&db3dbi.dbi_verbose, -1,
   	NULL, NULL },
  @@ .
Received on Fri Jul 27 20:50:19 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.