home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / next / sysadmin / 5040 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.4 KB  |  36 lines

  1. Newsgroups: comp.sys.next.sysadmin
  2. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!spool.mu.edu!sdd.hp.com!elroy.jpl.nasa.gov!ames!haven.umd.edu!ni.umd.edu!sayshell.umd.edu!louie
  3. From: louie@sayshell.umd.edu (Louis A. Mamakos)
  4. Subject: Re: changing login tiff --- where is it in 3.0 ?
  5. Message-ID: <1992Sep6.165513.11989@ni.umd.edu>
  6. Sender: usenet@ni.umd.edu (USENET News System)
  7. Nntp-Posting-Host: sayshell.umd.edu
  8. Organization: University of Maryland, College Park
  9. References: <1992Sep5.225655.21121@scott.skidmore.edu> <1992Sep6.140740.1325@mwhhlaw.uucp>
  10. Date: Sun, 6 Sep 1992 16:55:13 GMT
  11. Lines: 23
  12.  
  13. In article <1992Sep6.140740.1325@mwhhlaw.uucp> bob@mwhhlaw.com writes:
  14. >In article <1992Sep5.225655.21121@scott.skidmore.edu>  
  15. >tholland@pars.skidmore.edu (Anthony Holland) writes:
  16. >>....anybody know where the loging tiff has moved to?
  17. >
  18. >/usr/lib/NextStep/loginwindow.app/English.lproj/nextlogin.tiff
  19. >
  20. >But if you just want to change the hostname use
  21. >
  22. >dwrite loginwindow HostName
  23.  
  24. Here's what I do; my defaults database for "root" contains:
  25.  
  26. loginwindow HostName localhost
  27. loginwindow ImageFile /local/loginwindows/LOGIN.tiff
  28.  
  29. "localhost" is special; the actual host name displayed is whatever
  30. the /bin/hostname program returns.  Thus, you don't need a different
  31. value for every machine.  Also, it is usually considered rude to
  32. modify the standard supplied files when you can just specify one of
  33. your own.  That's what I did for the loginwindow tiff image.
  34.  
  35. louie
  36.