diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-05-05 22:00:18 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-05-05 22:00:18 +0000 |
commit | b1e2e553c94b439302a1b3bb8500e2cc78896e65 (patch) | |
tree | d963ed19bf0d1c486ba83fb15a6d6ceb7460146b /gnu/usr.sbin/sendmail | |
parent | ca8a4ccfe938b07fa473a582784074e5f93813cd (diff) |
Define FAST_PID_RECYCLE -- will be on for OpenBSD in next sendmail release
Diffstat (limited to 'gnu/usr.sbin/sendmail')
-rw-r--r-- | gnu/usr.sbin/sendmail/sendmail/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.sbin/sendmail/sendmail/Makefile b/gnu/usr.sbin/sendmail/sendmail/Makefile index 5e6ae5e2f91..4bf21c2ebe1 100644 --- a/gnu/usr.sbin/sendmail/sendmail/Makefile +++ b/gnu/usr.sbin/sendmail/sendmail/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2001/02/11 22:35:18 millert Exp $ +# $OpenBSD: Makefile,v 1.12 2001/05/05 22:00:17 millert Exp $ PROG= sendmail @@ -13,6 +13,9 @@ DPADD= ${LIBSSL} ${LIBCRYPTO} # Work around broken name servers that return SERV_FAIL for AAAA records ENVDEF+= -D_FFR_WORKAROUND_BROKEN_NAMESERVERS +# Since we have random PIDs we need to be careful to avoid filename collisions +ENVDEF+= -DFAST_PID_RECYCLE + # To cause sendmail to drop privs in test mode (-bt) uncomment the following #ENVDEF+= -D_FFR_TESTMODE_DROP_PRIVS |