Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!dali.cs.montana.edu!uakari.primate.wisc.edu!samsung!cs.utexas.edu!rice!uw-beaver!june.cs.washington.edu!rling From: rling@june.cs.washington.edu (Robert Ling) Newsgroups: comp.sys.next Subject: Re: Hostname in Login Window Message-ID: <1991Apr23.233011.9283@beaver.cs.washington.edu> Date: 23 Apr 91 23:30:11 GMT References: <14453@ccncsu.ColoState.EDU> Sender: news@beaver.cs.washington.edu (USENET News System) Organization: Computer Science & Engineering, U. of Washington, Seattle Lines: 12 You can have the login window display the hostname by editing the file /etc/ttys. Change the line: console /usr/lib/NextStep/loginwindow NeXT ..... to console "/usr/lib/NextStep/loginwindow -HostName localhost" NeXT .... (the double quotes are significant) the name 'localhost' will be replaced by whatever your hostname is defined as when loginwindow runs. - Robert Ling