Date: Fri, 29 Oct 1999 16:17:51 -0700 (PDT) From: Alfred Perlstein <bright@wintelcom.net> To: J McKitrick <jcm@dogma.freebsd-uk.eu.org> Cc: freebsd-questions@FreeBSD.ORG Subject: root shell/toor shell Message-ID: <Pine.BSF.4.05.9910291615290.12797-100000@fw.wintelcom.net> In-Reply-To: <Pine.BSF.4.02A.9910281617570.98407-100000@dogma.freebsd-uk.eu.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In re changing root's/toor's shell, why not just put som,e code in your .profile/.cshrc that conditionally automagically exec's zsh/bash if it's available? :) if [ -x /usr/local/bin/zsh ] ; then exec /usr/local/bin/zsh ; fi it's a lot easier and safer. -Alfred Perlstein - [bright@rush.net|alfred@freebsd.org] Wintelcom systems administrator and programmer - http://www.wintelcom.net/ [bright@wintelcom.net] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9910291615290.12797-100000>