diff options
author | jlam <jlam> | 2001-11-26 20:37:38 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-11-26 20:37:38 +0000 |
commit | 53bbe8c3452be12f505c193455702365bbd556f9 (patch) | |
tree | 14c0d9f381d74ca492c950829a9e8cced859770c /mail/popa3d | |
parent | 3b047c08a8e5b12fc71c6d96f63447b0e0f1ffbb (diff) | |
download | pkgsrc-53bbe8c3452be12f505c193455702365bbd556f9.tar.gz |
Replace PKG_{USER,GROUP} with PKG_USERS and PKG_GROUPS:
PKG_USERS represents the users to create for the package. It is a
space-separated list of elements of the form
user:group[:[userid][:[descr][:[home][:shell]]]]
Only the user and group are required; everything else is optional,
but the colons must be in the right places when specifying optional
bits. Note that if the description contains spaces, then spaces
should be double backslash-escaped, e.g.
foo:foogrp::The\\ Foomister
PKG_GROUPS represents the groups to create for the package. It is a
space-separated list of elements of the form
group[:groupid]
Only the group is required; the groupid is optional.
This solves the problem of what to do when there is more than one user or
group needed for a package, e.g. qmail. Also add a bit more error-checking
to the INSTALL/DEINSTALL scripts.
Diffstat (limited to 'mail/popa3d')
0 files changed, 0 insertions, 0 deletions