Browse Source

fix ^C in termtype prompt for real this time

OPENBSD_2_4
millert 26 years ago
parent
commit
0f9714a84b
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/etc/root/dot.login

+ 3
- 3
src/etc/root/dot.login View File

@ -1,6 +1,6 @@
set noglob
eval `tset -s -Q ?$TERM`
unset noglob
set tterm='?'$TERM
eval `set noglob ; tset -s -Q $tterm ; unset noglob`
unset tterm
if ( `logname` == `whoami` ) then
echo "Don't login as root, use su"


Loading…
Cancel
Save