diff --git a/CVSROOT/checkoutlist b/CVSROOT/checkoutlist index 96ad984b..f32f2993 100644 --- a/CVSROOT/checkoutlist +++ b/CVSROOT/checkoutlist @@ -11,5 +11,9 @@ # [] # # comment lines begin with '#' - postconfig "ERRRROR : postconf not found" + +postconfig "ERRRROR : a 'checkoutlist' was not found" +fastinstool "ERRRROR : a 'checkoutlist' was not found" +instool "ERRRROR : a 'checkoutlist' was not found" +updatelibmk "ERRRROR : a 'checkoutlist' was not found" diff --git a/CVSROOT/instool b/CVSROOT/instool index df959972..9f27dc2c 100755 --- a/CVSROOT/instool +++ b/CVSROOT/instool @@ -7,10 +7,10 @@ # Author: Frédéric Pétrot (fred@pasta.fr.ea) # for version 0 # -# $Id: instool,v 1.7 1999/10/04 14:57:48 czo Exp $ +# $Id: instool,v 1.8 1999/10/12 15:51:50 czo Exp $ # -PATH=/asim/gnu/bin:/usr/ucb:/usr/etc:/bin:/usr/bin:/usr/local/bin:${PATH} +PATH=/users/outil1/alliance/cvsroot/CVSROOT:/asim/gnu/bin:/usr/ucb:/usr/etc:/bin:/usr/bin:/usr/local/bin:${PATH} export PATH #rsh ssh et .profile ... @@ -318,7 +318,7 @@ echo " the default shell is now sh" sleep 2 echo "Still waiting, ..." done - $HOME/bin/updatelibmk $LABO/archi/SunOS > $HOME/libraries.mk.$$ + updatelibmk $LABO/archi/SunOS > $HOME/libraries.mk.$$ mv $ETC/libraries.mk $ETC/libraries.mk.$DATE if [ $? -ne 0 ] ; then echo "`basename $0`: mv returned a non-zero exit status"