aboutsummaryrefslogtreecommitdiff
path: root/doc/mpdconf.example
diff options
context:
space:
mode:
authorAvuton Olrich <avuton@gmail.com>2009-03-29 10:58:10 -0700
committerMax Kellermann <max@duempel.org>2009-03-29 21:40:08 +0200
commitb964480767999617aab371dbd8d32fd3c4db192d (patch)
treeec202f4f86d240c7b99c988a62475e562ca53796 /doc/mpdconf.example
parent3836dcf59b30478075d2fc1285e641c937ddbdfe (diff)
exconf: Comment formerly required files.
Diffstat (limited to 'doc/mpdconf.example')
-rw-r--r--doc/mpdconf.example8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example
index 646b56df..d875f9cd 100644
--- a/doc/mpdconf.example
+++ b/doc/mpdconf.example
@@ -6,20 +6,20 @@
# This setting controls the top directory which MPD will search to discover the
# available audio files and add them to the daemon's online database.
#
-music_directory "~/music"
+#music_directory "~/music"
#
# This setting sets the MPD internal playlist directory. The purpose of this
# directory is storage for playlists created by MPD. The server will use
# playlist files not created by the server but only if they are in the MPD
# format.
#
-playlist_directory "~/.mpd/playlists"
+#playlist_directory "~/.mpd/playlists"
#
# This setting sets the location of the MPD database. This file is used to
# load the database at server start up and store the database while the
# server is not up.
#
-db_file "~/.mpd/database"
+#db_file "~/.mpd/database"
#
# These settings are the locations for the daemon log files for the daemon.
# These logs are great for troubleshooting, depending on your log_level
@@ -29,7 +29,7 @@ db_file "~/.mpd/database"
# On most systems, log messages will appear in /var/log/daemon.log
# then.
#
-log_file "~/.mpd/log"
+#log_file "~/.mpd/log"
#
# This setting sets the location of the file which stores the process ID
# for use of mpd --kill and some init scripts. This setting is disabled by