summaryrefslogtreecommitdiffstats
path: root/func/config.py
diff options
context:
space:
mode:
authorAdrian Likins <alikins@grimlock.devel.redhat.com>2008-02-29 12:35:53 -0500
committerAdrian Likins <alikins@grimlock.devel.redhat.com>2008-02-29 12:35:53 -0500
commitdd4a2266e476410084556ea7bce9dfa47e651690 (patch)
tree3c6604c925bcdd625cc452ef992aa2a11de0769c /func/config.py
parentede64dcf5c23fdb5a78f8f638ad2d94f315b3c00 (diff)
downloadfunc-dd4a2266e476410084556ea7bce9dfa47e651690.tar.gz
func-dd4a2266e476410084556ea7bce9dfa47e651690.tar.xz
func-dd4a2266e476410084556ea7bce9dfa47e651690.zip
mostly merges of stuff I thought I had already committed and pushed
various s/func/certmaster changes
Diffstat (limited to 'func/config.py')
-rw-r--r--func/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/func/config.py b/func/config.py
index 8202457..e859f4a 100644
--- a/func/config.py
+++ b/func/config.py
@@ -24,7 +24,7 @@ from ConfigParser import NoSectionError, NoOptionError, ConfigParser
from ConfigParser import ParsingError
import exceptions
-CONFIG_FILE = "/etc/func/certmaster.conf"
+CONFIG_FILE = "/etc/certmaster/certmaster.conf"
class ConfigError(exceptions.Exception):
def __init__(self, value=None):