From owner-freebsd-stable Tue Apr 3 13: 5:37 2001 Delivered-To: freebsd-stable@freebsd.org Received: from net2.dinoex.sub.org (net2.dinoex.de [212.184.201.182]) by hub.freebsd.org (Postfix) with ESMTP id 5799037B71C for ; Tue, 3 Apr 2001 13:05:25 -0700 (PDT) (envelope-from dirk.meyer@dinoex.sub.org) Received: from gate.dinoex.sub.org (dinoex@localhost) by net2.dinoex.sub.org (8.11.3/8.11.3) with BSMTP id f33K58J02532 for ; Tue, 3 Apr 2001 22:05:08 +0200 (CEST) (envelope-from dirk.meyer@dinoex.sub.org) X-MDaemon-Deliver-To: To: freebsd-stable@FreeBSD.ORG Message-ID: <+9uY4BS1zl@dmeyer.dinoex.sub.org> From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Organization: privat Subject: Re: Proposed changes to Makefile in /etc/mail Date: Tue, 03 Apr 2001 21:58:42 +0200 X-Mailer: Dinoex 1.77 References: <4.3.2.7.2.20010402235945.04a32760@localhost> X-Gateway: ZCONNECT gate.dinoex.sub.org [UNIX/Connect 0.91] X-Accept-Language: de,en X-PGP-Fingerprint: 44 16 EC 0A D3 3A 4F 28 8A 8A 47 93 F1 CF 2F 12 X-Noad: Please don't send me ad's by mail. I'm bored by this type of mail. X-Copyright: (C) Copyright 1999 by Dirk Meyer -- All rights reserved. X-Note: sending SPAM is a violation of both german and US law and will at least trigger a complaint at your provider's postmaster. X-PGP-Key-Avail: mailto:pgp-public-keys@keys.de.pgp.net Subject:GET 0x331CDA5D X-ZC-VIA: 20010403000000S+2@dinoex.sub.org Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brett Glass wrote: > The change adds 6 lines of code that I've had in my own Makefile for some > time. They tell the sytsem that `hostname`.mc -- if it exists -- should > be the default .mc file that is processed to make sendmail.cf. (The > `hostname`.mc convention is a longstanding one; it's used in the samples > in the source tree.) Thus, one can bring in one's collection of existing > .mc files, create a new file with the new host name, and carry the > expanded collection onward to the next machine one configures. I second this, I use a similar meachnism im my shared: admin/cf-8.11.3/local/Makefile I would like to suggest to allow a "Makefile.local" ----- snip ---- .if exists(Makefile.local) .include "Makefile.local" .endif ----- snip ---- kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message