diff -rupN aptzeroconf-orig/config.py aptzeroconf-etc/config.py --- aptzeroconf-orig/config.py 2009-11-08 21:12:20.000000000 +0100 +++ aptzeroconf-etc/config.py 2009-11-08 21:12:50.000000000 +0100 @@ -30,7 +30,7 @@ from ConfigParser import SafeConfigParse CONFIG_FILE = ("support/apt-zeroconf.conf" if os.path.isfile("support/apt-zeroconf.conf") - else "/etc/apt-zeroconf.conf" + else "/etc/azc/apt-zeroconf.conf" ) logging.info('Using configuration file ' + CONFIG_FILE)