From dfb77e7ed987ae2261a4f9eb790a28bd4ff5d5a4 Mon Sep 17 00:00:00 2001 From: Olivier Sirol Date: Thu, 7 Sep 2000 07:03:28 +0000 Subject: [PATCH] oups --- CVSROOT/postconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CVSROOT/postconfig b/CVSROOT/postconfig index 1f3f25f5..43d415a6 100755 --- a/CVSROOT/postconfig +++ b/CVSROOT/postconfig @@ -7,7 +7,7 @@ # (C) Czo 1998,99 # This code is released under GPL # -# $Id: postconfig,v 1.22 2000/09/07 07:02:47 czo Exp $ +# $Id: postconfig,v 1.23 2000/09/07 07:03:28 czo Exp $ # @@ -75,10 +75,10 @@ echo "http://www-asim.lip6.fr/alliance/mailing-lists/" ) >> "$TMPFILE" pwd -cat $TMPFILE +# cat $TMPFILE -# cat "$TMPFILE" >> $CVSROOT/CVSROOT/log-commit -# cat "$TMPFILE" | mail -s "ALC : $MAIL_SUBJECT" alliance-programmers@asim.lip6.fr +cat "$TMPFILE" >> $CVSROOT/CVSROOT/log-commit +cat "$TMPFILE" | mail -s "ALC : $MAIL_SUBJECT" alliance-programmers@asim.lip6.fr # find cvsroot -type d | xargs chmod g+s