Browse Source

sendmail is really /usr/libexec/sendmail/sendmail now - not /usr/sbin

OPENBSD_2_7
peter 24 years ago
parent
commit
c6505f287c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/Makefile

+ 2
- 2
src/etc/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.105 2000/01/05 20:16:36 angelos Exp $
# $OpenBSD: Makefile,v 1.106 2000/01/11 13:50:03 peter Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific
@ -206,7 +206,7 @@ distribution-etc-root-var: distrib-dirs
(cd ../lib/libssl; ${MAKE} -f Makefile.bsd-wrapper distribution)
(cd ../gnu/usr.bin/lynx; ${MAKE} -f Makefile.bsd-wrapper distribution)
(cd ../usr.bin/mail; ${MAKE} distribution)
/usr/sbin/sendmail -C${DESTDIR}/etc/sendmail.cf -bi -O AliasFile=${DESTDIR}/etc/aliases
/usr/libexec/sendmail/sendmail -C${DESTDIR}/etc/sendmail.cf -bi -O AliasFile=${DESTDIR}/etc/aliases
${INSTALL} -c -o root -g wheel -m 600 root/root.mail \
${DESTDIR}/var/mail/root


Loading…
Cancel
Save