Subversion Repositories wimsdev

Rev

Rev 2497 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 reyssat 1
 
2
!if $job2=run
15421 bpr 3
  !appendfile wimshome/log/wimslogd.exec cd $wims_home\
4
    date '+%Y-%m-%d.%H:%M:%S' >tmp/mkindex.log\
5
    echo "Building module index..." >>tmp/mkindex.log\
6
    bin/mkindex >>tmp/mkindex.log\
7
    cat tmp/mkindex.log | mail $$w_mail_opt -s "WIMS mkindex output" $wims_site_manager \
8
    rm -f tmp/mkindex.log
9
  atdate=yes
23 reyssat 10
!endif