On Wed, Dec 27, 2006 at 12:21:04AM +0100, [EMAIL PROTECTED] wrote: > Author: ulmen > Date: 2006-12-27 00:21:03 +0100 (Wed, 27 Dec 2006) > New Revision: 1385 > > Modified: > branches/freewrt_1_0/package/dnsmasq/files/dnsmasq.init > trunk/freewrt/package/dnsmasq/files/dnsmasq.init > Log: > Fix for Ticket #166 > > dnsmasq uses /var/lib/misc for its leases file, so we have to create it > somewhere. > > > Modified: branches/freewrt_1_0/package/dnsmasq/files/dnsmasq.init > =================================================================== > --- branches/freewrt_1_0/package/dnsmasq/files/dnsmasq.init 2006-12-26 > 12:14:42 UTC (rev 1384) > +++ branches/freewrt_1_0/package/dnsmasq/files/dnsmasq.init 2006-12-26 > 23:21:03 UTC (rev 1385) > @@ -9,6 +9,7 @@ > ;; > start) > [ -f /etc/dnsmasq.conf ] || exit > + mkdir -p /var/lib/misc > /usr/sbin/dnsmasq
I disaggree with this fix, I have solved this in another way. The path is overwritten by the path in dnsmasq.conf (the default conf file contains a good setting), so the bug report was not complete. Dirk _______________________________________________ freewrt-developers mailing list [email protected] https://www.freewrt.org/lists/listinfo/freewrt-developers
