summaryrefslogtreecommitdiffstats
path: root/config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'config.sh')
-rw-r--r--config.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/config.sh b/config.sh
new file mode 100644
index 0000000..c608e80
--- /dev/null
+++ b/config.sh
@@ -0,0 +1,13 @@
+#!/bin/bash
+# config.sh - set some config data for debuginfofs scripts
+#
+# GPLv2+. BOILERPLATE SHOULD GO HERE.
+#
+# Copyright 2009 Red Hat, Inc.
+# Author: Will Woods <wwoods@redhat.com>
+
+debug="yes"
+verbose="yes"
+libdir="/var/lib/debuginfofs"
+cachedir="/var/cache/debuginfofs"
+exportdir="/var/www/debuginfofs"