From 5459eb096ef184f38015c75837088fba651ac9bb Mon Sep 17 00:00:00 2001 From: gilles <> Date: Tue, 17 Mar 2009 00:13:59 +0000 Subject: [PATCH] enable smtpd in the build "please enable it" deraadt@ --- src/etc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/etc/Makefile b/src/etc/Makefile index d0fa8caf..b5a95be9 100644 --- a/src/etc/Makefile +++ b/src/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.268 2008/06/15 01:52:19 todd Exp $ +# $OpenBSD: Makefile,v 1.269 2009/03/17 00:13:59 gilles Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -87,6 +87,7 @@ distribution-etc-root-var: distrib-dirs ${INSTALL} -c -o root -g wheel -m 600 ipsec.conf ${DESTDIR}/etc ${INSTALL} -c -o root -g wheel -m 600 sasyncd.conf ${DESTDIR}/etc ${INSTALL} -c -o root -g wheel -m 600 snmpd.conf ${DESTDIR}/etc + ${INSTALL} -c -o root -g _smtpd -m 644 smtpd.conf ${DESTDIR}/etc/mail ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \ etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev cd root; \