From 81ff8145da5bfbca4d571a69e021c3403e8d64c5 Mon Sep 17 00:00:00 2001 From: Alejandro Pulver Date: Sat, 17 Feb 2007 04:50:11 +0000 Subject: - Pass "-p ${pidfile}" parameter before "${mpd_flags}" in rc.d script. PR: ports/109096 Submitted by: Volker Werth Approved by: Alexander Motin (maintainer) --- net/mpd5/files/mpd4.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/mpd5') diff --git a/net/mpd5/files/mpd4.sh.in b/net/mpd5/files/mpd4.sh.in index c6772ccfb593..acc229458c4e 100644 --- a/net/mpd5/files/mpd4.sh.in +++ b/net/mpd5/files/mpd4.sh.in @@ -38,7 +38,7 @@ case "${mpd_flags}" in exit 1 ;; *) - command_args="${mpd_flags} -p ${pidfile}" + command_args="-p ${pidfile} ${mpd_flags}" ;; esac -- cgit v1.2.3