From d6c73f1acffe046aeb2b97b489b6b17b06a56256 Mon Sep 17 00:00:00 2001 From: Olivier Sirol Date: Thu, 23 Sep 1999 18:44:00 +0000 Subject: [PATCH] pour ludo 7 --- CVSROOT/loginfo | 2 +- CVSROOT/postconfig | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CVSROOT/loginfo b/CVSROOT/loginfo index 0e3db8e4..e9692bc3 100644 --- a/CVSROOT/loginfo +++ b/CVSROOT/loginfo @@ -21,6 +21,6 @@ #^CVSROOT (echo ""; who am i; echo %s; date; cat) >> $CVSROOT/CVSROOT/log-cvsroot #ALL (date ; cat ; (sleep 2 ; cd /users/outil1/alliance/latest ; cvs -q update -d ) &) >> $CVSROOT/CVSROOT/log-latest 2>&1 -ALL (cat > /dev/null 2>&1 ; echo "%%%%%%%%%% Si vous tapez Ctrl-C, ca risque de foutre la merde...") +ALL (cat > /dev/null 2>&1 ; echo "%%%%%%%%%% Faut pas taper Ctrl-C ...") ALL (/users/outil1/alliance/cvsroot/CVSROOT/postconfig) >> $CVSROOT/CVSROOT/log-postconfig diff --git a/CVSROOT/postconfig b/CVSROOT/postconfig index 8b7cdfa0..c1bc4810 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.10 1999/09/23 17:17:05 czo Exp $ +# $Id: postconfig,v 1.11 1999/09/23 18:44:00 czo Exp $ # @@ -54,10 +54,10 @@ cat "$TMPFILE" | mail -s "ALC : $MAIL_SUBJECT" alliance-programmers@asim.lip6.f # find cvsroot -type d | xargs chmod g+s # devrait marcher... -#chgrp -R alliance /users/outil1/alliance/cvsroot +# chgrp -R alliance /users/outil1/alliance/cvsroot cd "$UPDATE" cvs -q update -d -P -#chgrp -R alliance /users/outil1/alliance/latest +# chgrp -R alliance /users/outil1/alliance/latest rm -f "$TMPFILE" dummy