Subversion Repositories ALCASAR

Rev

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

Rev 1384 Rev 1386
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
# $Id: alcasar-uninstall.sh 1384 2014-06-12 08:00:06Z richard $
2
# $Id: alcasar-uninstall.sh 1386 2014-06-12 14:53:07Z 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 154... Line 154...
154
fi
154
fi
155
sleep 1
155
sleep 1
156
 
156
 
157
#BL
157
#BL
158
echo -en "\n- BL(1) : "
158
echo -en "\n- BL(1) : "
159
[ -e /usr/libexec/iptables.init.default ] && mv /usr/libexec/iptables.init.default /usr/libexec/iptables.init && echo "1"
159
[ -e /lib/systemd/system/iptables.service.default ] && mv /lib/systemd/system/iptables.service.default /lib/systemd/system/iptables.service && echo "1"
160
sleep 1
160
sleep 1
161
 
161
 
162
#dhcpd
162
#dhcpd
163
echo -en "\n- dhcp-server(1) : "
163
echo -en "\n- dhcp-server(1) : "
164
if [ -e /etc/init.d/dhcpd ]
164
if [ -e /etc/init.d/dhcpd ]