From owner-freebsd-current@FreeBSD.ORG Tue Sep 27 00:59:37 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98349106564A; Tue, 27 Sep 2011 00:59:37 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 209608FC13; Tue, 27 Sep 2011 00:59:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; q=dns/txt; s=DKIM-NAME-SERVICES; d=a1poweruser.com; h=From:To:Cc:Subject:Message-ID:X-Sender:X-Envelope-From; l=500; bh=KqiNV7dCGybvc4IDzmU1tUWpr2wvJl/PpG4Zj1selPg=; b=dfJdSzM+wHj4PCb9f753XqkFf+P29P5sKmPlwEorOowQXZg9IjwgadhuoFpKHP8GJ+S2WRkqpJ8tWbC0FHl4EBdaGlxro8vug9orjfp/f3hlym10glGBncptHgHHXwg4qp0KqXp7d6KsabzRxhg6iB/l7aMjEUeuRV+0rEMujVM= Received: from [192.168.1.64] ([76.240.47.196]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 26 Sep 2011 17:59:36 -0700 Message-ID: <4E811FF7.7010607@a1poweruser.com> Date: Mon, 26 Sep 2011 20:59:35 -0400 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: eadler@FreeBSD.org, FreeBSD Questions , freebsd-current@freebsd.org References: <201109262324.p8QNO0NN070853@freefall.freebsd.org> In-Reply-To: <201109262324.p8QNO0NN070853@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 27 Sep 2011 00:59:36.0303 (UTC) FILETIME=[B9F807F0:01CC7CB0] X-Sender: fbsd8@a1poweruser.com X-Envelope-From: fbsd8*a1poweruser.com Cc: freebsd-bugs@FreeBSD.org Subject: Re: bin/160979: 9.0 burncd error caused by change to cd0 from acd0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2011 00:59:37 -0000 eadler@FreeBSD.org wrote: > Synopsis: 9.0 burncd error caused by change to cd0 from acd0 > > State-Changed-From-To: open->analyzed > State-Changed-By: eadler > State-Changed-When: Mon Sep 26 23:24:00 UTC 2011 > State-Changed-Why: > requires only a release notes entry; use cdrecord instead of burncd > > http://www.freebsd.org/cgi/query-pr.cgi?pr=160979 > > Your solution is very un-professional. What your solution purposes to do is do nothing. I think your judgment is flawed and a larger group of your peers need to review your judgment in this case. burncd has been part of the system utilities included in the basic release since release 4.0 and cdrecord is a port. The professional solution is to remove burncd from the 9.0 system release and add the cdrecord command to the basic release as the replacement for burncd. Then add release notes entry of the change. You do not knowingly leave a non-working utility in the system, period, or not provide a included replacement for a popular utility as this one. The alternative is to fix burncd or backout the acd0 to cd0 change from 9.0 which may be the most desired solution because its obvious that no one researched the impact this change may have. This change may impact many ports that access cd/dvd drives for read and write access. burncd may be a very small worm in a large can of big worms.