From owner-freebsd-stable@FreeBSD.ORG Thu Aug 17 15:17:44 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 789E016A4DF for ; Thu, 17 Aug 2006 15:17:44 +0000 (UTC) (envelope-from xiongfeng.tom@googlemail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id D33CE43D46 for ; Thu, 17 Aug 2006 15:17:43 +0000 (GMT) (envelope-from xiongfeng.tom@googlemail.com) Received: by wr-out-0506.google.com with SMTP id 70so87055wra for ; Thu, 17 Aug 2006 08:17:43 -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:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=uM9XNkW1SIdacx4MHa1nwPK20LbJleMIcN6hD8gkW5d1w8pcfYDt+7FnTeKwRXEDRbK9CXNQAkaVHEad4U2goYJasWew5zhQb03YUmzbVZdP5EdWQQz11gito8p2CgXAo5JXEwxFvDONeX4Fo2RO28HiGww+93ZTextdhGzJn2M= Received: by 10.49.20.5 with SMTP id x5mr2198605nfi; Thu, 17 Aug 2006 08:17:42 -0700 (PDT) Received: from ?192.168.0.100? ( [84.139.170.105]) by mx.gmail.com with ESMTP id l21sm5815852nfc.2006.08.17.08.17.40; Thu, 17 Aug 2006 08:17:42 -0700 (PDT) Message-ID: <44E4888E.8070100@gmail.com> Date: Thu, 17 Aug 2006 17:17:34 +0200 User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Kris Kennaway References: <44E44316.3060900@gmail.com> <20060817133259.GA22730@xor.obsecurity.org> <44E477E5.5090003@gmail.com> <20060817150656.GA25235@xor.obsecurity.org> In-Reply-To: <20060817150656.GA25235@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit From: Tom Hummel Cc: freebsd-stable@freebsd.org 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: Thu, 17 Aug 2006 15:17:44 -0000 > Where did bash come from? It's not part of FreeBSD; I guess you > somehow replaced /bin/sh with bash. gosh, no. Bash should be located in /usr/local/bin/ and I invoke it at login for root in chase of an interactive session through ~/.cshrc. I didn't want to change root's login shell into something not part of fbsd-base. tom