From owner-freebsd-questions@FreeBSD.ORG Thu Oct 11 05:51:02 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4453716A418 for ; Thu, 11 Oct 2007 05:51:02 +0000 (UTC) (envelope-from stwalley2004@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.189]) by mx1.freebsd.org (Postfix) with ESMTP id 2343C13C457 for ; Thu, 11 Oct 2007 05:51:02 +0000 (UTC) (envelope-from stwalley2004@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so349722rvb for ; Wed, 10 Oct 2007 22:51:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=aQYB0JwV8B4SL+mbG+lz6tZYKOyuhaof0ZyFnMd75+g=; b=DjUV13cxBJhfhGxpNprrbWYA3liCbcvOw3BwMggSD8VctEGl/f9gCrinaWzXTkq+4WfMHSk6ka444ZcCPw/CfjutFgwAUf4Tq5AEyRavSSY20fYAyNt3Pk+UATkOQh6ip2q2SYZg8PHwvJusThpkqwIleSyWdTWn7rffh4TF1U8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=es7Bbhu0b/pBl4FbxoPFZg5rlzNkdDNQ/DHqemsfDfhhW5G3eL3ekw+89K7g5mDxq9Q0Bz4i18Def09vU4Pb14kYanmqBYPWoDtRosOMiE5nTMryYhmvy08encNTR0JEyvyGcr2gzcUoxof+09rH88yAvT7upGnRYGXNbq/R9kY= Received: by 10.142.106.18 with SMTP id e18mr447116wfc.1192081861571; Wed, 10 Oct 2007 22:51:01 -0700 (PDT) Received: by 10.142.185.1 with HTTP; Wed, 10 Oct 2007 22:51:01 -0700 (PDT) Message-ID: <687f2b920710102251i4b3b3bf8uadcae71dc407881@mail.gmail.com> Date: Thu, 11 Oct 2007 01:51:01 -0400 From: "Bill Stwalley" To: "Aryeh Friedman" In-Reply-To: MIME-Version: 1.0 References: <687f2b920710102233ve746e2auece74d1e95486e73@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: best way to update ports 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, 11 Oct 2007 05:51:02 -0000 On 10/11/07, Aryeh Friedman wrote: > > On 10/11/07, Bill Stwalley wrote: > > Hi, > > > > I need your advice on how to update security patches for ports on a > dozen > > servers with minimal efforts. > > If the servers are homogenious why not have a single /usr/local and > nfs mount it? > yeah, in that situation nfs mount will be easy. My servers are in different cities, and the ports are installed with different options on different servers, for example, some postfix use unix login accounts, some postfix use courier authentication with mysql database. So unfortunately I can't share the same ports among them.