From owner-cvs-usrsbin Mon Oct 28 21:35:58 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA27631 for cvs-usrsbin-outgoing; Mon, 28 Oct 1996 21:35:58 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA27578; Mon, 28 Oct 1996 21:35:35 -0800 (PST) Date: Mon, 28 Oct 1996 21:35:35 -0800 (PST) From: Peter Wemm Message-Id: <199610290535.VAA27578@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/sendmail/mail.local Makefile mail.local.8 mail.local.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/10/28 21:35:34 Modified: usr.sbin/sendmail/mail.local Makefile mail.local.8 mail.local.c Log: Convert the DONT_FSYNC compile time option to a runtime option (like nobiff). The options to turn these on are specified in the LOCAL_MAILER_ARGS define the the sendmail.mc that you build from. Revision Changes Path 1.3 +0 -3 src/usr.sbin/sendmail/mail.local/Makefile 1.3 +8 -1 src/usr.sbin/sendmail/mail.local/mail.local.8 1.3 +19 -17 src/usr.sbin/sendmail/mail.local/mail.local.c