From 17f313b06ac4ae24b25b46ab246b8427149ba428 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 20 Oct 2006 00:13:34 +0000 Subject: move /usr/lib/parse-config.awk to /lib/config/template.awk SVN-Revision: 5244 --- package/dnsmasq/files/dnsmasq.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/dnsmasq/files') diff --git a/package/dnsmasq/files/dnsmasq.init b/package/dnsmasq/files/dnsmasq.init index 8ac0ab6..6fe074e 100644 --- a/package/dnsmasq/files/dnsmasq.init +++ b/package/dnsmasq/files/dnsmasq.init @@ -49,7 +49,7 @@ start() { [ -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() { -- cgit v1.1