CVSROOT: /cvs Module name: src Changes by: gil...@cvs.openbsd.org 2016/02/13 01:53:18
Modified files: usr.sbin/smtpd : makemap.8 makemap.c Log message: remove support for 'dbm' which is really 'recno' from our makemap, it can't work because it requires dbopen() to be the call that creates the db, while we want mkstemp() to create an empty db ourselves. it has never worked, no one could ever create a recno db with our makemap & no one actually noticed so drop it. ok millert@, sunil@, jung@