From c6505f287ccfa98da65b77c5ba568947a530a179 Mon Sep 17 00:00:00 2001 From: peter <> Date: Tue, 11 Jan 2000 13:50:03 +0000 Subject: [PATCH] sendmail is really /usr/libexec/sendmail/sendmail now - not /usr/sbin --- src/etc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/Makefile b/src/etc/Makefile index be005725..1d73ba77 100644 --- a/src/etc/Makefile +++ b/src/etc/Makefile @@ -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