Small correction for mpd

- fix typo
- change localhost to 127.0.0.1,
  prevents unresponsiveness to clients (reported by some users)

Tobias
Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/mpd/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile    1 Aug 2006 10:50:19 -0000       1.3
+++ Makefile    15 Aug 2006 19:01:28 -0000
@@ -3,7 +3,7 @@
 COMMENT=               "music player daemon"
 
 DISTNAME=              mpd-0.11.5
-PKGNAME=               ${DISTNAME}p0
+PKGNAME=               ${DISTNAME}p1
 CATEGORIES=            audio
 
 HOMEPAGE=              http://www.musicpd.org/
Index: patches/patch-doc_mpdconf_example
===================================================================
RCS file: /cvs/ports/audio/mpd/patches/patch-doc_mpdconf_example,v
retrieving revision 1.2
diff -u -u -r1.2 patch-doc_mpdconf_example
--- patches/patch-doc_mpdconf_example   14 Jun 2006 12:37:52 -0000      1.2
+++ patches/patch-doc_mpdconf_example   15 Aug 2006 19:01:28 -0000
@@ -58,7 +58,7 @@
  # address you want to allow connection to. 
  #
 -#bind_to_address      "localhost"
-+bind_to_address       "localhost"
++bind_to_address       "127.0.0.1"
  #
  # If you want to setup MPD to use 
  # passwords set them here
Index: pkg/MESSAGE
===================================================================
RCS file: /cvs/ports/audio/mpd/pkg/MESSAGE,v
retrieving revision 1.2
diff -u -u -r1.2 MESSAGE
--- pkg/MESSAGE 14 Jun 2006 12:37:52 -0000      1.2
+++ pkg/MESSAGE 15 Aug 2006 19:01:28 -0000
@@ -5,7 +5,7 @@
 otherwise MPD won't start.
 
 If you wish to have MPD started automatically at boot time,
-simply add the follow lines to /etc/rc.local:
+simply add the following lines to /etc/rc.local:
 
 if [ -x ${PREFIX}/sbin/mpd ]; then
         echo -n ' mpd';       ${PREFIX}/sbin/mpd

Reply via email to