diff options
author | triaxx <triaxx@pkgsrc.org> | 2022-07-12 20:16:48 +0000 |
---|---|---|
committer | triaxx <triaxx@pkgsrc.org> | 2022-07-12 20:16:48 +0000 |
commit | e927cdf18ed1f65075c112f3db69d86c5cf49e3c (patch) | |
tree | dad24408c4a8dbb25f2c763f3150f1b85a341bad /audio/musicpd | |
parent | 7b01818e914b5def762f89d977607088c1a7b902 (diff) | |
download | pkgsrc-e927cdf18ed1f65075c112f3db69d86c5cf49e3c.tar.gz |
musicpd: Add patch forgotten in the previous commit
Diffstat (limited to 'audio/musicpd')
-rw-r--r-- | audio/musicpd/patches/patch-doc_mpd.conf.5.rst | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/audio/musicpd/patches/patch-doc_mpd.conf.5.rst b/audio/musicpd/patches/patch-doc_mpd.conf.5.rst new file mode 100644 index 00000000000..901c6d2ed9d --- /dev/null +++ b/audio/musicpd/patches/patch-doc_mpd.conf.5.rst @@ -0,0 +1,24 @@ +$NetBSD: patch-doc_mpd.conf.5.rst,v 1.1 2022/07/12 20:16:48 triaxx Exp $ + +Fix the sysconfdir path. + +--- doc/mpd.conf.5.rst.orig 2022-07-08 23:05:38.000000000 +0000 ++++ doc/mpd.conf.5.rst +@@ -9,7 +9,7 @@ DESCRIPTION + :file:`mpd.conf` is the configuration file for :manpage:`mpd(1)`. If + not specified on the command line, MPD first searches for it at + :file:`$XDG_CONFIG_HOME/mpd/mpd.conf` then at :file:`~/.mpdconf` then +-at :file:`~/.mpd/mpd.conf` and then in :file:`/etc/mpd.conf`. ++at :file:`~/.mpd/mpd.conf` and then in :file:`@PKG_SYSCONFDIR@/etc/mpd.conf`. + + Each line in the configuration file contains a setting name and its value, e.g.: + +@@ -184,7 +184,7 @@ FILES + :file:`$XDG_CONFIG_HOME/mpd/mpd.conf` + User configuration file (usually :file:`~/.config/mpd/mpd.conf`). + +-:file:`/etc/mpd.conf` ++:file:`@PKG_SYSCONFDIR@/etc/mpd.conf` + Global configuration file. + + SEE ALSO |