History log of /openbsd/etc/root/dot.login (Results 1 – 15 of 15)
Revision Date Author Comments
# 8a9450e5 16-Nov-2023 millert <millert@openbsd.org>

Use tset -I for all terminals, not just xterm.

Terminal initialization is usually only needed for hardware terminals,
which are rare these days, and the initialization strings result
in a bunch of e

Use tset -I for all terminals, not just xterm.

Terminal initialization is usually only needed for hardware terminals,
which are rare these days, and the initialization strings result
in a bunch of extra newlines on pseudo-terminals. OK nicm@

show more ...


# 24b555c2 20-Dec-2009 deraadt <deraadt@openbsd.org>

reminding people about afterboot on every single login is stupid.


# 6e036649 06-May-2009 millert <millert@openbsd.org>

Skip terminal initialization when logging in from an xterm, we
can be fairly sure the terminal is already initialized. Avoids
a one second pause on login. Requested and OK deraadt@


# f833be16 01-May-2009 millert <millert@openbsd.org>

Only have tset prompt for the terminal type if it is "unknown" or
not listed in /etc/ttys. OK deraadt@ guenther@


# 9e21fa3a 30-Mar-2005 deraadt <deraadt@openbsd.org>

remove balony advice, recommended by beck


# e794c582 19-Aug-2003 deraadt <deraadt@openbsd.org>

also tell root to use afterboot(8); ok millert


# cceb0523 20-Mar-2003 david <david@openbsd.org>

add missing rcs ids
ok millert@


# 9b7570f0 09-Jun-2002 todd <todd@openbsd.org>

rm trailing whitespace


# 400c6ba3 30-Dec-2000 millert <millert@openbsd.org>

Ok, I'll say it again: "fix ^C in termtype prompt for real this time"
The bottom line is that the 'set noglob' has to be in effect *before*
the eval, but if the user hits ^C we don't want their shell

Ok, I'll say it again: "fix ^C in termtype prompt for real this time"
The bottom line is that the 'set noglob' has to be in effect *before*
the eval, but if the user hits ^C we don't want their shell to still
have noglob set. So, we now catch the ^C and continue on like the tset
completed OK. Egad.

show more ...


# 154a14f3 25-Apr-1998 millert <millert@openbsd.org>

fix ^C in termtype prompt for real this time


# b211985b 25-Apr-1998 millert <millert@openbsd.org>

Kill tset alias and just use expanded form in dot.login.
Fixes the problem where if you hit ^C at the root termtype
prompt noglob never gets unset.


# 73aa4d64 10-Apr-1998 deraadt <deraadt@openbsd.org>

mail describes the afterboot thing now


# 8800cd0a 20-Oct-1997 deraadt <deraadt@openbsd.org>

new afterboot man page, and root logins will be told about it


# 004cab68 06-Aug-1997 kstailey <kstailey@openbsd.org>

differentiate between logging in as root and using "su -"


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree