Subversion Repositories ALCASAR

Rev

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

Rev 340 Rev 343
Line 1... Line 1...
1
#!/bin/sh
1
#!/bin/sh
2
#  $Id: alcasar.sh 340 2010-11-24 22:42:29Z richard $ 
2
#  $Id: alcasar.sh 343 2010-11-25 22:24:08Z 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 1375... Line 1375...
1375
		fi
1375
		fi
1376
		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_dnsmasq BL cron post_install
1376
		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_dnsmasq BL cron post_install
1377
 
1377
 
1378
		do
1378
		do
1379
			$func
1379
			$func
1380
 echo "*** 'debug' : end of function $func ***"; read a
1380
# echo "*** 'debug' : end of function $func ***"; read a
1381
		done
1381
		done
1382
		;;
1382
		;;
1383
	-u | --uninstall)
1383
	-u | --uninstall)
1384
		if [ ! -e $DIR_DEST_SBIN/alcasar-uninstall.sh ]
1384
		if [ ! -e $DIR_DEST_SBIN/alcasar-uninstall.sh ]
1385
		then
1385
		then