]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Debian - Allow passing extra arguments to mythtv-status in the init script.
authorAndrew Ruthven <andrew@cerberus.etc.gen.nz>
Fri, 16 Nov 2007 06:08:30 +0000 (19:08 +1300)
committerAndrew Ruthven <andrew@cerberus.etc.gen.nz>
Fri, 16 Nov 2007 06:08:30 +0000 (19:08 +1300)
debian/init.d
debian/postinst

index 3012c80e0712bf258c2b438760865add16f927a0..4113d206cb5f4ac0d8160d615d8c9b592214cd8a 100644 (file)
@@ -72,7 +72,7 @@ case "$1" in
 
     cp /var/run/motd.orig /var/run/motd.new
 
-    if $DAEMON -h $HOST >> /var/run/motd.new
+    if $DAEMON $ARGS -h $HOST >> /var/run/motd.new
     then
       mv /var/run/motd.new /var/run/motd
     fi
index 863b8fee239af950046899ee13be665c5bf2a894..fc12623c2b49c605d9d06f772a2fbd952eeef384 100644 (file)
@@ -45,6 +45,10 @@ RUN=$RUN
 # HOST:
 #  What host should be check the status on?
 HOST=$HOST
+
+# ARGS:
+#  Any extra arguments to pass to mythtv-status (i.e., -e and/or -d).
+ARGS=$ARGS
 _eof
 
     db_stop