1RPMCONF(8) RPMCONF(8)
2
3
4
6 rpmconf - This tool seach for .rpmnew, .rpmsave and .rpmorigfiles and
7 ask you what to do with them: Keep current version, place back old
8 version or watch the diff. -a, --all check configuration files of all
9 packages -opackage, --owner=package check only configuration files of
10 given package -ftype, --frontend=type define which frontend should be
11 used for merging -d, --debug Dry run. Just show which file will be
12 deleted. -V, --version Display rpmconf version.
13
15 rpmconf [ options ... ]
16
17
18
19 [ -a, --all ]
20
21
22
23 [ -opackage, --owner=package ]
24
25
26
27 [ -ftype --frontend=type ]
28
29
30
31 [ -d, --debug ]
32
33
35 Rpmconf will search for all config file of given package (or all
36 installed packages) and will check if coresponding .rpmsave, .rpmnew or
37 .rpmorig file exist. In such case you will be asked if you want to keep
38 current version, put back old version or see diff of those two files.
39 Then it delete that unwanted file.
40
42 -a, --all
43 Check configuration files of all packages.
44
45 -opackage, --owner=package
46 Check only configuration files of given package.
47
48 -ftype, --frontend=type
49 Define which frontend should be used for merging. Valid options
50 are: vimdiff, gvimdiff, diffuse, kdiff3, meld.
51
52 -d, --debug
53 Dry run. Instead of executing an action (move/remove of file) it
54 will be echoed to standard output. However executable for merg‐
55 ing of configuration files is executed.
56
57 -V, --version
58 Display rpmconf version. This option expect that this script is
59 installed as rpm package.
60
62 Rpmconf do not handle orphaned files. E.g. if you have file
63 /etc/foo.conf.rpmsave, but /etc/foo.conf do not belong to any package
64 (was previously removed), then rpmconf does not touch such file.
65
67 rpm(8)
68
70 Miroslav Suchý <msuchy@redhat.com>
71
72
73
74Version 0.2 02 June 2010 RPMCONF(8)