]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Emails can be limited to just alerts now, not just conflicts.
authorAndrew Ruthven <andrew@etc.gen.nz>
Mon, 24 Dec 2007 23:33:08 +0000 (12:33 +1300)
committerAndrew Ruthven <andrew@cerberus.etc.gen.nz>
Tue, 25 Dec 2007 00:20:36 +0000 (13:20 +1300)
debian/postinst
debian/templates

index 86e2e3376e2e0f0e390a8d5c1c46fef115de21ea..c5f6908ef0c5b96aeec0fbecd5c8c0569a62a54b 100644 (file)
@@ -30,7 +30,7 @@ case "$1" in
     db_get $PACKAGE/email
     EMAIL="${RET:-none}"
 
-    EMAIL_ARGS="${EMAIL_ARGS:--email-only-on-conflict}"
+    EMAIL_ARGS="${EMAIL_ARGS:--email-only-on-alert}"
 
     cat <<_eof > $DEBIANCONFIG
 # $PACKAGE Debian configuration
index 069fd34a7e56dd0e7d9c4e9cf29c306a46145792..454b1bc0855119f04044df884670b02faf7f72a7 100644 (file)
@@ -20,8 +20,8 @@ Default: none
 _Description: Send email status to:
  Status emails can be sent on a daily basis.
  .
- By default an email is only sent if there is a conflict.  You must have
- the MythTV Perl API installed for this to work.
+ By default an email is only sent if there are alerts.  You must have
+ the MythTV Perl API installed for conflict alerts to be generated.
  .
  To disable set the email address to "none".  To specify multiple email
  addresses, seperate them with a comma.