media-plugins/vdr-live: rm obsolete files confd, rc-addon.sh
authorJoerg Bornkessel <hd_brummy@gentoo.org>
Thu, 13 Feb 2020 20:25:55 +0000 (21:25 +0100)
committerJoerg Bornkessel <hd_brummy@gentoo.org>
Thu, 13 Feb 2020 20:35:29 +0000 (21:35 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
media-plugins/vdr-live/files/confd [deleted file]
media-plugins/vdr-live/files/rc-addon.sh [deleted file]

diff --git a/media-plugins/vdr-live/files/confd b/media-plugins/vdr-live/files/confd
deleted file mode 100644 (file)
index b96f069..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-# configuration of vdr-live
-
-# use this portnumber
-LIVE_PORT="8008"
-
-# bind to these IP addresses
-LIVE_BIND_IPS="127.0.0.1"
-
diff --git a/media-plugins/vdr-live/files/rc-addon.sh b/media-plugins/vdr-live/files/rc-addon.sh
deleted file mode 100644 (file)
index f637736..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-plugin_pre_vdr_start() {
-       if [ -n "${LIVE_PORT}" ]; then
-               add_plugin_param "-p ${LIVE_PORT}"
-       fi
-
-       local ip
-       for ip in ${LIVE_BIND_IPS}; do
-               add_plugin_param "-i ${ip}"
-       done
-}
-