From owner-freebsd-questions@FreeBSD.ORG Sat Dec 12 23:45:24 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 DAE151065693 for ; Sat, 12 Dec 2009 23:45:24 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell.rawbw.com (shell.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id B108F8FC26 for ; Sat, 12 Dec 2009 23:45:24 +0000 (UTC) Received: from eagle.syrec.org (c-24-6-221-126.hsd1.ca.comcast.net [24.6.221.126]) (authenticated bits=0) by shell.rawbw.com (8.13.6/8.13.6) with ESMTP id nBCNjOXH001717 for ; Sat, 12 Dec 2009 15:45:24 -0800 (PST) Message-ID: <4B242B13.5010101@rawbw.com> Date: Sat, 12 Dec 2009 15:45:23 -0800 From: Yuri User-Agent: Thunderbird 2.0.0.23 (X11/20091130) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Why /usr/ports/UPDATING and /usr/src/UPDATING files are needed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yuri@rawbw.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Dec 2009 23:45:24 -0000 When I am in FreeBSD I have to be always aware that I have to check these files before upgrading the system. And I need to do some custom things myself. When I am in Ubuntu apt-get just does everything by itself without manual intervention. Why FreeBSD doesn't automate things that are in UPDATING files as well? In almost 100% of cases it's no-brainer. Why can't portupgrade just execute a script instead of posting such script in UPDATING file and have me run it? Yuri