From 331d6f14fdf69d6fe17da77db7609bc861145fd6 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Sun, 28 Nov 2021 23:55:42 -0600 Subject: support/init.d.examples: Do not use @PKG_PREFIX@ in service examples I can't think of a reason to do this since these scripts are just examples. This is for #474. --- support/init.d.examples/dnsmasq.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/init.d.examples/dnsmasq.in') diff --git a/support/init.d.examples/dnsmasq.in b/support/init.d.examples/dnsmasq.in index 52f2b945..2a3828cf 100644 --- a/support/init.d.examples/dnsmasq.in +++ b/support/init.d.examples/dnsmasq.in @@ -9,7 +9,7 @@ # This file may not be copied, modified, propagated, or distributed # except according to the terms contained in the LICENSE file. -command=@PKG_PREFIX@/sbin/dnsmasq +command=/sbin/dnsmasq command_args=$dnsmasq_args pidfile=/var/run/dnsmasq.pid required_files=/etc/dnsmasq.conf -- cgit v1.2.3