Some ports require a certain user to be on the installed
system. Choose a free UID from 50 to 999 and register it
either in ports/UIDs
(for users) or in
ports/GIDs
(for groups). Make sure
not to use a UID already used by the system or other
ports.
Please include a patch against these two files when requiring a new user or group to be created for the port.
Then use USERS
and
GROUPS
in
Makefile
, and the user will be
automatically created when installing the port.
USERS= pulse GROUPS= pulse pulse-access pulse-rt
The current list of reserved UIDs and GIDs can be found
in ports/UIDs
and
ports/GIDs
.
All FreeBSD documents are available for download at http://ftp.FreeBSD.org/pub/FreeBSD/doc/
Questions that are not answered by the
documentation may be
sent to <freebsd-questions@FreeBSD.org>.
Send questions about this document to <freebsd-doc@FreeBSD.org>.