From 054c6634d56c260a6a27b1836a363fee2ca25a4c Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Wed, 18 Jun 2008 09:15:15 +1200 Subject: [PATCH] Explain when ARGS and EMAIL_ARGS are used. --- debian/postinst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index c5f6908..072bd81 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-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 -- 2.30.2