From b3e4ff3aaf2f6a45288554769df9923e7b62436a Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Sun, 18 Nov 2007 08:03:20 +1300 Subject: [PATCH] Remove some of the old boiler plate and we don't use the LOGFILE. --- debian/init.d | 10 ---------- 1 file changed, 10 deletions(-) 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 -- 2.30.2