diff options
author | hauke <hauke> | 2008-06-23 08:43:12 +0000 |
---|---|---|
committer | hauke <hauke> | 2008-06-23 08:43:12 +0000 |
commit | 076e7930df5fe3b774146f56ad2897eb3d6fa982 (patch) | |
tree | f1f4f489f157236f8bab4c6fe989a09a285a949e /sysutils/radmind | |
parent | a5032cb8f457f0bdc7d160c250b800873d2bce61 (diff) | |
download | pkgsrc-076e7930df5fe3b774146f56ad2897eb3d6fa982.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/MESSAGE | 11 | ||||
-rw-r--r-- | sysutils/radmind/Makefile | 3 |
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/} |