First thing to do is check your /etc/issue file if you're logging on physically. If you're logging on over a network check the /ect/issue.net file.Quote:
does anybody her know off hand how to make the UNIX box (Freebsd 4.3) display messages when you get a login prompt? Looked everywhere and couldn't find it
If these files are not being displayed properly, there's obviously a startup script running that is interfering with them. Goto /ect and do a grep -r "*issue*" * and see which files are refering to your /etc/issue* files. You'll probably find that there's a script running that is blocking them or overwriting them on start up.
Hope this helps :).
