18 lines
685 B
Plaintext
18 lines
685 B
Plaintext
$NetBSD: patch-conf,v 1.1 2012/10/15 22:48:02 drochner Exp $
|
|
|
|
--- minidlna.conf.orig 2012-02-14 18:26:53.000000000 +0000
|
|
+++ minidlna.conf
|
|
@@ -17,10 +17,10 @@ media_dir=/opt
|
|
#friendly_name=My DLNA Server
|
|
|
|
# set this if you would like to specify the directory where you want MiniDLNA to store its database and album art cache
|
|
-#db_dir=/var/cache/minidlna
|
|
+db_dir=/var/db/minidlna
|
|
|
|
# set this if you would like to specify the directory where you want MiniDLNA to store its log file
|
|
-#log_dir=/var/log
|
|
+log_dir=/var/db/minidlna
|
|
|
|
# set this to change the verbosity of the information that is logged
|
|
# each section can use a different level: off, fatal, error, warn, info, or debug
|