cvs: docweb /cron cron /cron/weekly checkent
[email protected] ("Sean Coates")
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <cvssean1106496869@cvsserver> |
sean Sun Jan 23 11:14:29 2005 EDT
Modified files:
/docweb/cron cron
/docweb/cron/weekly checkent
Log:
moved bitbucket redirect
http://cvs.php.net/diff.php/docweb/cron/cron?r1=1.3&r2=1.4&ty=u
Index: docweb/cron/cron
diff -u docweb/cron/cron:1.3 docweb/cron/cron:1.4
--- docweb/cron/cron:1.3 Fri Jan 21 10:25:11 2005
+++ docweb/cron/cron Sun Jan 23 11:14:28 2005
@@ -1,6 +1,7 @@
#!/usr/local/bin/bash
CRONSETPATH=`dirname $0`/$1
+OUTPUT=/dev/null
if [ -d $CRONSETPATH ]
then
@@ -11,7 +12,7 @@
do
if [ -f ./$job ] && [ -x ./$job ]
then
- ./$job
+ ./$job > $OUTPUT
fi
done
http://cvs.php.net/diff.php/docweb/cron/weekly/checkent?r1=1.5&r2=1.6&ty=u
Index: docweb/cron/weekly/checkent
diff -u docweb/cron/weekly/checkent:1.5 docweb/cron/weekly/checkent:1.6
--- docweb/cron/weekly/checkent:1.5 Sun Jan 23 11:05:03 2005
+++ docweb/cron/weekly/checkent Sun Jan 23 11:14:28 2005
@@ -5,6 +5,6 @@
export NUMFORKS=10
cd ${SCRIPTSDIR}
-${PHP} checkent.php phpdoc > /dev/null
-${PHP} checkent.php peardoc > /dev/null
-${PHP} checkent.php smarty > /dev/null
+${PHP} checkent.php phpdoc
+${PHP} checkent.php peardoc
+${PHP} checkent.php smarty