0d038d7e8f
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>
13 lines
366 B
Plaintext
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';
|