1. 20 Sep, 2021 4 commits
  2. 10 Sep, 2021 1 commit
  3. 08 Sep, 2021 2 commits
  4. 06 Sep, 2021 1 commit
    • iconoclasthero's avatar
      Update user.rst · 15f419e1
      iconoclasthero authored
      NB: Check the sysconfdir setting to determine where mpd will look for mpd.conf; if you expect mpd to look for /etc/mpd.conf the sysconfdir must be '/etc' (i.e., not 'etc' which will result in mpd looking for /usr/local/etc/mpd.conf):
       
      .. code-block:: none
       
       meson configure output/release |grep sysconfdir
      
      If this is not /etc (or another path you wish to specify):
      
      .. code-block:: none
      
       $ meson configure output/release -Dsysconfdir='/etc' ; meson configure output/release |grep syscon
        sysconfdir              /etc                                               Sysconf data directory
      15f419e1
  5. 29 Aug, 2021 1 commit
  6. 28 Aug, 2021 4 commits
  7. 27 Aug, 2021 13 commits
  8. 26 Aug, 2021 9 commits
  9. 24 Aug, 2021 5 commits