summaryrefslogtreecommitdiff
path: root/irc/ircd-rusnet/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'irc/ircd-rusnet/pkg-message')
-rw-r--r--irc/ircd-rusnet/pkg-message13
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)