-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2/9/10 10:31 AM, Axel wrote: > 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) >
That information is actually derived from the package description file (which needs to be corrected) > 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 > I've cc'ed the listed maintainer of the package. - -- Alexander Hansen Fink User Liaison -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAktxlMwACgkQB8UpO3rKjQ9HHACdF+PCEic/WmiH06QWbrfoNw0L qfgAnA8bRWmZBR6SLri5SqOTegdT2Qio =KZAX -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ 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
