]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
We no longer need to install mythtv-update-motd on Debian as it isn't used there.
authorAndrew Ruthven <andrew@cerberus.etc.gen.nz>
Fri, 16 Nov 2007 00:19:15 +0000 (13:19 +1300)
committerAndrew Ruthven <andrew@cerberus.etc.gen.nz>
Fri, 16 Nov 2007 00:21:47 +0000 (13:21 +1300)
Also, update the init script to use the updated $DAEMON removing all
mention of mythtv-update-motd from the init script.

debian/init.d
debian/install

index 56202de1873fb4be5d05e99f85fcef3dc981eed9..3012c80e0712bf258c2b438760865add16f927a0 100644 (file)
 
 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 
-DAEMON=/usr/sbin/mythtv-update-motd # 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
+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
@@ -72,11 +72,10 @@ case "$1" in
 
     cp /var/run/motd.orig /var/run/motd.new
 
-    if mythtv-status -h $HOST >> /var/run/motd.new
+    if $DAEMON -h $HOST >> /var/run/motd.new
     then
       mv /var/run/motd.new /var/run/motd
     fi
-    #$DAEMON
     log_end_msg 0
     ;;
   stop)
index 0decc1e290894fde66ccf87f027d299283b05734..f360307e2b475a0114704b51d0998cc82cdd63aa 100644 (file)
@@ -1,2 +1 @@
 bin/mythtv-status usr/bin
-bin/mythtv-update-motd usr/share/mythtv-status