exconf: Comment formerly required files.

This commit is contained in:
Avuton Olrich 2009-03-29 10:58:10 -07:00 committed by Max Kellermann
parent 3836dcf59b
commit b964480767

View File

@ -6,20 +6,20 @@
# This setting controls the top directory which MPD will search to discover the # 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. # 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 # This setting sets the MPD internal playlist directory. The purpose of this
# directory is storage for playlists created by MPD. The server will use # 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 # playlist files not created by the server but only if they are in the MPD
# format. # format.
# #
playlist_directory "~/.mpd/playlists" #playlist_directory "~/.mpd/playlists"
# #
# This setting sets the location of the MPD database. This file is used to # 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 # load the database at server start up and store the database while the
# server is not up. # 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 settings are the locations for the daemon log files for the daemon.
# These logs are great for troubleshooting, depending on your log_level # 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 # On most systems, log messages will appear in /var/log/daemon.log
# then. # then.
# #
log_file "~/.mpd/log" #log_file "~/.mpd/log"
# #
# This setting sets the location of the file which stores the process ID # 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 # for use of mpd --kill and some init scripts. This setting is disabled by