openbsd-ports/net/rbldnsd/patches/patch-rbldnsd_c
gonzalo 12c767427a Update to version 0.996b, with fixes.
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@
2012-04-21 14:57:49 +00:00

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;