mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
14 lines
408 B
Plaintext
14 lines
408 B
Plaintext
|
|
||
|
===> INSTALL NOTES:
|
||
|
Now edit /usr/local/ircd-rusnet/etc/rusnet.conf
|
||
|
and /usr/local/ircd-rusnet/etc/rusnet.conf
|
||
|
(cd /usr/local/etc/ircd-rusnet
|
||
|
cp example.conf ircd.conf
|
||
|
cp example.rusnet.conf rusnet.conf
|
||
|
vi ircd.conf; vi rusnet.conf)
|
||
|
|
||
|
And then start IRC server:
|
||
|
(cd /usr/local/etc/rc.d
|
||
|
mv ircd.sh.sample ircd.sh
|
||
|
/usr/local/etc/rc.d/ircd.sh start)
|