Comme peu de gens ont mis /usr/ucb/mail en premier dans leur path

j'ai fait une petite modif pour modifier le path... j'espere que ca marchera
This commit is contained in:
The Alliance Tool 1999-07-12 16:32:33 +00:00
parent 0bd81b857a
commit aa0a39120e
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
#mail %s -s "ALC: CVS notify" alcteam@asim.lip6.fr
ALL (echo ""; who am i; echo %s; date; cat) >> $CVSROOT/CVSROOT/log-commit
ALL (echo ""; who am i; echo %s; date; cat) | mail -s "ALC : CVS loginfo" alcteam@asim.lip6.fr
ALL ( PATH=/asim/gnu/bin:/usr/ucb:${PATH} ; export PATH ; echo ""; who am i; echo %s; date; cat) | mail -s "ALC : CVS loginfo" alcteam@asim.lip6.fr
ALL (date ; cat ; (sleep 2 ; cd /users/outil1/alliance/latest ; cvs -q update -d ) &) >> $CVSROOT/CVSROOT/log-latest 2>&1
^CVSROOT (echo ""; who am i; echo %s; date; cat) >> $CVSROOT/CVSROOT/log-cvsroot

View File

@ -12,5 +12,5 @@
#ALL mail %s -s "CVS notification"
ALL mail %s -s "ALC : CVS notify"
ALL PATH=/asim/gnu/bin:/usr/ucb:${PATH} ; export PATH ; mail %s -s "ALC : CVS notify"