Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 1d64a3eced9dc877537216f11113dfc5 > files > 2

firstaidkit-engine-0.2.17-1.fc14.noarch.rpm

#
# 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