summarylogtreecommitdiffstats
path: root/snapcast.install
diff options
context:
space:
mode:
authorBart De Vries2023-02-05 14:27:28 +0100
committerBart De Vries2023-02-05 18:25:32 +0100
commit4fe1422693d24b7ec87b4aeab23b68179be32b75 (patch)
tree43f846f028de6eba9cbea54d68bb6b6ff5422f0e /snapcast.install
parent28b0482f215ab33eb3d65a3153f7a17d2f7a2ce9 (diff)
downloadaur-4fe1422693d24b7ec87b4aeab23b68179be32b75.tar.gz
Update to upstream version 0.27.0
Diffstat (limited to 'snapcast.install')
-rw-r--r--snapcast.install18
1 files changed, 12 insertions, 6 deletions
diff --git a/snapcast.install b/snapcast.install
index 769d7a801c74..f3c0c8c453e7 100644
--- a/snapcast.install
+++ b/snapcast.install
@@ -4,8 +4,11 @@ post_install() {
echo ":: The default setup will create a pipe /tmp/snapfifo."
echo " Due to recent changes in systemd, pipes in /tmp are by default only"
echo " writable by the owning user (here: sysuser snapserver)."
- echo " This is controlled by systclt fs.protected_fifos."
- echo " A possible workaround is to disable the sysctl feature by running:"
+ echo " The safest option is to change the location of the fifo to a"
+ echo " different location, e.g. /run/snapserver. This can be done by"
+ echo " editing /etc/snapserver.conf"
+ echo " Another possible workaround is to disable the sysctl feature by"
+ echo " running:"
echo " # sysctl fs.protected_fifos=0"
echo ":: Snapcast now has a built-in snapweb control client which is enabled"
echo " by default on a new setup. This functionality enables a webserver"
@@ -17,17 +20,20 @@ post_upgrade() {
echo ":: The default setup will create a pipe /tmp/snapfifo."
echo " Due to recent changes in systemd, pipes in /tmp are by default only"
echo " writable by the owning user (here: sysuser snapserver)."
- echo " This is controlled by systclt fs.protected_fifos."
- echo " A possible workaround is to disable the sysctl feature by running:"
+ echo " The safest option is to change the location of the fifo to a"
+ echo " different location, e.g. /run/snapserver. This can be done by"
+ echo " editing /etc/snapserver.conf"
+ echo " Another possible workaround is to disable the sysctl feature by"
+ echo " running:"
echo " # sysctl fs.protected_fifos=0"
echo ":: Snapcast now has a built-in snapweb control client which is enabled"
echo " by default on a new setup. This functionality enables a webserver"
- echo " on port 1780. This can be controlled by the doc_root variable in"
+ echo " on port 1780. This can be controlled by the doc_root variable in"
echo " /etc/snapserver.conf."
# return if old package version greater 10.4...
(( $(vercmp $2 '0.15.0') > 0 )) && return
-
+
echo ":: The snapserver configuration layout has changed!"
echo " -> Most of the configuration has moved from /etc/default/snapserver"
echo " to /etc/snapserver.conf."