Re: [yocto] dnsmasq init script typo

2017-09-08 Thread Khem Raj
On Fri, Sep 8, 2017 at 12:47 AM, Mircea Gliga wrote: > Hi > > I think there is a problem in the dnsmasq init script related to the pidfile > > test -z "${PIDFILE}" && PIFILE="/run/dnsmasq.pid" > > > The script defines a variable PIFILE, notice the missing "D" from PID. And > then it doesn't use t

[yocto] dnsmasq init script typo

2017-09-08 Thread Mircea Gliga
Hi I think there is a problem in the dnsmasq init script related to the pidfile | test -z"${PIDFILE}" && PIFILE="/run/dnsmasq.pid" | The script defines a variable PIFILE, notice the missing "D" from PID. And then it doesn't use that variable anymore. It only uses the PIDFILE one. So, if yo