[Bug 259953] net/minidnla: rescan support/fix
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 259953] net/minidnla rescan support/fix"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Nov 2021 07:51:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259953 --- Comment #2 from gerrit@weinberg2.de --- Comment on attachment 229687 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=229687 Proposed patch to rectify rescan/rebuild commands >--- minidlna.in~ 2021-11-24 08:46:30.000000000 +0100 >+++ minidlna.in 2021-11-24 08:47:17.757510000 +0100 >@@ -27,7 +27,8 @@ > start_precmd="install -d -o $minidlna_uid ${pidfile%/*} /var/db/minidlna" > stop_postcmd="rm -f $pidfile" > >-extra_commands=rescan >+extra_commands="rescan rebuild" >+rescan_cmd="$command -r -u $minidlna_uid -f %%PREFIX%%/etc/minidlna.conf" > rescan_cmd="$command -R -u $minidlna_uid -f %%PREFIX%%/etc/minidlna.conf" > > run_rc_command $1 -- You are receiving this mail because: You are the assignee for the bug.