Subversion Repositories ALCASAR

Rev

Rev 1266 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 1266 Rev 1267
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
# $Id: alcasar-uninstall.sh 1266 2013-12-15 21:12:46Z richard $
2
# $Id: alcasar-uninstall.sh 1267 2013-12-15 21:48:12Z richard $
3
 
3
 
4
# alcasar-uninstall.sh
4
# alcasar-uninstall.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 141... Line 141...
141
echo -en "\n- awstats(1) : "
141
echo -en "\n- awstats(1) : "
142
if [ -e /etc/awstats/awstats.conf.default ]
142
if [ -e /etc/awstats/awstats.conf.default ]
143
then
143
then
144
	mv /etc/awstats/awstats.conf.default /etc/awstats/awstats.conf && echo -n "1"
144
	mv /etc/awstats/awstats.conf.default /etc/awstats/awstats.conf && echo -n "1"
145
else echo -n "uninstalled"
145
else echo -n "uninstalled"
146
 
146
fi
147
sleep 1
147
sleep 1
148
 
148
 
149
#DnsMasq
149
#DnsMasq
150
echo -en "\n- dnsmasq(4) : "
150
echo -en "\n- dnsmasq(4) : "
151
if [ -e /etc/init.d/dnsmasq ]
151
if [ -e /etc/init.d/dnsmasq ]