This commit is contained in:
risto%netscape.com 2000-03-01 23:11:38 +00:00
Родитель 3baa51359e
Коммит 5197372c2e
2 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -32,9 +32,9 @@
changes to<BR>this directory<BR>in the last:
</TD>
<TD NOWRAP>
<A HREF="http://cvs-mirror.mozilla.org/webtools/bonsai/cvsquery.cgi?branch=HEAD&file=mozilla$pathname&date=day">day</A><BR>
<A HREF="http://cvs-mirror.mozilla.org/webtools/bonsai/cvsquery.cgi?branch=HEAD&file=mozilla$pathname&date=week">week</A><BR>
<A HREF="http://cvs-mirror.mozilla.org/webtools/bonsai/cvsquery.cgi?branch=HEAD&file=mozilla$pathname&date=month">month</A><BR>
<A HREF="http://bonsai.mozilla.org/cvsquery.cgi?branch=HEAD&file=mozilla$pathname&date=day">day</A><BR>
<A HREF="http://bonsai.mozilla.org/cvsquery.cgi?branch=HEAD&file=mozilla$pathname&date=week">week</A><BR>
<A HREF="http://bonsai.mozilla.org/cvsquery.cgi?branch=HEAD&file=mozilla$pathname&date=month">month</A><BR>
</TD>
</TR>
</TABLE>

Просмотреть файл

@ -94,10 +94,10 @@ uptime
if [ -f $db_dir/update.log ]
then
ERROR=`grep "server aborted" $db_dir/update.log` 2>&1
ERROR=`grep "server aborted" $db_dir/update.log | grep -v grep`
if [ "$ERROR" != "" ]
then
echo $ERROR | /usr/bin/mail -s "lxr: $1 aborted" root
echo $ERROR | /usr/ucb/Mail -s "lxr: $1 aborted" root
exit
fi
fi