зеркало из https://github.com/mozilla/pjs.git
Changing URLs
This commit is contained in:
Родитель
3baa51359e
Коммит
5197372c2e
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче