diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2011-04-12 01:13:45 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2011-04-12 01:13:45 +0000 |
commit | f5ec132210aeeef2010fbf8e483147f5e9cd5a97 (patch) | |
tree | e7b733f24e8da7a7464f56d159ab7905bf233f4d /testing/minidlna/minidlna.confd | |
parent | 82dc433e8bb52ae0f413a69ffc1e4aa201b54487 (diff) | |
download | aports-f5ec132210aeeef2010fbf8e483147f5e9cd5a97.tar.bz2 aports-f5ec132210aeeef2010fbf8e483147f5e9cd5a97.tar.xz |
testing/minidlna: new aport
fixes #576
Diffstat (limited to 'testing/minidlna/minidlna.confd')
-rw-r--r-- | testing/minidlna/minidlna.confd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/minidlna/minidlna.confd b/testing/minidlna/minidlna.confd new file mode 100644 index 000000000..4cc286c2b --- /dev/null +++ b/testing/minidlna/minidlna.confd @@ -0,0 +1,10 @@ +# /etc/conf.d/minidlna + +# Should minidlna rescan the entire collection on startup? +# Warning: This may take a long time! +RESCAN="false" + +# The location of the config file +#CONFIG="/etc/minidlna.conf" + +# vim: ft=gentoo-conf-d |