Subject: CVS commit: pkgsrc/mail/sqwebmail
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 01/25/2002 02:19:00
Module Name:	pkgsrc
Committed By:	jlam
Date:		Fri Jan 25 00:19:00 UTC 2002

Modified Files:
	pkgsrc/mail/sqwebmail: Makefile distinfo
Added Files:
	pkgsrc/mail/sqwebmail/patches: patch-ae

Log Message:
Do some editting of the output returned by OpenLDAP's ldapsearch so that
it can be parsed by SqWebMail.  SqWebMail expects output to be of the
form
	class1=name1
	class2=name2
	...

but the output from ldapsearch seems to be

	class1: name1
	class2: name2

We massage it into the former using sed.  This makes LDAP searches against
ldap.bigfoot.com work properly when using the "Global Addressbook" feature
of SqWebMail.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/mail/sqwebmail/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/mail/sqwebmail/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/mail/sqwebmail/patches/patch-ae

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.