12c767427a
While here, USE_GROFF is not needed, change _rbldns user homedir from /var/empty to /nonexistent and we can still use -r /var/empty for the chroot dir. Tested on i386. OK, william@ (maintainer), aja@
13 lines
297 B
Plaintext
13 lines
297 B
Plaintext
$OpenBSD: patch-rbldnsd_c,v 1.3 2012/04/21 14:57:49 gonzalo Exp $
|
|
--- rbldnsd.c.orig Fri Nov 24 13:35:28 2006
|
|
+++ rbldnsd.c Mon Apr 9 15:56:44 2012
|
|
@@ -529,7 +529,7 @@ break;
|
|
#endif
|
|
|
|
if (!user && !(uid = getuid()))
|
|
- user = "rbldns";
|
|
+ user = "_rbldns";
|
|
|
|
if (!user)
|
|
p = NULL;
|