Date: Wed, 24 Nov 2021 07:51:15 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 259953] net/minidnla: rescan support/fix Message-ID: <bug-259953-7788-48yMKlg5BI@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-259953-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-259953-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259953 --- Comment #2 from gerrit@weinberg2.de --- Comment on attachment 229687 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229687 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=3D"install -d -o $minidlna_uid ${pidfile%/*} /var/db/minidln= a" > stop_postcmd=3D"rm -f $pidfile" >=20 >-extra_commands=3Drescan >+extra_commands=3D"rescan rebuild" >+rescan_cmd=3D"$command -r -u $minidlna_uid -f %%PREFIX%%/etc/minidlna.con= f" > rescan_cmd=3D"$command -R -u $minidlna_uid -f %%PREFIX%%/etc/minidlna.con= f" >=20 > run_rc_command $1 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259953-7788-48yMKlg5BI>