$NetBSD: patch-ac,v 1.1 2003/12/12 23:10:57 jmmv Exp $

--- src/hosts.c.orig	2003-07-21 04:00:38.000000000 +0200
+++ src/hosts.c
@@ -153,7 +153,7 @@ int dcc_get_hostlist(struct dcc_hostdef 
         }
     }
 
-    asprintf(&path, "%s/distcc/hosts", SYSCONFDIR);
+    asprintf(&path, "%s/hosts", SYSCONFDIR);
     if (access(path, R_OK) == 0) {
         ret = dcc_parse_hosts_file(path, ret_list, ret_nhosts);
         free(path);
