summaryrefslogtreecommitdiffstats
path: root/etc/firstaidkit/firstaidkit.conf
blob: 2279de9bf09ac9f7b77bfda2b3e2837614e88984 (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
#
# First Aid Kit configuration file.
#
# This file basically expresses what firstaidkit defaults to. You may uncomment 
# lines that you want to change.


#
# System:
#
[system]

#
# root:
# Defines the relative root that firstaidkit will use for the execution of its
# plugins.
#root = /mnt/sysimage

#
# frontend:
# Where to look for the frontend modules
# frontend = '/usr/lib64/firstaidkit/frontend' '/usr/lib/firstaidkit/frontend' '/usr/share/firstaidkit/frontend'

#
# configuration:
# Where to look for configuration tidbits for plugins and other subparts
#configuration = /etc/firstaidkit/

#
# Operation:
#
[operation]

#
# flags:
#
flags = "filesystem"

#
# mode:
#
#mode =

#
# help:
#
#help=

#
# gui:
#
#gui=

#
# verbose:
#
#verbose=

#
# interactive:
#
#interactive=

#
# Log:
#
[log]

#
# method:
#
#method=

#
# filename:
#
#filename=

#
# Paths:
# Will hold all the paths defined by the user that hold plugins.
#
[paths]

#
# These directories are the possible places where one can find plugin or example
# plugins.  Add directories as you see fit.  Unless you are developing plugins
# the default values should be enough.
# lib64:
#
#lib64/firstaidkit-plugins = /usr/lib64/firstaidkit/plugins
#lib64/firstaidkit-plugins/examples/plugin_examples = /usr/lib64/firstaidkit/plugins/examples/plugin_examples
#
#
# lib:
#lib/firstaidkit-plugins/examples = /usr/lib/firstaidkit/plugins/examples
#lib/firstaidkit-plugins/examples/plugin_examples = /usr/lib/firstaidkit/plugins/examples/plugin_examples
#
# share:
#share/firstaidkit-plugins/examples = /usr/share/firstaidkit/plugins/examples
#share/firstaidkit-plugins/examples/plugin_examples = /usr/share/firstaidkit/plugins/examples/plugin_examples