Subject: Re: "Don't login as root, use the su command."
To: David Brownlee <abs@netbsd.org>
From: Andrew Gillham <gillhaa@ghost.whirlpool.com>
List: current-users
Date: 02/10/2000 14:28:33
David Brownlee writes:
> 
> 	We _could_ change it to
> 
> if (`tty | xargs ls -l | awk '{print $3}'` != $USER ) then
> 	echo message
> endif

How about:

if ( -e .message ) cat .message

Then you add the warnings to .message, and it is easier to delete
or modify for local stuff.

-Andrew
-- 
-----------------------------------------------------------------
Andrew Gillham                            | This space left blank
gillham@whirlpool.com                     | inadvertently.
I speak for myself, not for my employer.  | Contact the publisher.