Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Nov 1997 19:50:39 -0600 (CST)
From:      Jay Nelson <jdn@qiv.com>
To:        David Vondrasek <dallas.tex@airmail.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: IRCD
Message-ID:  <Pine.BSF.3.96.971116194513.1426A-100000@acp.qiv.com>
In-Reply-To: <346F82A2.167EB0E7@airmail.net>

next in thread | previous in thread | raw e-mail | index | archive | help
What's wrong with this in your /etc/rc.local file:

if [ -x /usr/local/sbin/ircd ]; then
	echo "Starting the IRC Server..."
	/usr/local/sbin/ircd
fi

-- Jay

On Sun, 16 Nov 1997, David Vondrasek wrote:

    > Can anyone let me know the CORRECT way to have IRCD load at bootup ?
    > I've tried what the NAN pages say and i get error's , Maybe I don't
    > understand it correctly, Any one have a step bu step layout to this?
    > 
    > Thanks in advance
    > -- 
    > ---
    > David L. Vondrasek
    > 
    > we.suck.less@airmail.net
    > Texas's Fastest Internet Provider
    > 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.971116194513.1426A-100000>