: if this is run once per day, it will save the last
: weeks worth of news log files. You can, of course, comment
: out some of the lines to save less
cd /usr/lib/news
mv log.5 log.6
mv log.4 log.5
mv log.3 log.4
mv log.2 log.3
mv log.1 log.2
mv log.0 log.1
mv log log.0
cp /dev/null log
/etc/chown news log* history*
