]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update RELEASENOTES.md 2.8.4.7
authorMike Brady <mikebrady@eircom.net>
Thu, 18 Aug 2016 11:51:18 +0000 (12:51 +0100)
committerGitHub <noreply@github.com>
Thu, 18 Aug 2016 11:51:18 +0000 (12:51 +0100)
RELEASENOTES.md

index 88ee6c2552cab955c5432b266c53869fe58e8d6f..63cd78d8d2c14cf104f95c03168a2b038f1dcdee 100644 (file)
@@ -1,6 +1,7 @@
 Version 2.8.4.7 – Development Version
 ----
-**Pesky Changes You Cannot Ignore**
+Pesky Changes You Cannot Ignore
+====
 
 * This update means the build process now uses the directory path `sysconfdir` to determine where to place the configuration file `shairport-sync.conf`. The default value for `sysconfdir` is `/usr/local/etc` which is used in the BSD family, whereas `/etc` is normally used in Linux. So, to retain the present behaviour of Shairport Sync, you must add an extra parameter to the `./configure... ` command. The parameter you must add is `--sysconfdir=/etc`. (This has been added to the sample configuration command line in README.md.)
 * Shairport Sync has been updated to use the value of `sysconfdir` to determine where to look for the configuration file. If `sysconfdir` has been left with its default value of `/usr/local/etc`, then Shairport Sync will look for `/usr/local/etc/shairport-sync.conf`. If, as recommended for Linux, `sysconfdir` has been set to `/etc`, then Shairport Sync will look, as before, for `/etc/shairport-sync.conf`.