From owner-freebsd-questions@FreeBSD.ORG Thu May 26 06:42:47 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EEE616A41C for ; Thu, 26 May 2005 06:42:47 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3763843D48 for ; Thu, 26 May 2005 06:42:45 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id j4Q6YUKV009405 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 26 May 2005 13:34:30 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id j4Q6eCpw063569; Thu, 26 May 2005 13:40:12 +0700 (ICT) Date: Thu, 26 May 2005 13:40:12 +0700 (ICT) Message-Id: <200505260640.j4Q6eCpw063569@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd-questions@freebsd.org X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Subject: sendmail update X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2005 06:42:47 -0000 Hi, I have 2 questions about the update procedure and sendmail. 1) where is the equivalent of sendmail-x.y.z/devtools/Site/site.config.m4 in FreeBSD installation of sendmail? I need to add some features to the site.config.m4 file to build the version of sendmail I want. So far, I have to rebuild sendmail by hand, independently from FreeBSD, after each system update. 2) I have a patch that I want to apply to sendmail source tree, before I build sendmail. I would like to have that patch applied automatically to /usr/src/contrib/sendmail before it builds. How do i do that? Best regards, Olivier