View | Details | Raw Unified | Return to bug 93486
Collapse All | Expand All

(-)mpd.sh Tue Feb 7 14:45:28 2006 (-2 / +2 lines)
Lines 3-9 Link Here
3
# $FreeBSD: ports/net/mpd/files/mpd.sh,v 1.3 2006/01/07 06:29:53 dougb Exp $
3
# $FreeBSD: ports/net/mpd/files/mpd.sh,v 1.3 2006/01/07 06:29:53 dougb Exp $
4
#
4
#
5
# PROVIDE: mpd
5
# PROVIDE: mpd
6
# REQUIRE: NETWORKING
6
# REQUIRE: NETWORKING syslogd
7
# KEYWORD: FreeBSD
7
# KEYWORD: FreeBSD
8
#
8
#
9
# Add the following line to /etc/rc.conf to enable mpd:
9
# Add the following line to /etc/rc.conf to enable mpd:
Lines 11-17 Link Here
11
# mpd_enable="YES"
11
# mpd_enable="YES"
12
#
12
#
13
13
14
mpd_flags="-b"
14
mpd_flags="${mpd_flags:--b}"
15
mpd_enable="${mpd_enable-NO}"
15
mpd_enable="${mpd_enable-NO}"
16
16
17
. /etc/rc.subr
17
. /etc/rc.subr

Return to bug 93486