diff options
author | Archie Cobbs <archie@FreeBSD.org> | 2006-02-19 16:56:41 +0000 |
---|---|---|
committer | Archie Cobbs <archie@FreeBSD.org> | 2006-02-19 16:56:41 +0000 |
commit | fb303359bcfbf32077530057f556c368c03f8c2e (patch) | |
tree | 9260746d2aa3ef00244fca0e0848621e77d76d6c /net/mpd | |
parent | f392037c8973b98c4fb7b7938218d5c76bcfdd4c (diff) | |
download | ports-fb303359bcfbf32077530057f556c368c03f8c2e.tar.gz ports-fb303359bcfbf32077530057f556c368c03f8c2e.zip |
Notes
Diffstat (limited to 'net/mpd')
-rw-r--r-- | net/mpd/files/mpd.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mpd/files/mpd.sh b/net/mpd/files/mpd.sh index 0367a23c4747..a3a6ded80304 100644 --- a/net/mpd/files/mpd.sh +++ b/net/mpd/files/mpd.sh @@ -3,7 +3,7 @@ # $FreeBSD$ # # PROVIDE: mpd -# REQUIRE: NETWORKING +# REQUIRE: NETWORKING syslogd # KEYWORD: FreeBSD # # Add the following line to /etc/rc.conf to enable mpd: @@ -11,7 +11,7 @@ # mpd_enable="YES" # -mpd_flags="-b" +mpd_flags="${mpd_flags:--b}" mpd_enable="${mpd_enable-NO}" . %%RC_SUBR%% |