summaryrefslogtreecommitdiffstats
path: root/etc/root/dot.login
blob: 596604454b0a26f568672bf011d4389e90f1bc54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$Id: dot.login,v 1.7 1995/06/29 06:30:43 joerg Exp $
#
tset -Q \?$TERM
stty crt erase ^H
umask 2
# plain csh is too stupid to get any information on ARGV[0] back
if (! $?tcsh) then
  echo "Don't login as root, login as yourself and use the 'su' command"
else
  # for tcsh, check if we have been invoked by an "su -"
  if ("$0" != "-su") \
    echo "Don't login as root, login as yourself and use the 'su' command"
endif

OpenPOWER on IntegriCloud