Am 04.06.2010 20:56, schrieb Stefan Miklosovic:

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)

What do you want to achieve with this? Installing shells/bash from ports followed by a "chsh" or "vipw" is not sufficient?

If you really want a system without csh please have a look at src.conf(5) which has the knob you want:

WITHOUT_TCSH
      Set to not build and install /bin/csh (which is tcsh(1)).

If you add "WITHOUT_TCSH=YES" to your /etc/src.conf you probably can get rid of csh after the next buildworld with the commands "make delete-old; make delete-old-libs"

Uwe
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to