1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Fix UID/GID in options.

PR:		ports/68936
Submitted by:	Chris Pepper
Fixed by:	Vivek Khera (maintainer)
This commit is contained in:
Volker Stolz 2004-07-13 18:58:59 +00:00
parent 9537510396
commit fb91f80fb8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113580

View File

@ -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.