]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Explain when ARGS and EMAIL_ARGS are used.
authorAndrew Ruthven <andrew@etc.gen.nz>
Tue, 17 Jun 2008 21:15:15 +0000 (09:15 +1200)
committerAndrew Ruthven <andrew@cerberus.etc.gen.nz>
Tue, 17 Jun 2008 21:15:15 +0000 (09:15 +1200)
debian/postinst

index c5f6908ef0c5b96aeec0fbecd5c8c0569a62a54b..072bd811ce1a930f53fbb88867d4af08b0046907 100644 (file)
@@ -30,7 +30,7 @@ case "$1" in
     db_get $PACKAGE/email
     EMAIL="${RET:-none}"
 
-    EMAIL_ARGS="${EMAIL_ARGS:--email-only-on-alert}"
+    EMAIL_ARGS="${EMAIL_ARGS:---email-only-on-alert}"
 
     cat <<_eof > $DEBIANCONFIG
 # $PACKAGE Debian configuration
@@ -53,6 +53,7 @@ HOST=$HOST
 
 # ARGS:
 #  Any extra arguments to pass to mythtv-status (i.e., -e and/or -d).
+#  This is used by /etc/init.d/mythtv-status script.
 ARGS=$ARGS
 
 # EMAIL:
@@ -63,6 +64,7 @@ EMAIL=$EMAIL
 
 # EMAIL_ARGS:
 #  Command line arguments that are used when sending the daily email.
+#  This is used by /etc/cron.daily/mythtv-status script.
 EMAIL_ARGS=$EMAIL_ARGS
 _eof