From owner-freebsd-stable@FreeBSD.ORG Fri Aug 18 12:24:17 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F9D716A4DE for ; Fri, 18 Aug 2006 12:24:17 +0000 (UTC) (envelope-from xiongfeng.tom@googlemail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55F9443D6D for ; Fri, 18 Aug 2006 12:24:13 +0000 (GMT) (envelope-from xiongfeng.tom@googlemail.com) Received: by nf-out-0910.google.com with SMTP id n29so1411522nfc for ; Fri, 18 Aug 2006 05:24:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=E/WSpueSLOceDhlKG6ugz18BlnY6to979PnxaukLoXDkP01lOxTwN3R9Es17tenrTjzCT/A1XWTitgu0pbH/8X0M1xW42yFZuOKsjubSw3AiMB4ip92x3w4fpzEN8ZA86O6BUREKYIPyBnMPCryhi1SIapRPskCZnQdPIpRst5k= Received: by 10.48.210.20 with SMTP id i20mr3925926nfg; Fri, 18 Aug 2006 05:24:12 -0700 (PDT) Received: from ?192.168.0.100? ( [84.139.159.30]) by mx.gmail.com with ESMTP id 11sm2224879hug.2006.08.18.05.24.10; Fri, 18 Aug 2006 05:24:11 -0700 (PDT) Message-ID: <44E5B165.60504@gmail.com> Date: Fri, 18 Aug 2006 14:24:05 +0200 User-Agent: Thunderbird 1.5.0.5 (X11/20060817) MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <44E44316.3060900@gmail.com> <20060817133259.GA22730@xor.obsecurity.org> <44E477E5.5090003@gmail.com> <20060817150656.GA25235@xor.obsecurity.org> <44E4888E.8070100@gmail.com> <20060817170211.GA28242@xor.obsecurity.org> <44E4A70C.2080105@gmail.com> <20060817173200.GA29060@xor.obsecurity.org> <44E4B129.6060308@gmail.com> <20060817191620.GA33267@xor.obsecurity.org> <44E5AC4B.6020208@gmail.com> <44E5AE27.4060606@protected-networks.net> In-Reply-To: <44E5AE27.4060606@protected-networks.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit From: Tom Hummel Subject: Re: make buildworld does nothing X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Aug 2006 12:24:17 -0000 > FWIW I use /bin/tcsh as the root shell since it includes command-line > editing and my fingers are often dyslexic before a sufficient caffeine > intake ;-) 'buildworld' works with it, I dont want to use anything not in base for root's login shell tom