From eb9f35487840a6019a5d68719a2a0292740f9abd Mon Sep 17 00:00:00 2001 From: Olivier Sirol Date: Mon, 9 Sep 2002 09:09:22 +0000 Subject: [PATCH] changement du nom de la mailing list --- CVSROOT/postconfig | 8 ++++---- CVSROOT/posttaginfo | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CVSROOT/postconfig b/CVSROOT/postconfig index b8b1d017..a3079d64 100755 --- a/CVSROOT/postconfig +++ b/CVSROOT/postconfig @@ -4,11 +4,11 @@ # Copyright (C) 1999, 2000 Czo # License: GPL (http://www.gnu.org/copyleft/gpl.html) # Started: Sept 1999 -# Last Change: Tuesday 12 February 2002, 16:29 -# Edit Time: 1:34:49 +# Last Change: Monday 09 September 2002, 11:08 +# Edit Time: 1:35:01 # Description: # -# $Id: postconfig,v 1.55 2002/02/12 15:34:22 czo Exp $ +# $Id: postconfig,v 1.56 2002/09/09 09:09:22 czo Exp $ # TMPFILE=cvslog.$$ @@ -74,7 +74,7 @@ cvs diff -kk -l -D "5 min ago" $MODIFIED_FILES | head -50 # cat $TMPFILE -cat "$TMPFILE" | mail -s "ALC : $MAIL_SUBJECT" alliance-programmers@asim.lip6.fr +cat "$TMPFILE" | mail -s "ALC : $MAIL_SUBJECT" alliance-cvs@asim.lip6.fr # find cvsroot -type d | xargs chmod g+s # devrait marcher... diff --git a/CVSROOT/posttaginfo b/CVSROOT/posttaginfo index 78c81b1d..acbb9e86 100755 --- a/CVSROOT/posttaginfo +++ b/CVSROOT/posttaginfo @@ -4,11 +4,11 @@ # Copyright (C) 1999, 2000 Czo # License: GPL (http://www.gnu.org/copyleft/gpl.html) # Started: Sept 1999 -# Last Change: Monday 06 May 2002, 15:38 -# Edit Time: 1:45:15 +# Last Change: Monday 09 September 2002, 11:09 +# Edit Time: 1:45:24 # Description: # -# $Id: posttaginfo,v 1.2 2002/05/06 13:39:02 czo Exp $ +# $Id: posttaginfo,v 1.3 2002/09/09 09:09:22 czo Exp $ # # # The arguments passed to the command are, in order, @@ -36,7 +36,7 @@ shift echo "$*" ) > "$TMPFILE" -cat "$TMPFILE" | mail -s "ALC : $MAIL_SUBJECT" alliance-programmers@asim.lip6.fr +cat "$TMPFILE" | mail -s "ALC : $MAIL_SUBJECT" alliance-cvs@asim.lip6.fr rm -f "$TMPFILE" dummy ) > /dev/null 2>&1 &