From: Andrew Ruthven Date: Sat, 17 Nov 2007 19:03:20 +0000 (+1300) Subject: Remove some of the old boiler plate and we don't use the LOGFILE. X-Git-Tag: 0.5~32 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3e4ff3aaf2f6a45288554769df9923e7b62436a;p=mythtv-status.git Remove some of the old boiler plate and we don't use the LOGFILE. --- diff --git a/debian/init.d b/debian/init.d index 4113d20..9c9e2dc 100644 --- a/debian/init.d +++ b/debian/init.d @@ -1,10 +1,5 @@ #!/bin/sh # -# Example init.d script with LSB support. -# -# Please read this init.d carefully and modify the sections to -# adjust it to the program you want to run. -# # Copyright (c) 2007 Javier Fernandez-Sanguino # # This is free software; you may redistribute it and/or modify @@ -39,17 +34,12 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin DAEMON=/usr/bin/mythtv-status # Introduce the server's location here NAME=mythtv-status # Introduce the short server's name here DESC="MythTV Status" # Introduce a short description here -LOGDIR=/var/log/mythtv-status # Log directory to use test -x $DAEMON || exit 0 test -x $DAEMON_WRAPPER || exit 0 . /lib/lsb/init-functions -# Default options, these can be overriden by the information -# at /etc/default/$NAME -LOGFILE=$LOGDIR/$NAME.log # Server logfile - # Include defaults if available if [ -f /etc/default/$NAME ] ; then . /etc/default/$NAME