#!/bin/sh
#Made by Marcelo A.
#All Credits reserved to Marcelo A. nickname (Zap-W) , Copyrighted.

# Must be root
if test "$UID" != 0 ; then
 echo -e "This script must be run as root.\nType in root password, please."
 exec su -c "DISPLAY=$DISPLAY $0"
 exit 1
fi
   
rm -f /usr/sbin/pptp-linux sth-* pptp-linux
rm -f /etc/ppp/sth.conf* 
rm -f /usr/sbin/sth-* 
rm -f /etc/rc.d/init.d/sth
mv -f /etc/ppp/ip-up-bak /etc/ppp/ip-up 2> /dev/null
mv -f /etc/ppp/ip-down-bak /etc/ppp/ip-down 2> /dev/null

