summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Buchinger <cb-gentoo@guya.de>2018-10-23 18:49:07 +0200
committerMichał Górny <mgorny@gentoo.org>2018-10-26 14:25:11 +0200
commit70e12bfc0e59eb6b24288987a323ab18581dca91 (patch)
tree8af71e9e5ce7c1a14265b2930c05e9b7369954e3 /media-sound/snapcast/files/snapclient.initd
parentnet-im/skype: Drop old (diff)
downloadgentoo-70e12bfc0e59eb6b24288987a323ab18581dca91.tar.gz
gentoo-70e12bfc0e59eb6b24288987a323ab18581dca91.tar.bz2
gentoo-70e12bfc0e59eb6b24288987a323ab18581dca91.zip
media-sound/snapcast: Minor fixes
* Forcing -d(aemon) by moving it from confd to initd * Dropped global USE flag descriptions * Removed CMakeList patch because upstream merged it Signed-off-by: Christian Buchinger <cb-gentoo@guya.de> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10207 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-sound/snapcast/files/snapclient.initd')
-rw-r--r--media-sound/snapcast/files/snapclient.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/snapcast/files/snapclient.initd b/media-sound/snapcast/files/snapclient.initd
index df69eb2621a0..45c0c74316d6 100644
--- a/media-sound/snapcast/files/snapclient.initd
+++ b/media-sound/snapcast/files/snapclient.initd
@@ -4,7 +4,7 @@
name=snapclient
command="/usr/bin/snapclient"
-command_args="$SNAPCLIENT_USER $SNAPCLIENT_OPTS"
+command_args="-d $SNAPCLIENT_USER $SNAPCLIENT_OPTS"
pidfile="/run/snapclient/pid"
depend() {