projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix brcm-2.4 target profiles
[openwrt.git]
/
package
/
dnsmasq
/
files
/
dnsmasq.init
diff --git
a/package/dnsmasq/files/dnsmasq.init
b/package/dnsmasq/files/dnsmasq.init
index
8ac0ab6
..
7afcee4
100644
(file)
--- a/
package/dnsmasq/files/dnsmasq.init
+++ b/
package/dnsmasq/files/dnsmasq.init
@@
-1,6
+1,7
@@
#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
+START=60
start() {
include /lib/network
scan_interfaces
start() {
include /lib/network
scan_interfaces
@@
-49,7
+50,7
@@
start() {
[ -z "$wan_proto" -o "$wan_proto" = "none" ] || echo "@define wan_ifname $wan_ifname"
cat /etc/dnsmasq.conf
[ -z "$wan_proto" -o "$wan_proto" = "none" ] || echo "@define wan_ifname $wan_ifname"
cat /etc/dnsmasq.conf
- ) | awk -f /
usr/lib/parse-config
.awk | dnsmasq -C /proc/self/fd/0
+ ) | awk -f /
lib/config/template
.awk | dnsmasq -C /proc/self/fd/0
}
stop() {
}
stop() {
This page took
0.0264 seconds
and
4
git commands to generate.