Browse Source

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

owner and group.  Reported by Mark Patruck.  ok deraadt@ miod@
OPENBSD_5_8
naddy 9 years ago
parent
commit
830def10dc
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/mail/Makefile

+ 2
- 2
src/etc/mail/Makefile 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. # Generate the various .db versions from their source files.
@ -14,7 +14,7 @@ distribution:
${INSTALL} -c -o root -g wheel -m 644 aliases \ ${INSTALL} -c -o root -g wheel -m 644 aliases \
${DESTDIR}/etc/mail/aliases ${DESTDIR}/etc/mail/aliases
${MAKEMAP} -t aliases -o ${DESTDIR}/etc/mail/aliases.db \ ${MAKEMAP} -t aliases -o ${DESTDIR}/etc/mail/aliases.db \
aliases
${DESTDIR}/etc/mail/aliases
${INSTALL} -c -o root -g wheel -m 644 smtpd.conf \ ${INSTALL} -c -o root -g wheel -m 644 smtpd.conf \
${DESTDIR}/etc/mail/smtpd.conf ${DESTDIR}/etc/mail/smtpd.conf
${INSTALL} -c -o root -g wheel -m 644 spamd.conf \ ${INSTALL} -c -o root -g wheel -m 644 spamd.conf \


Loading…
Cancel
Save