]> git.pld-linux.org Git - packages/calamaris.git/commitdiff
- Removed some debugging code (echo's ;) ).
authormkochano <mkochano@pld-linux.org>
Sun, 19 Mar 2000 10:52:38 +0000 (10:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    calamaris-croniface -> 1.2

calamaris-croniface

index 142525017c2f23d1b50be1ef5657e49ff24269f5..dec6c7123e000d371968073f8e1f95ef09cce081 100644 (file)
@@ -45,7 +45,6 @@ MAIL_SUBJ="Calamaris Report"
 call_calamaris() {
        (
        for FILE in $1; do
-               echo Processing $FILE >&2
                if [[ $FILE = *.gz ]]; then
                        zcat $FILE
                else
@@ -68,7 +67,6 @@ make_stats() {
                else
                        ARG="$ARG_PLAIN"
                fi
-#              echo "Saving to $3...">&2
                call_calamaris "$1" "$ARG" > $3
        fi
 
@@ -82,12 +80,10 @@ make_stats() {
                # If statistics have to be mailed in same format as they were
                # saved we don't need to call Calamaris again.
                if [[ $2 = *save* && $SAVE_FORMAT = $SEND_FORMAT ]]; then
-#                      echo "Sending already generated report to $SEND_TO" >&2
                        (
                        cat $3
                        ) | mail -s "$MAIL_SUBJ" $SEND_TO
                else
-#                      echo "Sending to $SEND_TO" >&2
                        call_calamaris "$1" "$ARG" | mail -s "$MAIL_SUBJ" $SEND_TO
                fi
        fi
This page took 0.069498 seconds and 4 git commands to generate.