How to Uninstall (locked)
|
|
Until I include an uninstall script with the installer, EEP can be uninstalled using those commands in Terminal.app: sudo rm /etc/httpd/users/eep.conf; sudo rm /etc/httpd/users/+entropy-php.conf; sudo apachectl restart; sudo rm -rf /Library/WebServer/Documents/eyetv-epg-proxy/; sudo rm -rf /usr/local/php5/; sudo chmod 777 /private/etc/; sudo sed -e 's/.*\.titantv\.com.*//g' /private/etc/hosts > /private/etc/hosts.new; sudo mv /private/etc/hosts /private/etc/hosts.bak; sudo mv /private/etc/hosts.new /private/etc/hosts; sudo chmod 644 /private/etc/hosts; sudo chmod 755 /private/etc/;
Then use this line in Terminal.app: sudo pico /etc/hosts
Remove all lines that have titantv in it (if any). (The mouse won’t work; only use the keyboard.) - Guillaume |