diff options
author | ashish <ashish@FreeBSD.org> | 2012-05-16 20:06:27 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2012-05-16 20:06:27 +0800 |
commit | 6af470f4ac489fc4eb3cba4868e4d5d5ae1e17a7 (patch) | |
tree | 4a42270c50e3d5877d14019ae149334e859f2e3c /mail | |
parent | dc4e6fc3a602d048afcce094e774753b88126056 (diff) | |
download | freebsd-ports-gnome-6af470f4ac489fc4eb3cba4868e4d5d5ae1e17a7.tar.gz freebsd-ports-gnome-6af470f4ac489fc4eb3cba4868e4d5d5ae1e17a7.tar.zst freebsd-ports-gnome-6af470f4ac489fc4eb3cba4868e4d5d5ae1e17a7.zip |
- Add USER/GROUP, missed from previous commit
- Add _smtpd user to UIDs/GIDs
Reported by: Nike <k-nike@inbox.ru>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/opensmtpd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/opensmtpd/Makefile b/mail/opensmtpd/Makefile index 61fe930a090d..800be723e8a3 100644 --- a/mail/opensmtpd/Makefile +++ b/mail/opensmtpd/Makefile @@ -31,6 +31,9 @@ CONFLICTS= postfix-[0-9]* sendmail-[0-9]* MAN8= makemap.8 newaliases.8 smtpctl.8 smtpd.8 MAN5= smtpd.conf.5 +USERS= _smtpd +GROUPS= _smtpd + pre-configure: @cd ${WRKSRC} && ./bootstrap |