dnsmasq: don't source functions.sh twice
authorPhilip Prindeville <philipp@redfish-solutions.com>
Sun, 22 Oct 2023 20:26:48 +0000 (14:26 -0600)
committerChristian Marangi <ansuelsmth@gmail.com>
Thu, 2 Nov 2023 19:29:38 +0000 (20:29 +0100)
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>
package/network/services/dnsmasq/files/dnsmasq.init

index 4cef2f4c2952686fa32c3cba3e08d7153316c29a..d356a21f81f83cd38881057d32e9c66d67cc8bb2 100755 (executable)
@@ -1,8 +1,6 @@
 #!/bin/sh /etc/rc.common
 # Copyright (C) 2007-2012 OpenWrt.org
 
-. /lib/functions.sh
-
 START=19
 
 USE_PROCD=1