From owner-cvs-all@FreeBSD.ORG Tue Jan 24 16:16:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39FA416A41F; Tue, 24 Jan 2006 16:16:01 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A67843D4C; Tue, 24 Jan 2006 16:16:00 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k0OGFxDi018185; Tue, 24 Jan 2006 09:15:59 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <43D652BF.3000303@samsco.org> Date: Tue, 24 Jan 2006 09:15:59 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Bjoern A. Zeeb" References: <200601241558.k0OFwBfH029416@repoman.freebsd.org> <43D65102.4070800@samsco.org> <20060124161046.K24703@maildrop.int.zabbadoz.net> In-Reply-To: <20060124161046.K24703@maildrop.int.zabbadoz.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Pawel Jakub Dawidek , cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jan 2006 16:16:01 -0000 Bjoern A. Zeeb wrote: > On Tue, 24 Jan 2006, Scott Long wrote: > >> Pawel Jakub Dawidek wrote: >> >>> pjd 2006-01-24 15:58:11 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: (Branch: RELENG_6) >>> . UPDATING Log: >>> Document the move of setkey from /usr/sbin/ to /sbin/. >>> A bit late, but better than never. >>> Reminded by: bz >>> Revision Changes Path >>> 1.416.2.15 +4 -0 src/UPDATING >> >> >> Can a symlink be added so that 3rd party scripts can find >> it? > > > If we do this we will need to remove it from ObsoleteFiles.inc too > but I'd rather not have a symlink. It should still be in path. > > I know of only one person who had complained about this up to > now. > Ok, then it needs to be documented clearly in the release notes and include an explaination of why the location was changed. Scott