minidlna: Update to 1.1.3

Fixes #10573
This commit is contained in:
Michael Tremer
2014-08-24 15:14:25 +02:00
parent bfea8d7d2f
commit ff6d34ab8b
3 changed files with 22 additions and 10 deletions

View File

@@ -16,17 +16,17 @@
case "${1}" in
start)
boot_mesg "Starting minidlna..."
loadproc /usr/sbin/minidlna
loadproc /usr/sbin/minidlnad
;;
stop)
boot_mesg "Stopping minidlna..."
killproc /usr/sbin/minidlna
killproc /usr/sbin/minidlnad
;;
reload)
boot_mesg "Reloading minidlna..."
reloadproc /usr/sbin/minidlna
reloadproc /usr/sbin/minidlnad
;;
restart)
@@ -36,7 +36,7 @@ case "${1}" in
;;
status)
statusproc /usr/sbin/minidlna
statusproc /usr/sbin/minidlnad
;;
*)