Hello everyone,

I found out i couldn't disable my dhcp daemon yesterday and i think i've
traced the problem to this in /etc/rc:

        if [ X"${dhcpd_flags}" != X"NO" -a -f /etc/dhcpd.conf ]; then

Now i have no clue what " -a -f " does (anyone care to point me to the right
manual?), but just setting dhcpd_flags=NO in rc.conf didn't disable it.
I had to rename the file dhcpd.conf file, so i guess the line does an OR
comparison instead of an AND comparison, anyone care to enlighten me or did
i actually find a minor bug?

Kind regards,

Erwin van Maanen
ACMEWeb I.S.

Reply via email to