From: Andrew Ruthven Date: Mon, 24 Dec 2007 23:33:08 +0000 (+1300) Subject: Emails can be limited to just alerts now, not just conflicts. X-Git-Tag: 0.6.2~6 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76972a1063e693e0b4e9e6e4db799a99c6faf71a;p=mythtv-status.git Emails can be limited to just alerts now, not just conflicts. --- diff --git a/debian/postinst b/debian/postinst index 86e2e33..c5f6908 100644 --- a/debian/postinst +++ b/debian/postinst @@ -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 diff --git a/debian/templates b/debian/templates index 069fd34..454b1bc 100644 --- a/debian/templates +++ b/debian/templates @@ -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.