From owner-freebsd-ports@FreeBSD.ORG Sat Feb 10 21:47:57 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD1DA16A401 for ; Sat, 10 Feb 2007 21:47:57 +0000 (UTC) (envelope-from freebsd@bitfreak.org) Received: from mail.twinthornes.com (mail.twinthornes.com [65.75.198.147]) by mx1.freebsd.org (Postfix) with ESMTP id A2C7613C474 for ; Sat, 10 Feb 2007 21:47:57 +0000 (UTC) (envelope-from freebsd@bitfreak.org) Received: from [10.9.70.4] (pool-72-90-124-58.ptldor.fios.verizon.net [72.90.124.58]) by mail.twinthornes.com (Postfix) with ESMTP id 1B7FE8F for ; Sat, 10 Feb 2007 13:27:40 -0800 (PST) Message-ID: <45CE38CE.3000907@bitfreak.org> Date: Sat, 10 Feb 2007 13:27:42 -0800 From: Darren Pilgrim User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Backing up old installed files? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Feb 2007 21:47:57 -0000 I'm writing a port for a script that stores the configuration data in the same file as the program code itself. The long-term solution is to move the configuration data to another file, of course; however, that's proving to be a far slower process than originally expected. Other than delaying the submission until the configuration data is split from the script, what can/should I do?