From fb91f80fb8ccd5901bfef0902e89222dc3fb85c9 Mon Sep 17 00:00:00 2001 From: Volker Stolz Date: Tue, 13 Jul 2004 18:58:59 +0000 Subject: [PATCH] Fix UID/GID in options. PR: ports/68936 Submitted by: Chris Pepper Fixed by: Vivek Khera (maintainer) --- mail/mailman/files/pkg-opts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/mailman/files/pkg-opts b/mail/mailman/files/pkg-opts index c80524e10a8e..17aaa301e0ef 100644 --- a/mail/mailman/files/pkg-opts +++ b/mail/mailman/files/pkg-opts @@ -2,7 +2,7 @@ * MM_USERNAME [mailman] The username of the Mailman user -* MM_USERID [92] +* MM_USERID [91] The user ID of the Mailman user It is recommended that you do not change this option. @@ -10,7 +10,7 @@ * MM_GROUPNAME [mailman] The group to which the Mailman user will belong -* MM_GROUPID [92] +* MM_GROUPID [MM_USERID] The group ID for the Mailman user It is recommended that you do not change this option.