From 830def10dc95bfa47b2ba2f40da4cbea816ded28 Mon Sep 17 00:00:00 2001 From: naddy <> Date: Tue, 26 May 2015 14:34:59 +0000 Subject: [PATCH] Create aliases.db from the installed aliases file, so we get the correct owner and group. Reported by Mark Patruck. ok deraadt@ miod@ --- src/etc/mail/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/mail/Makefile b/src/etc/mail/Makefile index f6c63aac..dc2a68ea 100644 --- a/src/etc/mail/Makefile +++ b/src/etc/mail/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2014/09/17 16:39:45 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.11 2015/05/26 14:34:59 naddy Exp $ # # Generate the various .db versions from their source files. @@ -14,7 +14,7 @@ distribution: ${INSTALL} -c -o root -g wheel -m 644 aliases \ ${DESTDIR}/etc/mail/aliases ${MAKEMAP} -t aliases -o ${DESTDIR}/etc/mail/aliases.db \ - aliases + ${DESTDIR}/etc/mail/aliases ${INSTALL} -c -o root -g wheel -m 644 smtpd.conf \ ${DESTDIR}/etc/mail/smtpd.conf ${INSTALL} -c -o root -g wheel -m 644 spamd.conf \