[Slackbuilds-users] "Minidlna" fix to work with slackware real path (/var/run/minidlna)
Mario
mario at slackware.hr
Wed Jan 15 17:33:20 UTC 2025
On 1/12/25 11:42 PM, Carmela bulemio wrote:
>
> I built my minidlna package from slackbuilds.
>
> But it was faulty. Trying to do anything like
> Code:
> /etc/rc.d/rc.minidlna restart/stop/start ..
> Threw an error. It looked like the PID was still running, but it wasn't.
>
> The* /etc/rc.d/rc.minidlna* was faulty.
>
> Just correcting this line solved the problem
>
> From this
> Code:
> PIDFILE="/var/run/${NAME}.pid"
> To this ( the right path)
> Code:
> PIDFILE="/var/run/minidlna/${NAME}.pid"
>
>
>
Thanks, it's fixed in my branch. Note however, logrotate config also
needs the fix.
--
Mario
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20250115/9789e4e2/attachment-0001.htm>
More information about the SlackBuilds-users
mailing list