summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-02-20 15:54:42 +0100
committerJoel Andres Granados <jgranado@redhat.com>2008-02-20 15:54:42 +0100
commite05effb5b3ac41556e284e2a43f49e7159543987 (patch)
treeb8953e059f78590091511d3e16a8937f0b3a988c /etc
parent05380956931449081c0a05f8e90e0097ffe16464 (diff)
downloadfirstaidkit-e05effb5b3ac41556e284e2a43f49e7159543987.tar.gz
firstaidkit-e05effb5b3ac41556e284e2a43f49e7159543987.tar.xz
firstaidkit-e05effb5b3ac41556e284e2a43f49e7159543987.zip
Create a firstaidkit configuration file.
Diffstat (limited to 'etc')
-rw-r--r--etc/firstaidkit.conf82
1 files changed, 82 insertions, 0 deletions
diff --git a/etc/firstaidkit.conf b/etc/firstaidkit.conf
new file mode 100644
index 0000000..eb447ed
--- /dev/null
+++ b/etc/firstaidkit.conf
@@ -0,0 +1,82 @@
+#
+# 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
+
+#
+# Operation:
+#
+[operation]
+
+#
+# flags:
+#
+#flags = ""
+
+#
+# mode:
+#
+#mode =
+
+#
+# help:
+#
+#help=
+
+#
+# gui:
+#
+#gui=
+
+#
+# verbose:
+#
+#verbose=
+
+#
+# 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 = /usr/lib64/firstaidkit-plugins/examples
+#
+#
+# lib:
+#lib-firstaidkit-plugins = /usr/lib/firstaidkit-plugins/examples
+#lib-firstaidkit-plugins-examples = /usr/lib/firstaidkit-plugins/examples