From owner-svn-src-head@FreeBSD.ORG Fri Nov 25 09:10:52 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E8491065677; Fri, 25 Nov 2011 09:10:52 +0000 (UTC) (envelope-from fjoe@samodelkin.net) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id EF4CC8FC19; Fri, 25 Nov 2011 09:10:51 +0000 (UTC) Received: by ggnk5 with SMTP id k5so4627874ggn.13 for ; Fri, 25 Nov 2011 01:10:51 -0800 (PST) MIME-Version: 1.0 Received: by 10.182.77.193 with SMTP id u1mr9995840obw.33.1322210766147; Fri, 25 Nov 2011 00:46:06 -0800 (PST) Sender: fjoe@samodelkin.net Received: by 10.182.76.225 with HTTP; Fri, 25 Nov 2011 00:46:06 -0800 (PST) X-Originating-IP: [93.92.220.178] In-Reply-To: <4ECEB330.5090201@FreeBSD.org> References: <201111242034.pAOKYoG0011596@svn.freebsd.org> <4ECEB330.5090201@FreeBSD.org> Date: Fri, 25 Nov 2011 15:46:06 +0700 X-Google-Sender-Auth: bo0Kfd_zEgdJJ1yi-QMAySWuYoo Message-ID: From: Max Khon To: Doug Barton X-Mailman-Approved-At: Fri, 25 Nov 2011 14:49:10 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r227953 - head/gnu/lib/libodialog X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Nov 2011 09:10:52 -0000 Doug, On Fri, Nov 25, 2011 at 4:12 AM, Doug Barton wrote: > Author: fjoe > > Date: Thu Nov 24 20:34:50 2011 > > New Revision: 227953 > > URL: http://svn.freebsd.org/changeset/base/227953 > > > > Log: > > libodialog: Remove no longer used library. > > > > Deleted: > > head/gnu/lib/libodialog/ > > I'm curious ... I asked Nathan to please bring back sysinstall until we > have a suitable replacement for the post-install configuration role that > it plays. Is your change here going to make that more difficult? I did not know about that. If we ever would want to resurrect it 1) I would insist on removing (or merging in) sade functionality 2) I would remove all installation and scripting functionality, leaving only post-configuration 3) Given 1) and 2) I can help porting it to the new libdialog Aside from that, I'd better implement new post-install configuration tool. Max