Subversion Repositories ALCASAR

Rev

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

Rev 1056 Rev 1057
Line 1... Line 1...
1
#/bin/bash
1
#/bin/bash
2
# $Id: alcasar-conf.sh 1056 2013-03-26 21:46:36Z stephane $
2
# $Id: alcasar-conf.sh 1057 2013-03-27 22:05:36Z richard $
3
 
3
 
4
# alcasar-conf.sh
4
# alcasar-conf.sh
5
# by REXY
5
# by REXY
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 231... Line 231...
231
		[ -d $DIR_SAVE ] && cp alcasar-conf.tar.gz $DIR_SAVE/$fichier
231
		[ -d $DIR_SAVE ] && cp alcasar-conf.tar.gz $DIR_SAVE/$fichier
232
		rm -rf $DIR_UPDATE
232
		rm -rf $DIR_UPDATE
233
		;;
233
		;;
234
	--load|-load)
234
	--load|-load)
235
		cd /tmp
235
		cd /tmp
236
		tar -xf /tmp/alcasar-conf.tar.gz
236
		tar -xf /tmp/alcasar-conf*.tar.gz
237
# récupération du fichier général de dnsmasq en attendant sa correction du bug pour les DNS externes
237
# récupération du fichier général de dnsmasq en attendant sa correction du bug pour les DNS externes
238
		[ -e $DIR_UPDATE/dnsmasq ] && cp -f $DIR_UPDATE/dnsmasq /etc/sysconfig/dnsmasq \
238
		[ -e $DIR_UPDATE/dnsmasq ] && cp -f $DIR_UPDATE/dnsmasq /etc/sysconfig/dnsmasq \
239
		&& chown root.root /etc/sysconfig/dnsmasq \
239
		&& chown root.root /etc/sysconfig/dnsmasq \
240
		&& chmod 644 /etc/sysconfig/dnsmasq
240
		&& chmod 644 /etc/sysconfig/dnsmasq
241
# Récupération du logo
241
# Récupération du logo