Hello

after 

fink install dhcp-4.1.1b1
sudo daemonic install org.isc.dhcp
sudo daemonic enable org.isc.dhcp

(BTW the explanation on the packages website is wrong here, it says:
sudo daemonic install dhcp)

the file /Library/StartupItems/daemonic-org.isc.dhcp/daemonic-org.isc.dhcp
does contain in line 13 this not working test:

if [ -x /sw/sbin/dhcpd -q -cf /sw/etc/dhcpd.conf -lf /sw/var/db/dhcpd.leases \ 
]; then

it should be like this:

if [ -x /sw/sbin/dhcpd ] && [ -r /sw/etc/dhcpd.conf ] && [ -f \ 
/sw/var/db/dhcpd.leases ]; then

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to