[Nagiosplug-checkins] CVS: nagiosplug/tools sfwebcron,1.1,1.2
Ton Voon
tonvoon at users.sourceforge.net
Sat Jun 28 18:37:02 CEST 2003
Update of /cvsroot/nagiosplug/nagiosplug/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv24204
Modified Files:
sfwebcron
Log Message:
Fixed so goes to correct web area
Index: sfwebcron
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/tools/sfwebcron,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** sfwebcron 29 Jun 2003 01:07:53 -0000 1.1
--- sfwebcron 29 Jun 2003 01:36:12 -0000 1.2
***************
*** 2,6 ****
# sfwebcron
! # To update the developers-guidelines.html and put in main area
#
# Install in cron with something like:
--- 2,6 ----
# sfwebcron
! # To update the developers-guidelines.html and put in html area
#
# Install in cron with something like:
***************
*** 12,17 ****
PROJECT=nagiosplug
IN=${HOME}/tmp_sfwebcron
! OUT="/home/groups/n/na/nagiosplug/htdocs/ton"
! DS=`date -u +%Y%m%d%H%M`
# Get latest dev guildelines
--- 12,16 ----
PROJECT=nagiosplug
IN=${HOME}/tmp_sfwebcron
! OUT="/home/groups/n/na/nagiosplug/htdocs"
# Get latest dev guildelines
***************
*** 25,32 ****
# Is the dev guidelines updated?
- touch now
make
! if [[ developer-guidelines.html -nt now ]] ; then
cp developer-guidelines.html developer-guidelines.sgml $OUT
fi
- rm now
--- 24,29 ----
# Is the dev guidelines updated?
make
! if [[ developer-guidelines.html -nt $OUT/developer-guidelines.html ]] ; then
cp developer-guidelines.html developer-guidelines.sgml $OUT
fi
More information about the Commits
mailing list