You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-plugins/vdr-wapd/files/rc-addon.sh

11 lines
157 B

# $Id$
#
# rc-addon-script for plugin wapd
#
# Joerg Bornkessel hd_brummy@gentoo.org
plugin_pre_vdr_start() {
add_plugin_param "-p ${WAPD_PORT:=8888}"
}