mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 15:25:53 +01:00
dnsmasq: Fix a typo in initscript
Change `PIFILE` to `PIDFILE`. This fixes the operation of `/etc/init.d/dnsmasq status` Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
e1de27d801
commit
6e6f6fd652
|
|
@ -16,7 +16,7 @@ fi
|
||||||
DNSMASQ_CONF="/etc/dnsmasq.conf"
|
DNSMASQ_CONF="/etc/dnsmasq.conf"
|
||||||
test "/etc/dnsmasq.d/*" != '/etc/dnsmasq.d/*' && DNSMASQ_CONF="${DNSMASQ_CONF} /etc/dnsmasq.d/*"
|
test "/etc/dnsmasq.d/*" != '/etc/dnsmasq.d/*' && DNSMASQ_CONF="${DNSMASQ_CONF} /etc/dnsmasq.d/*"
|
||||||
|
|
||||||
test -z "${PIDFILE}" && PIFILE="/run/dnsmasq.pid"
|
test -z "${PIDFILE}" && PIDFILE="/run/dnsmasq.pid"
|
||||||
|
|
||||||
if [ -z "$IGNORE_RESOLVCONF" ]
|
if [ -z "$IGNORE_RESOLVCONF" ]
|
||||||
then
|
then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user