changement du nom de la mailing list

This commit is contained in:
Olivier Sirol 2002-09-09 09:09:22 +00:00
parent 8bf666fc01
commit eb9f354878
2 changed files with 8 additions and 8 deletions

View File

@ -4,11 +4,11 @@
# Copyright (C) 1999, 2000 Czo <Olivier.Sirol@lip6.fr> # Copyright (C) 1999, 2000 Czo <Olivier.Sirol@lip6.fr>
# License: GPL (http://www.gnu.org/copyleft/gpl.html) # License: GPL (http://www.gnu.org/copyleft/gpl.html)
# Started: Sept 1999 # Started: Sept 1999
# Last Change: Tuesday 12 February 2002, 16:29 # Last Change: Monday 09 September 2002, 11:08
# Edit Time: 1:34:49 # Edit Time: 1:35:01
# Description: # 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.$$ TMPFILE=cvslog.$$
@ -74,7 +74,7 @@ cvs diff -kk -l -D "5 min ago" $MODIFIED_FILES | head -50
# cat $TMPFILE # 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 # find cvsroot -type d | xargs chmod g+s
# devrait marcher... # devrait marcher...

View File

@ -4,11 +4,11 @@
# Copyright (C) 1999, 2000 Czo <Olivier.Sirol@lip6.fr> # Copyright (C) 1999, 2000 Czo <Olivier.Sirol@lip6.fr>
# License: GPL (http://www.gnu.org/copyleft/gpl.html) # License: GPL (http://www.gnu.org/copyleft/gpl.html)
# Started: Sept 1999 # Started: Sept 1999
# Last Change: Monday 06 May 2002, 15:38 # Last Change: Monday 09 September 2002, 11:09
# Edit Time: 1:45:15 # Edit Time: 1:45:24
# Description: # 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, # The arguments passed to the command are, in order,
@ -36,7 +36,7 @@ shift
echo "$*" ) > "$TMPFILE" 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 rm -f "$TMPFILE" dummy
) > /dev/null 2>&1 & ) > /dev/null 2>&1 &