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 | |
parent | Prune expired certificates (including one that will expire in 4 days during (diff) |
Some fixes to the rc.d startup script.
Submitted by: Michael Proto <mike@jellydonut.org>
PR: ports/93486
Diffstat (limited to '')
-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%% |