From owner-cvs-all Sat Nov 10 21:27: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD91C37B41A; Sat, 10 Nov 2001 21:26:59 -0800 (PST) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAB5Qx921415; Sat, 10 Nov 2001 21:26:59 -0800 (PST) (envelope-from gshapiro) Message-Id: <200111110526.fAB5Qx921415@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Sat, 10 Nov 2001 21:26:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib Makefile src/share/doc/smm Makefile src/usr.bin Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gshapiro 2001/11/10 21:26:59 PST Modified files: lib Makefile share/doc/smm Makefile usr.bin Makefile Log: Fix NO_SENDMAIL knob. When FreeBSD's old BSD version of vacation was replaced with the new version in sendmail's distribution, vacation and the necessary libraries (libsmdb and libsmutil) were changed so they were always compiled. This broke people who didn't checkout src/contrib/sendmail/. I don't know if it's best to think of NO_SENDMAIL as no sendmail sources available or no sendmail binary. It is now the former. Also, remove the sendmail chapter from System Managers Manual (SMM) if NO_SENDMAIL is defined (for similar reasons -- source not available). PR: 31863, 31865 Submitted by: matusita, Joe Kelsey MFC after: 3 days Revision Changes Path 1.130 +6 -1 src/lib/Makefile 1.16 +6 -2 src/share/doc/smm/Makefile 1.169 +4 -1 src/usr.bin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message