aboutsummaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorPhilip Prindeville <philipp@redfish-solutions.com>2023-10-22 14:26:48 -0600
committerChristian Marangi <ansuelsmth@gmail.com>2023-11-02 20:29:38 +0100
commitac199c57c59ebc4f3cf642ab8541fa665d731c29 (patch)
tree4f1ac4524d4432bb2f9c1431a6fdbad7f906bcad /package
parent86ca7199dfb132042ce3110acef23d74f4ef14a7 (diff)
dnsmasq: don't source functions.sh twice
It's already pulled in from /etc/rc.common. Fixes: #13758 Fixes: 6b23836071b1 ("package: avoid the use of eval to parse ipcalc.sh output") Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Diffstat (limited to 'package')
-rwxr-xr-xpackage/network/services/dnsmasq/files/dnsmasq.init2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/network/services/dnsmasq/files/dnsmasq.init b/package/network/services/dnsmasq/files/dnsmasq.init
index 4cef2f4c29..d356a21f81 100755
--- a/package/network/services/dnsmasq/files/dnsmasq.init
+++ b/package/network/services/dnsmasq/files/dnsmasq.init
@@ -1,8 +1,6 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2007-2012 OpenWrt.org
-. /lib/functions.sh
-
START=19
USE_PROCD=1