projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c2c6da
)
"-R" will not work as it needs the configured IP on the interface. Thus this option...
author
Markus Wigge
<mwigge@marcant.net>
Wed, 4 Feb 2009 14:58:31 +0000
(14:58 +0000)
committer
Markus Wigge
<mwigge@marcant.net>
Wed, 4 Feb 2009 14:58:31 +0000
(14:58 +0000)
SVN-Revision: 14408
package/dnsmasq/files/dnsmasq.init
patch
|
blob
|
history
diff --git
a/package/dnsmasq/files/dnsmasq.init
b/package/dnsmasq/files/dnsmasq.init
index de9b92d52bc73e9e8b8dea3e8673d0a1512c47df..6cb0e0f4fae8e3b7279276e790ce1dfe64198157 100644
(file)
--- a/
package/dnsmasq/files/dnsmasq.init
+++ b/
package/dnsmasq/files/dnsmasq.init
@@
-227,7
+227,7
@@
dhcp_add() {
#check for an already active dhcp server on the interface, unless 'force' is set
config_get_bool force "$cfg" force 0
[ "$force" -gt 0 ] || {
- udhcpc -n -q -
R -
s /bin/true -t 1 -i $ifname >&- && return 0
+ udhcpc -n -q -s /bin/true -t 1 -i $ifname >&- && return 0
}
config_get start "$cfg" start