From owner-freebsd-questions@FreeBSD.ORG Fri Jun 4 18:56:04 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 37C90106566B for ; Fri, 4 Jun 2010 18:56:04 +0000 (UTC) (envelope-from miklosovic.freebsd@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id BC6278FC12 for ; Fri, 4 Jun 2010 18:56:03 +0000 (UTC) Received: by fxm20 with SMTP id 20so954015fxm.13 for ; Fri, 04 Jun 2010 11:56:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=C/oBOLFn6g5Hy3Ow9b63bYi2pIcXn7CPxxaF7GdRlz0=; b=wvP+ryYbpgHU1emWJFMPIxigq+uf2nDTzUwYch5KpYO6SLULnALtPzNqFYlTQU16nM sGsX+dadpd5IQcO7SwNthiZVzkUHkS2JshGW98F+W04CU1a7j36z0xpHBxtKugHu4U+i JI8UiYPNeZsI01bfICzlxFiEMDPNh3iNc6W+s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ugIgy8/wSYF8oEQN6XrgWMQ/ke3vee0oVn5Rq6RNi8/dnGc7opEbwH45BS2O4VDnp1 Vh06HAqwP2sKxhCIXBQB6eUx6qZwXRceOFXbNGsj5OlzRBtMO9itY50yVpfZKWXBiRwL 7jSVOil6/2tMMsGTvSdkYJnxcgolkooB1+L8A= MIME-Version: 1.0 Received: by 10.103.80.1 with SMTP id h1mr3912035mul.120.1275677762593; Fri, 04 Jun 2010 11:56:02 -0700 (PDT) Received: by 10.103.172.11 with HTTP; Fri, 4 Jun 2010 11:56:02 -0700 (PDT) Date: Fri, 4 Jun 2010 20:56:02 +0200 Message-ID: From: Stefan Miklosovic To: freebsd-questions Content-Type: text/plain; charset=ISO-8859-1 Subject: 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: Fri, 04 Jun 2010 18:56:04 -0000 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 ? Thank you for reply Have a nice day