> The problem is that set -x sends its reports with exit code 0 regardless > of the mail log summary itself being run and mailed to me. For example, I > just ran /etc/cron.daily/1pflogsumm from the command line. The results of > 'set -x' immediately appeard in the terminal. However, neither this result > nor the mail log summary is in my inbox.
you wouldn't see the email for the set -x output, that only happens when run via cron because stdout/stderr is emailed to you. does that log output you just got show that the real pglogsum is being run? if you have that output still, paste it to us. _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
