summaryrefslogtreecommitdiff
path: root/sysutils/radmind
diff options
context:
space:
mode:
authorhauke <hauke@pkgsrc.org>2008-06-23 08:43:12 +0000
committerhauke <hauke@pkgsrc.org>2008-06-23 08:43:12 +0000
commit25d87074138987166e3435794a0040c49473694f (patch)
treef1f4f489f157236f8bab4c6fe989a09a285a949e /sysutils/radmind
parent254b720a5ba2ede13f9134613a304789944b396d (diff)
downloadpkgsrc-25d87074138987166e3435794a0040c49473694f.tar.gz
Note than Radmind server has switched from port 6662 to the
IANA-assigned 6222.
Diffstat (limited to 'sysutils/radmind')
-rw-r--r--sysutils/radmind/MESSAGE11
-rw-r--r--sysutils/radmind/Makefile3
2 files changed, 13 insertions, 1 deletions
diff --git a/sysutils/radmind/MESSAGE b/sysutils/radmind/MESSAGE
new file mode 100644
index 00000000000..6731bb23c98
--- /dev/null
+++ b/sysutils/radmind/MESSAGE
@@ -0,0 +1,11 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2008/06/23 08:43:12 hauke Exp $
+
+Since Radmind 1.11, the default server port is the IANA-registered
+6222. Clients now try to connect to port 6222 by default, failing over
+to the legacy port 6662 if necessary.
+
+If your Radmind server needs to support old clients, add
+radmind_flags="-p 6662" to /etc/rc.conf.
+
+===========================================================================
diff --git a/sysutils/radmind/Makefile b/sysutils/radmind/Makefile
index 69d1a2599f9..c30c22b2cf6 100644
--- a/sysutils/radmind/Makefile
+++ b/sysutils/radmind/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2008/06/20 01:09:36 joerg Exp $
+# $NetBSD: Makefile,v 1.20 2008/06/23 08:44:28 hauke Exp $
#
DISTNAME= radmind-1.11.1
+PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=radmind/}