File:  [CSRG BSD Unix] / 43BSDTahoe / usr.bin / uucp / UUAIDS / clean.weekly
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:57 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43tahoe
BSD 4.3tahoe

#!/bin/csh -f
#
# Once a week, produce a report and mail to people
#
set people=( postmaster usenet )
set spooldir=/usr/spool/uucp
set archdir=uucplog.archives

cd $spooldir/$archdir
nice +5 awk -f /usr/lib/uucp/sys_awk SYSLOG.[0-6] >& weekly_report
Mail -s "Weekly UUCP Report" $people < weekly_report

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.