Re: customize set prompt question

2004-02-02 Thread Chris Riley
FWIW this is what I use in my .bashrc. The contol codes are for an ANSI terminal, the shell doesn't care what to use. The \[ and \] are bash specific, you'll want to remove them for csh. BLACK=\[\e[0;30m\] BLUE=\[\e[0;34m\] GREEN=\[\e[0;32m\] CYAN=\[\e[0;36m\] RED=\[\e[0;31m\]

Problem with login.conf classes

2004-01-22 Thread Chris Riley
Hello. I'm trying to create a login class on a 4.9 box that will add additional restrictions for some users. I can add the login.class entries to the default class and they work, but they apply to everyone. I only want them to apply to certain users, but this isn't working. Here's what I'm