#! /bin/sh
# act.to.times [file...] - turn an active file into a active.times file inaccurately
# =()<. ${NEWSCONFIG-@<NEWSCONFIG>@}>()=
. ${NEWSCONFIG-/var/lib/news/bin/config}
# export NEWSCTL NEWSBIN NEWSARTS
PATH=$NEWSCTL/bin:$NEWSBIN:$NEWSPATH ; export PATH
umask $NEWSUMASK

now=`getdate now`
cat $* | sed "s/ .*/ $now unknown/"
