1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

Create aliases.db from the installed aliases file, so we get the correct

owner and group.  Reported by Mark Patruck.  ok deraadt@ miod@
This commit is contained in:
naddy 2015-05-26 14:34:59 +00:00
parent 2e3a105b77
commit 99cd43f8a2

View File

@ -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 \