ports/net/rbldnsd/patches/patch-rbldnsd_c

13 lines
198 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: rbldnsd.c
--- rbldnsd.c.orig
+++ rbldnsd.c
@@ -661,7 +661,7 @@ break;
#endif
if (!user && !(uid = getuid()))
- user = "rbldns";
+ user = "_rbldns";
if (!user)
p = NULL;