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:
06364b3
)
[package] dnsmasq: remove a useless subshell invocation from the init script
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 6 Oct 2010 13:23:56 +0000
(13:23 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 6 Oct 2010 13:23:56 +0000
(13:23 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23272
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
0b74d41
..
00882e5
100644
(file)
--- a/
package/dnsmasq/files/dnsmasq.init
+++ b/
package/dnsmasq/files/dnsmasq.init
@@
-102,7
+102,7
@@
dnsmasq() {
[ "$readethers" = "1" ] && [ -e "/etc/ethers" ] || touch /etc/ethers
config_get leasefile $cfg leasefile
- [ -n "$leasefile" ] &&
([ -e "$leasefile" ] || touch "$leasefile")
+ [ -n "$leasefile" ] &&
[ -e "$leasefile" ] || touch "$leasefile"
config_get_bool cachelocal "$cfg" cachelocal 1
config_get hostsfile "$cfg" dhcphostsfile