ee0ebe6479
VDR-Network-Streaming-Interface plugin (untested, currently used by the XBMC pvr-testing2 branch which hasn't been ported to FreeBSD yet at the time of writing.) WWW: http://www.vdr-portal.de/board/thread.php?threadid=95292
5 lines
426 B
Text
5 lines
426 B
Text
lib/vdr/libvdr-vnsiserver.so.1.7.17
|
|
@unexec if cmp -s %D/etc/vdr/plugins/vnsiserver/allowed_hosts.conf.sample %D/etc/vdr/plugins/vnsiserver/allowed_hosts.conf; then rm -f %D/etc/vdr/plugins/vnsiserver/allowed_hosts.conf; fi
|
|
etc/vdr/plugins/vnsiserver/allowed_hosts.conf.sample
|
|
@exec if [ ! -f %D/etc/vdr/plugins/vnsiserver/allowed_hosts.conf ] ; then cp -p %D/%F %B/allowed_hosts.conf; fi
|
|
@dirrmtry etc/vdr/plugins/vnsiserver
|