tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: dhcpd.leases and rough edges in a fresh install



On Fri, 3 Apr 2009, Tyler Retzlaff wrote:
comments?

Add something like

dhcpcd_precmd*(
{
        if [ ! -f /var/run/dhcpd.leases ]; then
                install -c -m 644 /dev/null /var/db/dhcpd.leases
        fi
}

(untested, but considered worthwhile!)


 - Hubert


Home | Main Index | Thread Index | Old Index