diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-02-17 04:50:11 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-02-17 04:50:11 +0000 |
commit | 81ff8145da5bfbca4d571a69e021c3403e8d64c5 (patch) | |
tree | e58b2431c47750bbc692455dd22fcda82cfdfbc9 | |
parent | 87a67e1b2b6bf0ce2774ae7c6aee5c1c6a51fd12 (diff) | |
download | ports-81ff8145da5bfbca4d571a69e021c3403e8d64c5.tar.gz ports-81ff8145da5bfbca4d571a69e021c3403e8d64c5.zip |
Notes
-rw-r--r-- | net/mpd4/files/mpd4.sh.in | 2 | ||||
-rw-r--r-- | net/mpd5/files/mpd4.sh.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/mpd4/files/mpd4.sh.in b/net/mpd4/files/mpd4.sh.in index c6772ccfb593..acc229458c4e 100644 --- a/net/mpd4/files/mpd4.sh.in +++ b/net/mpd4/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 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 |