From owner-cvs-usrsbin Mon Oct 28 21:23:10 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA26361 for cvs-usrsbin-outgoing; Mon, 28 Oct 1996 21:23:10 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA26332; Mon, 28 Oct 1996 21:22:57 -0800 (PST) Date: Mon, 28 Oct 1996 21:22:57 -0800 (PST) From: Peter Wemm Message-Id: <199610290522.VAA26332@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:22:55 Modified: usr.sbin/sendmail/mail.local Makefile mail.local.8 mail.local.c Log: Merge in our changes from src/libexec/mail.local. This version doesn't violate disk quotas, has more robust locking, is still being developed, etc. The main changes merged in were the ability to not fsync() the mailbox, not do biff/comsat broadcasts, man page fixes. Revision Changes Path 1.2 +5 -1 src/usr.sbin/sendmail/mail.local/Makefile 1.2 +6 -1 src/usr.sbin/sendmail/mail.local/mail.local.8 1.2 +93 -28 src/usr.sbin/sendmail/mail.local/mail.local.c