mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +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"
|
||||
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" ]
|
||||
then
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user