#!/bin/tcsh #DISCLAIMER: #[---------------------------------------------------------------------------------] # Sean D. Ackley, Ackley Industries, or Chili!Soft will not take any responsibility # for corrupted or damaged files, systems, or data. As with any hack, you could # technically make your system unusable. Please backup everything first, and only # experiment on a development system. # # Although this installation procedure has been tested, and actually is working, # it cannot be guaranteed to work on your system. The nature of Linux has so many # variables, this author will not even to attempt to understand your situation. If # this script works for you, or you can make it work for you, yeah! # # I will be glad to help individual or corporate requests on a per call basis. I # have a bulletin board setup for support, and will be updating my web pages as # often as possible.  Please let me know any information on your particular # situation, and post messages to the BBS. #[---------------------------------------------------------------------------------] # # Please find all current information, and documentation at: # # http://www.ackind.net/chilisoft/ # # # Modify these directories as needed, to where your locations are: /bin/rm -rf /var/httpd/casp /bin/rm -rf /var/opt/casp /bin/rm -rf /etc/rc.d/init.d/asp* /bin/rm -rf /etc/rc.d/rc0.d/*asp-* /bin/rm -rf /etc/rc.d/rc1.d/*asp-* /bin/rm -rf /etc/rc.d/rc2.d/*asp-* /bin/rm -rf /etc/rc.d/rc3.d/*asp-* /bin/rm -rf /etc/rc.d/rc4.d/*asp-* /bin/rm -rf /etc/rc.d/rc5.d/*asp-* /bin/rm -rf /etc/rc.d/rc6.d/*asp-*