diff options
Diffstat (limited to 'audio/mpdscribble/files/mpdscribble.in')
-rw-r--r-- | audio/mpdscribble/files/mpdscribble.in | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/audio/mpdscribble/files/mpdscribble.in b/audio/mpdscribble/files/mpdscribble.in deleted file mode 100644 index d7e62fb4ed53..000000000000 --- a/audio/mpdscribble/files/mpdscribble.in +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh -# - -# PROVIDE: mpdscribble -# REQUIRE: LOGIN -# KEYWORD: shutdown - -# Add the following line to /etc/rc.conf to enable mpdscribble: -# -#mpdscribble_enable="YES" - -. /etc/rc.subr - -name=mpdscribble -rcvar=mpdscribble_enable - -command=%%PREFIX%%/bin/mpdscribble - -load_rc_config $name - -: ${mpdscribble_enable="NO"} -: ${mpdscribble_user="nobody"} - -command_args="--daemon-user ${mpdscribble_user}" - -run_rc_command "$1" |