diff options
author | Jeff Hatch <jhatch@multitech.com> | 2021-02-04 11:04:26 -0600 |
---|---|---|
committer | Jeff Hatch <jhatch@multitech.com> | 2021-02-04 11:04:26 -0600 |
commit | 01cab41d268fd7a25464878c735d6bc43f8833e7 (patch) | |
tree | a92bd2ad7ab6665b8314e8e23d4b6273eab5a6ef /recipes-support/dnsmasq/files/init.patch | |
parent | ee2141f2cd55a5d842ffde85cf6c37b26fe3c3df (diff) | |
parent | 6fc414b361f2a18de6892b1eb0f87ec3aeabd97e (diff) | |
download | meta-mlinux-01cab41d268fd7a25464878c735d6bc43f8833e7.tar.gz meta-mlinux-01cab41d268fd7a25464878c735d6bc43f8833e7.tar.bz2 meta-mlinux-01cab41d268fd7a25464878c735d6bc43f8833e7.zip |
Merge branch 'vp/master-dunfell' into dunfell
Diffstat (limited to 'recipes-support/dnsmasq/files/init.patch')
-rw-r--r-- | recipes-support/dnsmasq/files/init.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-support/dnsmasq/files/init.patch b/recipes-support/dnsmasq/files/init.patch new file mode 100644 index 0000000..b6045d2 --- /dev/null +++ b/recipes-support/dnsmasq/files/init.patch @@ -0,0 +1,12 @@ +diff -uprN orig/init new/init +--- orig/init 2019-10-08 20:19:12.000000000 +0300 ++++ new/init 2021-02-04 14:06:17.000000000 +0200 +@@ -13,6 +13,8 @@ then + . /etc/default/$NAME + fi + ++[[ "$ENABLED" = "yes" ]] || exit ++ + DNSMASQ_CONF="/etc/dnsmasq.conf" + test "/etc/dnsmasq.d/*" != '/etc/dnsmasq.d/*' && DNSMASQ_CONF="${DNSMASQ_CONF} /etc/dnsmasq.d/*" + |