diff options
author | vs <vs@FreeBSD.org> | 2004-07-13 18:58:59 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-07-13 18:58:59 +0000 |
commit | aa93fe8188376f54e180ff80fedccdeefff473f2 (patch) | |
tree | 8a2e87588db9f5cbc8a99c966c5382e4b7797e71 /mail/mailman | |
parent | ba148dab42634a6fb9354da982d4733a8ec9fd52 (diff) | |
download | FreeBSD-ports-aa93fe8188376f54e180ff80fedccdeefff473f2.zip FreeBSD-ports-aa93fe8188376f54e180ff80fedccdeefff473f2.tar.gz |
Fix UID/GID in options.
PR: ports/68936
Submitted by: Chris Pepper
Fixed by: Vivek Khera (maintainer)
Diffstat (limited to 'mail/mailman')
-rw-r--r-- | mail/mailman/files/pkg-opts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mailman/files/pkg-opts b/mail/mailman/files/pkg-opts index c80524e..17aaa30 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. |