From 96b4556a97263691ad4de85cd8101526f351e401 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 3 May 2006 12:07:51 -0400 Subject: Intermediate commit during packaging. And some other stuff. --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.py') diff --git a/config.py b/config.py index aadb5d3..6a1024e 100644 --- a/config.py +++ b/config.py @@ -25,7 +25,7 @@ class BootConfig: def __init__(self,api): self.api = api self.settings_file = "/etc/cobbler.conf" - self.state_file = "/var/cobbler/cobbler.conf" + self.state_file = "/var/lib/cobbler/cobbler.conf" self.set_defaults() self.clear() -- cgit