From owner-cvs-all Sun Jul 22 19:19: 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 0843F37B403; Sun, 22 Jul 2001 19:19:03 -0700 (PDT) (envelope-from gshapiro@FreeBSD.org) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6N2J3K68966; Sun, 22 Jul 2001 19:19:03 -0700 (PDT) (envelope-from gshapiro) Message-Id: <200107230219.f6N2J3K68966@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Sun, 22 Jul 2001 19:19:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mail Makefile src/etc/sendmail 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/07/22 19:19:02 PDT Modified files: etc/mail Makefile etc/sendmail Makefile Log: If the user sets SENDMAIL_MC to /etc/mail/sendmail.mc, install is told to install /etc/mail/sendmail.cf to /etc/mail/sendmail.cf and exits with an error: ===> etc/sendmail install -c -o root -g wheel -m 644 /etc/mail/sendmail.cf /etc/mail/sendmail.cf install: /etc/mail/sendmail.cf and /etc/mail/sendmail.cf are the same file *** Error code 64 Catch this in the Makefile and don't call install if the source and target are the same file. Reported by: Alexandr Listopad MFC after: 1 week Revision Changes Path 1.19 +3 -1 src/etc/mail/Makefile 1.11 +10 -4 src/etc/sendmail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message