From: Andrew Ruthven Date: Tue, 17 Jun 2008 21:15:15 +0000 (+1200) Subject: Explain when ARGS and EMAIL_ARGS are used. X-Git-Tag: 0.8.0~4 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=054c6634d56c260a6a27b1836a363fee2ca25a4c;p=mythtv-status.git Explain when ARGS and EMAIL_ARGS are used. --- 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