Skip to content

Commit

Permalink
dnsmasq: don't source functions.sh twice
Browse files Browse the repository at this point in the history
It's already pulled in from /etc/rc.common.

Fixes: openwrt#13758

Fixes: 6b23836 ("package: avoid the use of eval to parse ipcalc.sh output")

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
  • Loading branch information
pprindeville authored and pull[bot] committed Nov 24, 2023
1 parent f414a65 commit aae5312
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions 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
Expand Down

0 comments on commit aae5312

Please sign in to comment.