From owner-freebsd-questions@FreeBSD.ORG Thu Jan 15 03:19:05 2009 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 C6560106564A for ; Thu, 15 Jan 2009 03:19:05 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id 9BEBE8FC13 for ; Thu, 15 Jan 2009 03:19:05 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 43B7D21086A; Wed, 14 Jan 2009 22:19:05 -0500 (EST) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Wed, 14 Jan 2009 22:19:05 -0500 X-Sasl-enc: MjAe7/HSshtPZMnXm4w6FOk/NWn8PlxgoQ/X5nZDBamm 1231989544 Received: from hagrid.ewd.goldmark.org (n114.ewd.goldmark.org [72.64.118.114]) by mail.messagingengine.com (Postfix) with ESMTPSA id B6E0D2674F; Wed, 14 Jan 2009 22:19:04 -0500 (EST) Message-Id: <2D06D61F-1EB7-4F38-9D77-D8F634A1AA95@goldmark.org> From: Jeffrey Goldberg To: Zbigniew Szalbot In-Reply-To: <94136a2c0901141003hf976918vee0e5c6c9262000a@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Wed, 14 Jan 2009 21:14:02 -0600 References: <94136a2c0901141003hf976918vee0e5c6c9262000a@mail.gmail.com> X-Mailer: Apple Mail (2.930.3) Cc: User Questions Subject: Re: Performing installed ports upgrade / leaving some software intact 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, 15 Jan 2009 03:19:06 -0000 On Jan 14, 2009, at 12:03 PM, Zbigniew Szalbot wrote: > 1/ backing up the hacked [mailman] files and restoring them later > (but I will > overwrite the newer files with older ones perhaps breaking something). > 2/ making them read only (but the end result will be the same and > upgrading as root I will overwrite them anyway). Keep in mind mailman is all python. There really is nothing to recompile after a system upgrade. (Unless you are upgrading python which you aren't). Cheers, -j