From: Adam Sutton Date: Wed, 10 Apr 2013 15:37:53 +0000 (+0100) Subject: init: remove TVH_TRACE option, users can do that one manually X-Git-Tag: v3.9~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa0e5b1219b7193976e36254654cfd1f7b21d30c;p=thirdparty%2Ftvheadend.git init: remove TVH_TRACE option, users can do that one manually --- diff --git a/debian/tvheadend.default b/debian/tvheadend.default index 1fda3e625..29b6dbef8 100644 --- a/debian/tvheadend.default +++ b/debian/tvheadend.default @@ -47,10 +47,6 @@ TVH_HTSP_PORT="" # if set to 1 will output debug to syslog TVH_DEBUG=0 -# TVH_TRACE -# enable trace in subsystems -TVH_TRACE="" - # TVH_DELAY # if set startup will be delayed N seconds to allow hardware init TVH_DELAY="" diff --git a/debian/tvheadend.init b/debian/tvheadend.init index 5c93f8bbd..b4aea9cbd 100644 --- a/debian/tvheadend.init +++ b/debian/tvheadend.init @@ -38,7 +38,6 @@ ARGS="-f" [ -z "$TVH_HTTP_ROOT" ] || ARGS="$ARGS --http_root $TVH_HTTP_ROOT" [ -z "$TVH_HTSP_PORT" ] || ARGS="$ARGS --htsp_port $TVH_HTSP_PORT" [ "$TVH_DEBUG" = "1" ] && ARGS="$ARGS -s" -[ -z "$TVH_TRACE" ] || ARGS="$ARGS --trace $TVH_TRACE" # Load the VERBOSE setting and other rcS variables [ -f /etc/default/rcS ] && . /etc/default/rcS diff --git a/debian/tvheadend.upstart b/debian/tvheadend.upstart index 745b373fe..a5d704045 100644 --- a/debian/tvheadend.upstart +++ b/debian/tvheadend.upstart @@ -27,7 +27,6 @@ script [ -z "$TVH_HTTP_ROOT" ] || ARGS="$ARGS --http_root $TVH_HTTP_ROOT" [ -z "$TVH_HTSP_PORT" ] || ARGS="$ARGS --htsp_port $TVH_HTSP_PORT" [ "$TVH_DEBUG" = "1" ] && ARGS="$ARGS -s" - [ -z "$TVH_TRACE" ] || ARGS="$ARGS --trace $TVH_TRACE" [ ! -z "$TVH_DELAY" ] && sleep $TVH_DELAY