projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0d62a8
)
create the dhcp leasefile if it doesn't exist
author
Travis Kemen
<thepeople@openwrt.org>
Thu, 14 Feb 2008 21:17:14 +0000
(21:17 +0000)
committer
Travis Kemen
<thepeople@openwrt.org>
Thu, 14 Feb 2008 21:17:14 +0000
(21:17 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10460
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/dnsmasq/files/dnsmasq.init
patch
|
blob
|
history
diff --git
a/package/dnsmasq/files/dnsmasq.init
b/package/dnsmasq/files/dnsmasq.init
index
62e2f51
..
1a24612
100644
(file)
--- a/
package/dnsmasq/files/dnsmasq.init
+++ b/
package/dnsmasq/files/dnsmasq.init
@@
-63,6
+63,9
@@
dnsmasq() {
append_parm "$cfg" "local" "-S"
append_parm "$cfg" "leasefile" "-l"
append_parm "$cfg" "resolvfile" "-r"
+
+ config_get leasefile $cfg leasefile
+ [ -e "$leasefile" ] || touch "$leasefile"
}
dhcp_subscrid_add() {