Use /var/tmp not /usr/tmp for deadletters
authoretheisen <etheisen@openbsd.org>
Tue, 23 Jan 1996 13:54:28 +0000 (13:54 +0000)
committeretheisen <etheisen@openbsd.org>
Tue, 23 Jan 1996 13:54:28 +0000 (13:54 +0000)
usr.sbin/sendmail/src/Makefile
usr.sbin/sendmail/src/Makefile.NetBSD

index aa843bb..192b91f 100644 (file)
@@ -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 \
index aa843bb..192b91f 100644 (file)
@@ -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 \