From: etheisen Date: Tue, 23 Jan 1996 13:54:28 +0000 (+0000) Subject: Use /var/tmp not /usr/tmp for deadletters X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=482d238d474b6534171a9e01c1338eb4cc348b85;p=openbsd Use /var/tmp not /usr/tmp for deadletters --- diff --git a/usr.sbin/sendmail/src/Makefile b/usr.sbin/sendmail/src/Makefile index aa843bbe4a8..192b91f4a62 100644 --- a/usr.sbin/sendmail/src/Makefile +++ b/usr.sbin/sendmail/src/Makefile @@ -17,7 +17,7 @@ PROG= sendmail # spiral snail, but it will work. DBMDEF= -DNEWDB -DNIS -CFLAGS+=-I${.CURDIR} ${DBMDEF} -DNETISO +CFLAGS+=-I${.CURDIR} ${DBMDEF} -DNETISO -D_PATH_VARTMP='"/var/tmp"' SRCS= alias.c arpadate.c clock.c collect.c conf.c convtime.c daemon.c \ deliver.c domain.c envelope.c err.c headers.c macro.c main.c map.c \ diff --git a/usr.sbin/sendmail/src/Makefile.NetBSD b/usr.sbin/sendmail/src/Makefile.NetBSD index aa843bbe4a8..192b91f4a62 100644 --- a/usr.sbin/sendmail/src/Makefile.NetBSD +++ b/usr.sbin/sendmail/src/Makefile.NetBSD @@ -17,7 +17,7 @@ PROG= sendmail # spiral snail, but it will work. DBMDEF= -DNEWDB -DNIS -CFLAGS+=-I${.CURDIR} ${DBMDEF} -DNETISO +CFLAGS+=-I${.CURDIR} ${DBMDEF} -DNETISO -D_PATH_VARTMP='"/var/tmp"' SRCS= alias.c arpadate.c clock.c collect.c conf.c convtime.c daemon.c \ deliver.c domain.c envelope.c err.c headers.c macro.c main.c map.c \