From owner-freebsd-questions@FreeBSD.ORG Sat Jun 5 16:34:46 2010 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 6672B1065677 for ; Sat, 5 Jun 2010 16:34:46 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 222CB8FC16 for ; Sat, 5 Jun 2010 16:34:45 +0000 (UTC) Received: by gwaa12 with SMTP id a12so414624gwa.13 for ; Sat, 05 Jun 2010 09:34:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=mVKNcx1OAzEj/trx7vDSFRwAu3aDsfGycfToUixIvKs=; b=cMe7fw1rTT/4JAQ8cxa6HtdGkXTKJpk7JuVVz3SB+uFCdHWbAs/PRgQPhB89fISgnh vTJEUPiLegnMSQxj02nX7NpXsO3qjjzFfpOMBs65EgEA5eMEHfunv+3SnDhQqnG7ISn9 yiINlzFDVv86h5hVUJkhlg311Pq/KSFEcc7RI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=b5VNN4cNj0QeEwxYfZhJSS6uop+fHmRCfWzO66p3XRhP1veOCs6IQ+hyhkeI1zOW/S xP3oGq1T/MXt3B+/FOXJNsmK1Scp/k3ynEHFzNouxApLHa7MED+1tInJOsp0tJHPE12A 7NMZJaYe+RvcMAMQDdJ68Sl/jf1A9xtCxBG5I= MIME-Version: 1.0 Received: by 10.91.43.15 with SMTP id v15mr5901149agj.122.1275755685102; Sat, 05 Jun 2010 09:34:45 -0700 (PDT) Received: by 10.90.84.19 with HTTP; Sat, 5 Jun 2010 09:34:44 -0700 (PDT) In-Reply-To: References: Date: Sat, 5 Jun 2010 12:34:44 -0400 Message-ID: From: "illoai@gmail.com" To: Stefan Miklosovic Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions Subject: Re: bash instead of csh (completely) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jun 2010 16:34:46 -0000 On 4 June 2010 14:56, Stefan Miklosovic wrote: > Hi list, > > title says it, i would like completely remove csh and install bash > instead. As far I know, csh is build in system, could I remove it > manually and install bash (of course, in reverse order :D) > > Are there such dependencies on csh? I know that real system scripting > is done via /bin/sh > co absence of csh shell should not break system. > > Am I wrong ? Entirely removing [t]csh sounds like a frustrating exercise in futility, but have fun. But before you switch your root shell to something that resides not in your root partition: http://forums.freebsd.org/showthread.php?t=14676 -- --