Index: doc/mpdconf.example
--- doc/mpdconf.example.orig
+++ doc/mpdconf.example
@@ -12,6 +12,7 @@
 #
 #music_directory		"$XDG_MUSIC_DIR"
 #music_directory		"~/music"
+music_directory		"/please-configure-your-music_directory"
 #
 # This setting sets the MPD internal playlist directory. The purpose of this
 # directory is storage for playlists created by MPD. The server will use
@@ -20,6 +21,7 @@
 #
 #playlist_directory		"$XDG_CONFIG_HOME/mpd/playlists"
 #playlist_directory		"~/.mpd/playlists"
+playlist_directory			"/var/spool/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
@@ -29,6 +31,7 @@
 #
 #db_file			"$XDG_CACHE_HOME/mpd/database"
 #db_file			"~/.mpd/database"
+db_file			"/var/spool/mpd/mpd.db"
 
 # These settings are the locations for the daemon log files for the daemon.
 #
@@ -40,6 +43,7 @@
 #
 #log_file			"$XDG_CACHE_HOME/mpd/log"
 #log_file			"~/.mpd/log"
+log_file			"/var/log/mpd/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
@@ -49,6 +53,7 @@
 #
 #pid_file			"$XDG_RUNTIME_DIR/mpd/mpd.pid"
 #pid_file			"~/.mpd/pid"
+pid_file			"/var/spool/mpd/mpd.pid"
 
 # This setting sets the location of the file which contains information about
 # most variables to get MPD back into the same general shape it was in before
@@ -57,12 +62,14 @@
 #
 #state_file			"$XDG_RUNTIME_DIR/mpd/state"
 #state_file			"~/.mpd/state"
+state_file			"/var/spool/mpd/mpdstate"
 #
 # The location of the sticker database.  This is a database which
 # manages dynamic information attached to songs.
 #
 #sticker_file			"$XDG_CACHE_HOME/sticker.sql"
 #sticker_file			"~/.mpd/sticker.sql"
+sticker_file			"/var/spool/mpd/sticker.sql"
 #
 ###############################################################################
 
@@ -74,7 +81,7 @@
 # initialization. This setting is disabled by default and MPD is run as the
 # current user.
 #
-#user				"nobody"
+user                            "_mpd"
 #
 # This setting specifies the group that MPD will run as. If not specified
 # primary group of user specified with "user" setting will be used (if set).
@@ -94,7 +101,10 @@
 # And for Unix Socket
 #bind_to_address		"$XDG_RUNTIME_DIR/mpd/socket"
 #bind_to_address		"~/.mpd/socket"
+#bind_to_address		"/var/run/mpd/socket"
 #
+bind_to_address			"localhost"
+#
 # This setting is the TCP port that is desired for the daemon to get assigned
 # to.
 #
@@ -339,11 +349,11 @@ input {
 #
 # An example of an sndio output.
 #
-#audio_output {
-#	type		"sndio"
-#	name		"sndio output"
-#	mixer_type	"hardware"
-#}
+audio_output {
+	type		"sndio"
+	name		"sndio output"
+	mixer_type	"hardware"
+}
 #
 # An example of an OS X output:
 #
