Date: Sat, 29 Aug 2020 20:15:41 +0000 (UTC) From: Eugene Grosbein <eugen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546946 - in head/net/mpd5: . files Message-ID: <202008292015.07TKFfX7096954@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eugen Date: Sat Aug 29 20:15:41 2020 New Revision: 546946 URL: https://svnweb.freebsd.org/changeset/ports/546946 Log: net/mpd5: remove required_files from startup script Name and/or location of the configuration file may be changed with mpd_flags, in which case required_files prevents starting service. It is no big deal if mpd5 started with missing configuration file because it just prints a warning to the log and exits in that case. PR: 248993 Modified: head/net/mpd5/Makefile head/net/mpd5/files/mpd5.in Modified: head/net/mpd5/Makefile ============================================================================== --- head/net/mpd5/Makefile Sat Aug 29 19:59:41 2020 (r546945) +++ head/net/mpd5/Makefile Sat Aug 29 20:15:41 2020 (r546946) @@ -3,7 +3,7 @@ PORTNAME= mpd DISTVERSION= 5.8 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/Mpd5/Mpd-${PORTVERSION} PKGNAMESUFFIX= 5 Modified: head/net/mpd5/files/mpd5.in ============================================================================== --- head/net/mpd5/files/mpd5.in Sat Aug 29 19:59:41 2020 (r546945) +++ head/net/mpd5/files/mpd5.in Sat Aug 29 20:15:41 2020 (r546946) @@ -27,7 +27,6 @@ load_rc_config ${name} pidfile="/var/run/${name}.pid" command="%%PREFIX%%/sbin/${name}" -required_files="%%PREFIX%%/etc/${name}/mpd.conf" case "${mpd_flags}" in *-p\ *)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008292015.07TKFfX7096954>