Subject: CVS commit: pkgsrc/mail/mutt
To: None <pkgsrc-changes@NetBSD.org>
From: Ben Collver <ben@netbsd.org>
List: pkgsrc-changes
Date: 01/01/2006 13:28:02
Module Name:	pkgsrc
Committed By:	ben
Date:		Sun Jan  1 13:28:02 UTC 2006

Modified Files:
	pkgsrc/mail/mutt: Makefile

Log Message:
When the mailpath is group-writable and not world-writable, the
configure script sets bin/mutt_dotlock to install setgid mail.  Interix
installs the mail spool directory group writable and not world-writable,
however the group is +Administrators.  Interix does not install a group
named mail, which causes the mutt install to fail.

Fix this by replacing group mail with group +Administrators.


To generate a diff of this commit:
cvs rdiff -r1.132 -r1.133 pkgsrc/mail/mutt/Makefile

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