Browse Source

enable smtpd in the build

"please enable it" deraadt@
OPENBSD_4_6
gilles 15 years ago
parent
commit
5459eb096e
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/etc/Makefile

+ 2
- 1
src/etc/Makefile View File

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


Loading…
Cancel
Save