Bug 26149

Summary: /etc/mail/Makefile uses a wrong map type for userdb
Product: Base System Reporter: Yar Tikhiy <yar>
Component: binAssignee: Gregory Neil Shapiro <gshapiro>
Status: Closed FIXED    
Severity: Affects Only Me CC: gshapiro
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description Yar Tikhiy freebsd_committer freebsd_triage 2001-03-27 16:40:00 UTC
/etc/mail/Makefile builds all maps using the ``hash'' type,
while userdb should be of the ``btree'' type.

Fix: 

For instance, allot a separate target for userdb.db.
How-To-Repeat: 
Build userdb using the Makefile and see sendmail error messages:

	dbopen(/etc/mail/userdb.db): Inappropriate file type or format
Comment 1 Gregory Neil Shapiro freebsd_committer freebsd_triage 2001-03-27 18:34:16 UTC
Responsible Changed
From-To: freebsd-bugs->gshapiro

Over to sendmail maintainer (me).
Comment 2 Gregory Neil Shapiro freebsd_committer freebsd_triage 2001-04-01 23:48:16 UTC
State Changed
From-To: open->feedback

A fix has been checked into the HEAD (-CURRENT).  This PR will be closed 
when the change is MFC'ed into RELENG_4 (-STABLE).
Comment 3 Gregory Neil Shapiro freebsd_committer freebsd_triage 2001-04-16 19:05:17 UTC
State Changed
From-To: feedback->closed

The fix was committed to RELENG_4