Subversion Repositories ALCASAR

Rev

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

Rev 92 Rev 93
Line 1... Line 1...
1
#!/bin/sh
1
#!/bin/sh
2
#  $Id: alcasar.sh 92 2010-04-30 14:09:40Z richard $ 
2
#  $Id: alcasar.sh 93 2010-05-01 08:59:44Z richard $ 
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 1300... Line 1300...
1300
			mode="install"
1300
			mode="install"
1301
		fi
1301
		fi
1302
		for func in init network gestion AC init_db param_radius param_web_radius param_chilli param_squid param_dansguardian antivirus firewall param_awstats param_bind cron post_install
1302
		for func in init network gestion AC init_db param_radius param_web_radius param_chilli param_squid param_dansguardian antivirus firewall param_awstats param_bind cron post_install
1303
		do
1303
		do
1304
			$func
1304
			$func
1305
 echo "*** 'debug' : end of function $func ***"; read a
1305
# echo "*** 'debug' : end of function $func ***"; read a
1306
		done
1306
		done
1307
		;;
1307
		;;
1308
	-uninstall)
1308
	-uninstall)
1309
		if [ ! -e $DIR_DEST_SBIN/alcasar-uninstall.sh ]
1309
		if [ ! -e $DIR_DEST_SBIN/alcasar-uninstall.sh ]
1310
		then
1310
		then