From a7f090719998e50573de02799c8d9edc90099c05 Mon Sep 17 00:00:00 2001 From: etheisen Date: Tue, 23 Jan 1996 15:14:40 +0000 Subject: [PATCH] Use /var/tmp not /usr/tmp for deadletters --- usr.sbin/sendmail/src/Makefile.BSD44 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/sendmail/src/Makefile.BSD44 b/usr.sbin/sendmail/src/Makefile.BSD44 index ebeacd01622..db45f1aee76 100644 --- a/usr.sbin/sendmail/src/Makefile.BSD44 +++ b/usr.sbin/sendmail/src/Makefile.BSD44 @@ -18,7 +18,7 @@ PROG= sendmail DBMDEF= -DNEWDB -DNIS #nasty warning about gcc 2.4.x caused bugs -CFLAGS=-I${.CURDIR} ${DBMDEF} -DNETISO +CFLAGS=-I${.CURDIR} ${DBMDEF} -DNETISO -D_PATH_VARTMP='"/var/tmp"' #CFLAGS+=-I${.CURDIR} ${DBMDEF} -DNETISO SRCS= alias.c arpadate.c clock.c collect.c conf.c convtime.c daemon.c \ -- 2.20.1