Date: Fri, 8 Nov 2019 23:52:37 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517093 - in head/audio/spotifyd: . files Message-ID: <201911082352.xA8NqbWk068335@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Fri Nov 8 23:52:37 2019 New Revision: 517093 URL: https://svnweb.freebsd.org/changeset/ports/517093 Log: audio/spotifyd: fix rc script args PR: 241680 Approved by: tobik (maintainer) Modified: head/audio/spotifyd/Makefile (contents, props changed) head/audio/spotifyd/files/spotifyd.in Modified: head/audio/spotifyd/Makefile ============================================================================== --- head/audio/spotifyd/Makefile Fri Nov 8 23:01:12 2019 (r517092) +++ head/audio/spotifyd/Makefile Fri Nov 8 23:52:37 2019 (r517093) @@ -3,7 +3,7 @@ PORTNAME= spotifyd DISTVERSIONPREFIX= v DISTVERSION= 0.2.20 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MAINTAINER= tobik@FreeBSD.org Modified: head/audio/spotifyd/files/spotifyd.in ============================================================================== --- head/audio/spotifyd/files/spotifyd.in Fri Nov 8 23:01:12 2019 (r517092) +++ head/audio/spotifyd/files/spotifyd.in Fri Nov 8 23:52:37 2019 (r517093) @@ -30,7 +30,7 @@ load_rc_config $name pidfile="/var/run/${name}/${name}.pid" procname="%%PREFIX%%/bin/${name}" command="/usr/sbin/daemon" -command_args="-S -m 3 -s info -l daemon -p ${pidfile} ${procname} --no-daemon -c ${spotifyd_config} ${spotifyd_args}" +command_args="-S -m 3 -s info -l daemon -p ${pidfile} ${procname} --no-daemon --config-path ${spotifyd_config} ${spotifyd_args}" spotifyd_precmd() {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911082352.xA8NqbWk068335>