From aa0a39120e49e201656e62310a808c34327324a2 Mon Sep 17 00:00:00 2001 From: The Alliance Tool Date: Mon, 12 Jul 1999 16:32:33 +0000 Subject: [PATCH] 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 --- CVSROOT/loginfo | 2 +- CVSROOT/notify | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CVSROOT/loginfo b/CVSROOT/loginfo index f66e62be..e6ccefd1 100644 --- a/CVSROOT/loginfo +++ b/CVSROOT/loginfo @@ -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 diff --git a/CVSROOT/notify b/CVSROOT/notify index 7e290c1e..100aa588 100644 --- a/CVSROOT/notify +++ b/CVSROOT/notify @@ -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"