[1829] in Moira Commits
/svn/moira r3976 - trunk/moira/gen
daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Tue Feb 9 14:30:31 2010
Date: Tue, 9 Feb 2010 14:30:24 -0500
From: Garry Zacheiss <zacheiss@MIT.EDU>
Message-Id: <201002091930.o19JUOKa020701@drugstore.mit.edu>
To: moira-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: zacheiss
Date: 2010-02-09 14:30:24 -0500 (Tue, 09 Feb 2010)
New Revision: 3976
Modified:
trunk/moira/gen/mailhub.pc
Log:
Only output owner- aliases for mailman lists.
Modified: trunk/moira/gen/mailhub.pc
===================================================================
--- trunk/moira/gen/mailhub.pc 2010-02-03 18:50:29 UTC (rev 3975)
+++ trunk/moira/gen/mailhub.pc 2010-02-09 19:30:24 UTC (rev 3976)
@@ -409,15 +409,6 @@
fprintf(out, "owner-%s: %s-owner@%s\n", l->name, l->name,
l->mailman_server);
}
- else if (l->acl_t == 'L' && (l1 = hash_lookup(lists, l->acl_id)))
- {
- fprintf(out, "owner-%s: ", l->name);
- alias_width = line_width = len + 8;
- output_membership(l1, out);
- fprintf(out, "\n");
- }
- else if (l->acl_t == 'U' && (u = hash_lookup(users, l->acl_id)))
- fprintf(out, "owner-%s: %s\n", l->name, u->login);
fprintf(out, "%s: ", l->name);
alias_width = line_width = len + 2;