Subversion Repositories ALCASAR

Rev

Rev 405 | Rev 411 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 405 Rev 406
Line 1... Line 1...
1
#!/bin/sh
1
#!/bin/sh
2
#  $Id: alcasar.sh 405 2011-01-03 08:56:45Z franck $ 
2
#  $Id: alcasar.sh 406 2011-01-03 10:37:37Z franck $ 
3
 
3
 
4
# alcasar.sh
4
# alcasar.sh
5
# by Franck BOUIJOUX, Pascal LEVANT and Richard REY
5
# by Franck BOUIJOUX, Pascal LEVANT and Richard REY
6
# This script is distributed under the Gnu General Public License (GPL)
6
# This script is distributed under the Gnu General Public License (GPL)
7
 
7
 
Line 1337... Line 1337...
1337
			fi
1337
			fi
1338
		done
1338
		done
1339
		IFS="$old"
1339
		IFS="$old"
1340
		if [ ! "$mdv_version" = "$MDV_NEEDED" ]
1340
		if [ ! "$mdv_version" = "$MDV_NEEDED" ]
1341
		then
1341
		then
1342
			echo "La version actuelle de Linux Mandriva va être mise à jour en ($MDV_NEEDED). En cas de problème, suivez la procédure manuelle (cf. doc exploitation)" 
1342
			echo "La version actuelle de Linux Mandriva va être mise à jour en $MDV_NEEDED. En cas de problème, suivez la procédure manuelle (cf. doc exploitation)" 
1343
			sleep 5
1343
			sleep 5
1344
			$DIR_SCRIPTS/sbin/alcasar-dist-upgrade.sh
1344
			$DIR_SCRIPTS/sbin/alcasar-dist-upgrade.sh
1345
		fi
1345
		fi
1346
		if [ -e /tmp/alcasar-conf.tar.gz ]
1346
		if [ -e /tmp/alcasar-conf.tar.gz ]
1347
		then
1347
		then