[Slackbuilds-users] "Minidlna" fix to work with slackware real path (/var/run/minidlna)
Carmela bulemio
pintitas at hotmail.com
Sun Jan 12 22:42:41 UTC 2025
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"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20250112/80375ab5/attachment.htm>
More information about the SlackBuilds-users
mailing list