diff options
author | he <he@pkgsrc.org> | 2006-07-13 13:42:36 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2006-07-13 13:42:36 +0000 |
commit | da654c9ea27085518e919199f21a6cd0a0d4097d (patch) | |
tree | 5bb0c65613f0f437b64f742f5a29e9de3e27dbed /net/openslp/Makefile | |
parent | fdb248d4593d74f8fe9bf5a46fa5282769f77a4c (diff) | |
download | pkgsrc-da654c9ea27085518e919199f21a6cd0a0d4097d.tar.gz |
Make slpd reopen its log file on HUP (it does not use syslog - bah!).
The log file needs to be writable for user=daemon, since slpd setuid()s
to that user after starting up.
Put the extremely verbose and disk-filling logging of "Parse Erorr"
packets (is this an SLPv1 vs. SLPv2 protocol versioning issue gone
bad?!?) under DEBUG, which is not normally turned on in our builds.
Change HOMEPAGE, since Caldera appears to have seen fit to remove
the www.openslp.org DNS name and associated web server. Instead point
to the SourceForge home page.
Bump package revision to 1.
Diffstat (limited to 'net/openslp/Makefile')
-rw-r--r-- | net/openslp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/openslp/Makefile b/net/openslp/Makefile index 64dab94b961..f0701b79c4b 100644 --- a/net/openslp/Makefile +++ b/net/openslp/Makefile @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.30 2005/12/29 06:22:01 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2006/07/13 13:42:36 he Exp $ DISTNAME= openslp-1.2.1 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openslp/} MAINTAINER= jlam@pkgsrc.org -HOMEPAGE= http://www.openslp.org/ +HOMEPAGE= http://sourceforge.net/projects/openslp COMMENT= Open-source implementation of the Service Location Protocol # Needs pkgviews-enabled automake |