Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
$NetBSD: patch-aa,v 1.1.1.1 2005/10/29 16:56:15 minskim Exp $
--- src/mydns/conf.c.orig 2005-01-14 15:23:41.000000000 +0100
+++ src/mydns/conf.c
@@ -62,8 +62,8 @@ static CONF defConfig[] = {
{ "-", NULL, N_("GENERAL OPTIONS")},
-{ "user", "nobody", N_("Run with the permissions of this user")},
-{ "group", "nobody", N_("Run with the permissions of this group")},
+{ "user", "%%MYDNS_USER%%", N_("Run with the permissions of this user")},
+{ "group", "%%MYDNS_GROUP%%", N_("Run with the permissions of this group")},
{ "listen", "*", N_("Listen on these addresses ('*' for all)"), "bind"},
{ "no-listen", "", N_("Do not listen on these addresses")},