Fix UID/GID in options.
PR: ports/68936 Submitted by: Chris Pepper Fixed by: Vivek Khera (maintainer)
This commit is contained in:
parent
9537510396
commit
fb91f80fb8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113580
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user