--- src/unix.c.old 2012-11-23 11:11:20.000000000 +0100 +++ src/unix.c 2012-11-23 11:11:37.000000000 +0100 @@ -900,7 +900,7 @@ default: - if ((pp = cf_popen("/sbin/ifconfig -a", "r")) == NULL) + if ((pp = cf_popen("/bin/ifconfig -a", "r")) == NULL) { CfOut(cf_verbose, "", "Could not find interface info\n"); return;