From 76972a1063e693e0b4e9e6e4db799a99c6faf71a Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Tue, 25 Dec 2007 12:33:08 +1300 Subject: [PATCH] Emails can be limited to just alerts now, not just conflicts. --- debian/postinst | 2 +- debian/templates | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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. -- 2.30.2