[2739] in RedHat Linux List
INN expire probs
daemon@ATHENA.MIT.EDU (Tim Hockin)
Tue Nov 5 09:36:24 1996
From: Tim Hockin <thockin@eagle.ais.net>
To: redhat-list@redhat.com (Red Hat List)
Date: Tue, 5 Nov 1996 08:25:37 -0600 (CST)
Resent-From: redhat-list@redhat.com
Reply-To: redhat-list@redhat.com
Calling INN maintainers....
I keep getting a problem expiring files. It flags lotsa files for
deletion, but not get removed.
I see this in expirerm, and I am curious.
eval "cd ${SPOOL} \
&& ${RMPROC} <$1 \
&& mv $1 ${MOST_LOGS}/expire.list"
if [ -f $1 ] ; then
echo "Expire had problems removing articles on `hostname`" \
| eval ${MAIL}
exit 1
fi
Should that not say
if [ ! -f $1 ] ; then ??
Or what should I look for wit this problem? I cannot find it in the FAQ...
--
Tim Hockin
thockin@ais.net
This program has been brought to you by the language C and the number F.
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
________________________________________________________________________
http://www.redhat.com/RedHat-FAQ http://www.redhat.com/RedHat-Errata
http://www.redhat.com/RedHat-Tips http://www.redhat.com/mailing-lists
------------------------------------------------------------------------
To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null