Package: mpc Version: 0.11.1-2.1 Severity: minor Tags: patch The manpage specifies that the default port is 2100, unless MPD_PORT is set or this is changed at compile-time. It appears that the default has been changed at compile-time to be 6600, which is the default for mpd (at least in Debian).
I attach the trivial patch to the manpage. -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (990, 'testing'), (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.10-pm666 Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Versions of packages mpc depends on: ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an -- no debconf information
10c10 < By default, mpc connects to localhost:2100. This can be changed either at compile-time, or by exporting the MPD_HOST and MPD_PORT environment variables. --- > By default, mpc connects to localhost:6600. This can be changed either at > compile-time, or by exporting the MPD_HOST and MPD_PORT environment variables. 12c12 < $ export MPD_HOST=localhost && export MPD_PORT=2100 --- > $ export MPD_HOST=localhost && export MPD_PORT=6600