[lug] RH, xinetd, rc.d scripts

dan radom dradom at redback.com
Tue Sep 18 23:05:22 MDT 2001


I don't know much about setting up ircd, but rc.d scripts really don't consist of much more than a few case statements...

case "$1" in
        start)
                /usr/local/sbin/ircd -i
                ;;
        stop)
                /this/will/kill/ircd
                ;;
	*)
		echo "Usage:  ircd <start|stop>
esac



dan

> Has anyone here set up ircd to run through xinetd? And what URL's are
> available on writing /etc/rc.d/init.d/ scripts? (my efforts via copy and
> edit of the portmap script failed).



More information about the LUG mailing list