diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-08 23:57:34 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-08 23:57:34 +0800 |
commit | 55466d5d8ee651cda35d2c566aeba3e4864e18af (patch) | |
tree | d756f03154d2b4f7ac4e6a1cd7522cd4c9fccf17 /audio | |
parent | a859052953ebcda82bc0d8fc191c066b4da72f41 (diff) | |
download | freebsd-ports-gnome-55466d5d8ee651cda35d2c566aeba3e4864e18af.tar.gz freebsd-ports-gnome-55466d5d8ee651cda35d2c566aeba3e4864e18af.tar.zst freebsd-ports-gnome-55466d5d8ee651cda35d2c566aeba3e4864e18af.zip |
- Remove the old rc script
Diffstat (limited to 'audio')
-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" |