Package: netcfg Version: 0.67 Severity: minor In dhcp.c it would be better to do:
if (access("/sbin/dhclient3", F_OK) == 0) dhcp_client = DHCLIENT3; than to do (as currently): if (access("/var/lib/dhcp3", F_OK) == 0) at line 79. Checking for the daemon executable is more or less standard practice and it is what the code does for /sbin/dhclient and for /sbin/pump. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (900, 'unstable'), (700, 'testing'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.4.25 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]