diff options
author | pav <pav@FreeBSD.org> | 2005-04-21 00:22:40 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-04-21 00:22:40 +0800 |
commit | cf630b0483e92fc6f6763c152244e5fad8e6e826 (patch) | |
tree | 3de70e6bc4609d88adaa291d03db06a599611c00 /irc/ircd-rusnet/pkg-message | |
parent | 8d761c4e5e8d112e076403799536ee2736046fbf (diff) | |
download | freebsd-ports-gnome-cf630b0483e92fc6f6763c152244e5fad8e6e826.tar.gz freebsd-ports-gnome-cf630b0483e92fc6f6763c152244e5fad8e6e826.tar.zst freebsd-ports-gnome-cf630b0483e92fc6f6763c152244e5fad8e6e826.zip |
Special version of IRC server for RusNet IRC Network.
In addition to base features of ircd 2.9.10 it supports
russian charsets translation (koi8-r,cp1251,translit, etc..)
and also some RusNet protocol extensions.
PR: ports/80061
Submitted by: SeaD <sead@mail.ru>
Diffstat (limited to 'irc/ircd-rusnet/pkg-message')
-rw-r--r-- | irc/ircd-rusnet/pkg-message | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/irc/ircd-rusnet/pkg-message b/irc/ircd-rusnet/pkg-message new file mode 100644 index 000000000000..aa52db04ec91 --- /dev/null +++ b/irc/ircd-rusnet/pkg-message @@ -0,0 +1,13 @@ + +===> 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) |