instool est dans /users/outil1/alliance/cvsroot/CVSROOT
This commit is contained in:
parent
6b457a3be5
commit
60cf902999
|
@ -11,5 +11,9 @@
|
||||||
# [<whitespace>]<filename><whitespace><error message><end-of-line>
|
# [<whitespace>]<filename><whitespace><error message><end-of-line>
|
||||||
#
|
#
|
||||||
# comment lines begin with '#'
|
# 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"
|
||||||
|
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
# Author: Frédéric Pétrot (fred@pasta.fr.ea)
|
# Author: Frédéric Pétrot (fred@pasta.fr.ea)
|
||||||
# for version 0
|
# 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
|
export PATH
|
||||||
|
|
||||||
#rsh ssh et .profile ...
|
#rsh ssh et .profile ...
|
||||||
|
@ -318,7 +318,7 @@ echo " the default shell is now sh"
|
||||||
sleep 2
|
sleep 2
|
||||||
echo "Still waiting, ..."
|
echo "Still waiting, ..."
|
||||||
done
|
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
|
mv $ETC/libraries.mk $ETC/libraries.mk.$DATE
|
||||||
if [ $? -ne 0 ] ; then
|
if [ $? -ne 0 ] ; then
|
||||||
echo "`basename $0`: mv returned a non-zero exit status"
|
echo "`basename $0`: mv returned a non-zero exit status"
|
||||||
|
|
Loading…
Reference in New Issue