blob: db7d300901f0d8f531b8d084c8b06d4516b07bdf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
# configuration file exemple for rpmorphan
# $Id: rpmorphan-1.11 | rpmorphanrc.sample | Tue Jul 31 17:13:56 2012 +0200 | Eric Gerbier $
# it can be used as
# - host (general) configuration file as /etc/rpmorphanrc
# - home (user) configuration file as ~/.rpmorphanrc
# - local configuration file as ./.rpmorphanrc
#
# the program will read them all in order from host to local
#
# syntaxe :
# - all line beginning with "#" are comments
# - all parameter have the same name as command line arguments, without dash
# - 0 means false/no, 1 means true/yes
# for example, to use rpmorphan instead of rpmorphan --all --curses
# you have to use
# all = 1
# curses = 1
#
## list of all available parameters with the default value
#help = 0
#man = 0
#verbose = 0
#dry-run = 0
#version = 0
#fullalgo = 0
#suggests = 0
#all = 0
#guess-perl = 0
#guess-python = 0
#guess-pike = 0
#guess-ruby = 0
#guess-common = 0
#guess-data = 0
#guess-doc = 0
#guess-dev = 0
#guess-lib = 0
#guess-all = 0
#guess-custom =
#package=
#exclude=
#install-time =
#access-time =
#add-keep =
#del-keep =
#list-keep =
#zero-keep =
#keep-file = /var/lib/rpmorphan/keep
#use-cache = 0
#clear-cache = 0
#gui = 0
#tk = 0
#curses = 0
|