Commit Graph

5 Commits

Author SHA1 Message Date
Panu Matilainen f67c47b856 Eliminate bunch of dead assignments on ts vsflags
- The common pattern here is grabbing current flags to a local
  variable, modifying them for an operation and then restoring,
  which is fine... but we dont care about the previous flags
  when we're restoring them.
2011-05-30 15:50:29 +03:00
Panu Matilainen 599094e258 Hide --verifydb switch again
- It got exposed in the rpmdb tool splitup, but the functionality in
  it's current form is still just as dubious as it always was, hide
  it out of sight again.
2011-01-05 15:22:45 +02:00
Panu Matilainen 0600287d5d Rearrange new cli utilities' popt tables for nicer output
- Use a separate table for the tool-specific options, include that from
  the "master" option table to get option group summary in --help.
2010-11-15 09:07:10 +02:00
Panu Matilainen b0433ea8de Oops, dumb copy-paste error causing --verifydb to --rebuilddb instead 2010-10-19 10:58:25 +03:00
Panu Matilainen ada4dd18d5 Add a brand new rpmdb utility for rpmdb maintenance (dejavu again)
- rpmdb maintenance only requires privileges on the rpmdb directory,
  not elsewhere on the system. Splitting to separate tool allows
  finer grained SELinux policies and makes adding new db-specific
  switches saner.
2010-09-03 16:59:51 +03:00