Bug 65520

Summary: [PATCH] mail/maildrop added trused users
Product: Ports & Packages Reporter: Mantas Kaulakys <mantas>
Component: Individual Port(s)Assignee: Sergei Kolobov <sergei>
Status: Closed FIXED    
Severity: Affects Only Me CC: sergei
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Mantas Kaulakys 2004-04-14 09:20:07 UTC
	added TRUSTED_USERS='...' parameter to set --enable-trusted-users='...'

Fix: 

PORTNAME=      maildrop
 PORTVERSION=   1.6.3
@@ -48,6 +49,10 @@
 CONFIGURE_ARGS+=       --with-db=gdbm
 .else
 CONFIGURE_ARGS+=       --without-db
+.endif
+
+.if defined(TRUSTED_USERS)
+CONFIGURE_ARGS+=       --enable-trusted-users="${TRUSTED_USERS}"
 .endif

 .if defined(WITH_USERDB)--MYdGwTcLAqoOPRHbny683D5btDztxdTAk06lEEtfdBxgexFj
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -ruN maildrop.bak/Makefile maildrop/Makefile
--- maildrop.bak/Makefile       Mon Apr 12 00:38:48 2004
+++ maildrop/Makefile   Wed Apr 14 09:37:00 2004
@@ -18,6 +18,7 @@
 #                      to use
 # WITH_LDAP=yes                Enable experimental virtual user LDAP support
 # WITH_MYSQL=yes       Enable experimental virtual user MySQL support
+# TRUSTED_USERS=<user> Specify users allowed to use the -d option
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-04-14 13:47:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sergei

Over to maintainer.
Comment 2 Sergei Kolobov freebsd_committer freebsd_triage 2004-07-04 23:45:28 UTC
State Changed
From-To: open->closed

Committed, thanks!