freebsd-ports/net/minidlna/pkg-plist
Mikhail Teterin 39faccbe39 Add the port of minidlna -- the DLNA-speaking service.
(Took me 6 months to come up with the etc/rc.d/ script...)
2010-12-14 06:11:04 +00:00

4 lines
235 B
Text

sbin/minidlna
@unexec if cmp -s %D/etc/minidlna.conf %D/etc/minidlna.conf.sample; then rm -f %D/etc/minidlna.conf; fi
etc/minidlna.conf.sample
@exec [ -f %D/etc/minidlna.conf ] || cp -p %D/etc/minidlna.conf.sample %D/etc/minidlna.conf