diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-11-08 15:57:34 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-11-08 15:57:34 +0000 |
commit | 771be9e1d3f4455cac05cf1cafdd5ebcfc1e688f (patch) | |
tree | a8ac1b4ff064bba81faf89e4ba5019d126ed6946 /audio/musicpd | |
parent | - Handle dependencies properly (diff) |
- Remove the old rc script
Diffstat (limited to 'audio/musicpd')
-rw-r--r-- | audio/musicpd/files/musicpd.sh | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/audio/musicpd/files/musicpd.sh b/audio/musicpd/files/musicpd.sh deleted file mode 100644 index 8b8a5f2d93d5..000000000000 --- a/audio/musicpd/files/musicpd.sh +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh -# - -# PROVIDE: musicpd -# REQUIRE: -# BEFORE: -# KEYWORD: shutdown - -# Add the following line to /etc/rc.conf to enable mpd: -# -#musicpd_enable="YES" - -. %%RC_SUBR%% - -name=musicpd -rcvar=`set_rcvar` - -config=%%PREFIX%%/etc/mpd.conf -command=%%PREFIX%%/bin/mpd -required_files=$config - -musicpd_flags="$musicpd_flags $config" - -[ -z "$musicpd_enable" ] && musicpd_enable="NO" -[ -z "$musicpd_flags" ] && musicpd_flags= - -load_rc_config $name - -run_rc_command "$1" |