From d1b92eee9040a730a13181c2b4e2df3cfa6b60de Mon Sep 17 00:00:00 2001 From: Olivier Sirol Date: Tue, 22 Feb 2000 16:20:39 +0000 Subject: [PATCH] chmod + chgrp bourin... si ca marche je le passerait en bg --- CVSROOT/instool | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CVSROOT/instool b/CVSROOT/instool index 62b1ce88..8bb6f3a1 100755 --- a/CVSROOT/instool +++ b/CVSROOT/instool @@ -7,7 +7,7 @@ # Author: Frédéric Pétrot (fred@pasta.fr.ea) # for version 0 # -# $Id: instool,v 1.22 1999/11/19 16:39:54 czo Exp $ +# $Id: instool,v 1.23 2000/02/22 16:20:39 czo Exp $ # @@ -337,7 +337,6 @@ echo " a message MUST be given for each installation" # mail alcteam #echo $* | mail -s "ALC : Install of `basename $1`" alliance-programmers@asim.lip6.fr - TMPFILE=/tmp/instool.$$ FINGER=`who am i | gawk '{gsub(/^[^\!]*\!/,""); print $1}'` SUJ="Instool de `basename $1`" @@ -362,6 +361,11 @@ cat "$TMPFILE" | mail -s "ALC : $SUJ" alliance-programmers@asim.lip6.fr rm -f "$TMPFILE" dummy +echo "Launching chgrp and chmod ..." +chmod -R ug+w /users/soft5/newlabo/alliance +chgrp -R alliance /users/soft5/newlabo/alliance + + exit 0