I installed the pkg file and tried to run it and got this error. [root init.d]# ./ipchains start ./ipchains: /etc/init.d/functions: No such file or directory Guess my question is two part: I thought the PKG file actually made the directories needed and files. Since the directories are not there, where are the files it loads as its config file?
All the PKG does is install the ipchains RPM. If it doesn't build the stuff, then it's not there.
As it turns out, I'm not actually using the PKG installed ipchains on my own RaQ... doh! I'm investigating the installation problem now...
second how does one "uninstall" this pkg file ?
The "uninstall_me" script in the PKG has this: # Uninstall the software /bin/rpm -e ipchains # Remove the 'marker' files so the UI knows it's gone rm -rf /var/lib/cobalt/*ipchains* rm -rf /var/lib/cobalt/uninstallers/*ipchains* # Rebuild the Installed Software page /usr/admserv/cgi-bin/.cobalt/install/install.cgi < /dev/null > /dev/nullSorry for the confusion. I'll try to get this worked out as quickly as I can.