openbsd-ports/net/rbldnsd/patches/patch-rbldnsd_c
alek 0d038d7e8f Import rbldnsd 0.996
rbldnsd is a small and fast DNS daemon which is especially made to serve
DNSBL zones. This daemon was inspired by Dan J. Bernstein's rbldns
program found in the djbdns package.

From William Yodlowsky <bsd@openbsd.rutgers.edu>
2006-05-23 05:53:07 +00:00

13 lines
366 B
Plaintext

$OpenBSD: patch-rbldnsd_c,v 1.1.1.1 2006/05/23 05:53:07 alek Exp $
--- rbldnsd.c.orig Mon May 22 01:52:31 2006
+++ rbldnsd.c Mon May 22 01:52:35 2006
@@ -504,7 +504,7 @@ break;
initsockets(bindaddr, nba, family);
if (!user && !(uid = getuid()))
- user = "rbldns";
+ user = "_rbldns";
if (user && (p = strchr(user, ':')) != NULL)
*p++ = '\0';