pkgsrc-wip/majordomo-devel/patches/patch-ai
Klaus Heinz e4569ad9fb Import of majordomo-devel. This is the successor (completely rewritten)
of majordomo-1.94.5.

Majordomo is a program which automates the management of Internet
mailing lists.  Commands are sent to Majordomo via electronic mail to
handle all aspects of list maintainance.  Once a list is set up,
virtually all operations can be performed remotely, requiring no
intervention upon the postmaster of the list site.

     majordomo - n: a person who speaks, makes arrangements, or takes
     charge for another. From latin "major domus" - "master of the
     house".
2006-07-17 18:10:24 +00:00

13 lines
343 B
Text

$NetBSD: patch-ai,v 1.1.1.1 2006/07/17 18:11:36 kheinz Exp $
--- bin/mj_queuerun.orig 2004-10-03 22:01:30.000000000 +0200
+++ bin/mj_queuerun
@@ -6,6 +6,8 @@ BEGIN {
$::LOCKDIR= "blah";
$::UID = "baduid";
$::GID = "badgid";
+$::UID =getpwnam($::UID);
+$::GID =getgrnam($::GID);
$::UMASK = "007";
$::TIMEOUT= 30;