Re: [Firestarter-user] Wizard dhcp
Brought to you by:
majix
|
From: Tomas J. <ma...@sc...> - 2004-04-27 14:47:27
|
Rene Vahtel wrote: > Hi, > > 1) 0.9.3 and previous versions search "dhcpcd" client pid file from > /var/run/dhcpcd-*. Slackware keeps its pid in /etc/dhcpcd/dhcpcd-*. > Attached is a patch for slackware. Thanks, I've added it to CVS. > 2) Does any linux distribution use "/etc/dhcpcd/" dir for dhcpcd > client files ? slackware uses "/etc/dhcpc/". Maybe it is a typo ? If > not, ignore the diff, then it needs a slackware specific patch. Yes, at least Red Hat < 8 and probably also Mandrake/SuSE uses dhcpcd (DHCP Client *Daemon*, a source of much confusion). So, I also added a Slackware specific check for the dhcpc directory. Please confirm that the directory on Slackware is /etc/dhcpc/ but that the actual files are still /etc/dhcpc/dhcpcd-<if>.exe and /etc/dhcpc/dhcpcd-<if>.pid? Seems strange to remove the 'd' from the directory but not the files. Regards, Tomas |