summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorEugene Grosbein <eugen@FreeBSD.org>2020-08-29 20:15:41 +0000
committerEugene Grosbein <eugen@FreeBSD.org>2020-08-29 20:15:41 +0000
commit169ce1da86ec3257f1f04032e2970d37022cf092 (patch)
tree9595b38d74963fffea29be74e7cfeb6fe60e7ef7 /net
parentgraphics/qgis-ltr: Update to 3.10.9 (diff)
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
Notes
Notes: svn path=/head/; revision=546946
Diffstat (limited to 'net')
-rw-r--r--net/mpd5/Makefile2
-rw-r--r--net/mpd5/files/mpd5.in1
2 files changed, 1 insertions, 2 deletions
diff --git a/net/mpd5/Makefile b/net/mpd5/Makefile
index 95e6845e5344..68c52cfe7528 100644
--- a/net/mpd5/Makefile
+++ b/net/mpd5/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mpd
DISTVERSION= 5.8
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/Mpd5/Mpd-${PORTVERSION}
PKGNAMESUFFIX= 5
diff --git a/net/mpd5/files/mpd5.in b/net/mpd5/files/mpd5.in
index 01428558ce06..2b74afd08a86 100644
--- a/net/mpd5/files/mpd5.in
+++ b/net/mpd5/files/mpd5.in
@@ -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\ *)