I've tried starting eggdrop automatically in boot and it wont work. I've got ircd running and thats fine. now, in the /etc/rc.d/init.d directory i have a executable shell script called eggdrop that should start the bot automatically. i put links to it in all of hte rc#.d dir's cuz i dont know exactly which one to put it in. it doesn't work tho. in boot, nothing is mentioned about eggdrop and nothing in thesyslog. when i run the script from the command line it says it cannot find language modules... then i tried putting "cd to/that/dir" in there and it works at the console then. but in boot it still doesn't (this i figure because it can't cd due to limited shell). i did a strings on the eggdrop executable file and found it appears to be looking for the language files in ./language. i tried modifying the path variable before the eggdrop starts and it still does not work. if anyone has a sample or example shell script that woudl help me here, id be very grateful.
oh, its redhat 7.1

biga