diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2007-09-28 23:40:50 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2007-09-28 23:40:50 +0000 |
commit | 893d157922d78759fa7b2fdb2025d188a42d0bec (patch) | |
tree | 03794da29ff941f0615abe55a07f0b3a607ba3a4 /irc | |
parent | 53ca97a3318544f3f188b2ee4823ff92f99f6b37 (diff) | |
download | ports-893d157922d78759fa7b2fdb2025d188a42d0bec.tar.gz ports-893d157922d78759fa7b2fdb2025d188a42d0bec.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ircd-ratbox-devel/Makefile | 2 | ||||
-rw-r--r-- | irc/ircd-ratbox-devel/pkg-descr | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/irc/ircd-ratbox-devel/Makefile b/irc/ircd-ratbox-devel/Makefile index 76d11efc7614..68049714a6bb 100644 --- a/irc/ircd-ratbox-devel/Makefile +++ b/irc/ircd-ratbox-devel/Makefile @@ -17,7 +17,7 @@ PKGNAMESUFFIX= -devel EXTRACT_SUFX= .tgz MAINTAINER= moggie@elasticmind.net -COMMENT= An advanced, stable IRC daemon, used on many EFnet servers +COMMENT= An advanced, stable IRC daemon, used on many EFnet servers ('testing' release) CONFLICTS= ircd-ratbox-[0-9]* diff --git a/irc/ircd-ratbox-devel/pkg-descr b/irc/ircd-ratbox-devel/pkg-descr index 9ffd84789266..e3b103c2c8a1 100644 --- a/irc/ircd-ratbox-devel/pkg-descr +++ b/irc/ircd-ratbox-devel/pkg-descr @@ -1,5 +1,9 @@ This is a port of the ircd-ratbox IRC daemon. +This version is the 'testing' branch: it usually contains more features, +but may contain as of yet unidentified bugs. Admins on smaller networks +may prefer to use it over the standard production release. + ircd-ratbox is the primary ircd used on EFnet; it combines the stability of an ircd required for a large production network together with a rich set of features, making it also suitable for use on smaller networks. |