leases file defaults to var/misc, which does not exist
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 1 Jun 2005 13:45:05 +0000 (13:45 +0000)
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 1 Jun 2005 13:45:05 +0000 (13:45 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1127 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/default/target_skeleton/etc/init.d/S50dnsmasq

index 8e73b0e..82e013f 100755 (executable)
@@ -20,6 +20,6 @@ udhcpc -n -q -R -s /dev/zero -i $ifname >&- || {
   end=$(nvram get dhcp_num)
   end=$((start+${end:-150}))
   
-  args="-K -F $(int2ip $start),$(int2ip $end),$(int2ip $netmask),12h"
+  args="-l /tmp/dhcp.leases -K -F $(int2ip $start),$(int2ip $end),$(int2ip $netmask),12h"
 }
 dnsmasq ${args}
This page took 0.025681 seconds and 4 git commands to generate.