svn commit: r546946 - in head/net/mpd5: . files
Eugene Grosbein
eugen at FreeBSD.org
Sat Aug 29 20:15:42 UTC 2020
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\ *)
More information about the svn-ports-all
mailing list