summaryrefslogtreecommitdiffstats
path: root/network/ircd-hybrid/README
diff options
context:
space:
mode:
author Ebben Aries2018-12-31 08:11:28 +0100
committer Willy Sudiarto Raharjo2019-01-05 01:49:17 +0100
commitf226d672557940eba6966bcea8c9f4a0203a4f6c (patch)
tree861bd4589f883c45afc6d9bda33a4b07e4a7e2dc /network/ircd-hybrid/README
parent01f09cbeec562d978f78f636e1eeed9c0d6e50c8 (diff)
downloadslackbuilds-f226d672557940eba6966bcea8c9f4a0203a4f6c.tar.gz
network/ircd-hybrid: Added (IRC daemon).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/ircd-hybrid/README')
-rw-r--r--network/ircd-hybrid/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/network/ircd-hybrid/README b/network/ircd-hybrid/README
new file mode 100644
index 0000000000..48668a59a7
--- /dev/null
+++ b/network/ircd-hybrid/README
@@ -0,0 +1,17 @@
+ircd-hybrid (A lightweight, high-performance IRC daemon)
+
+ircd is the server (daemon) program for the Internet Relay Chat Program. The
+ircd is a server in that its function is to "serve" the client program irc
+and other compatible programs with messages and commands. All commands and
+user messages are passed directly to the ircd for processing and relaying to
+other IRC servers.
+
+This is ircd-hybrid, the highly modified (and hopefully improved) variant of
+the original ircd program by Jarkko Oikarinen.
+
+Groupname and Username
+
+You must have the "ircd" group and user to run this script, for example:
+
+ groupadd -g 360 ircd
+ useradd -u 360 -s /bin/false -d /var/empty -g ircd ircd