X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fconfig.py;h=c2d2fe5506c675682db0de4b464d310ca2d2fa82;hb=6c695061a5552aad04f8959efa510e05588fd063;hp=b98a6fc9db5e926b7c4871241b22fc8855a0c683;hpb=778f521cd0cbd2093896c2476738377dc58e41b7;p=dak.git diff --git a/daklib/config.py b/daklib/config.py index b98a6fc9..c2d2fe55 100755 --- a/daklib/config.py +++ b/daklib/config.py @@ -35,8 +35,7 @@ from singleton import Singleton ################################################################################ -#default_config = "/etc/dak/dak.conf" -default_config = "/home/stew/etc/dak/dak.conf" #: default dak config, defines host properties +default_config = "/etc/dak/dak.conf" #: default dak config, defines host properties def which_conf_file(Cnf): res = socket.gethostbyaddr(socket.gethostname())