home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / windows / x / 14243 < prev    next >
Encoding:
Text File  |  1992-07-22  |  1.6 KB  |  37 lines

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!munnari.oz.au!bunyip.cc.uq.oz.au!griffin!kurango!anthony
  3. From: anthony@kurango.cit.gu.edu.au (Anthony Thyssen)
  4. Subject: Re: WANTED: motd window when runnin
  5. Message-ID: <1992Jul23.080113.14522@kurango.cit.gu.edu.au>
  6. Organization: Griffith University, Brisbane, Australia.
  7. References: <tim.711388142@appenzell> <1992Jul17.171930.24595@sequent.c>
  8. Date: Thu, 23 Jul 92 08:01:13 GMT
  9. Lines: 26
  10.  
  11. georged@sequent.com writes:
  12. | For those out there with really slow connections the file name is actually:
  13. | /pub/xlogin-2.01.tar.Z
  14.  
  15. | In article <tim.711388142@appenzell> tim@appenzell.cs.wisc.edu (Tim Theisen) writes:
  16. | >tom@uts.cc.wayne.edu (Thomas Richard Stevenson) writes:
  17. | >> Does anyone have a script, program, etc., that can be used when
  18. | >> running under xdm to display a motd window at login time? Something
  19. | >> that a user would have to click to remove. It should be started by 
  20. | >> the /usr/lib/X11/xdm/Xstartup script.
  21. | >
  22.  
  23. You could also just use
  24.  
  25.   if [ ! -f $HOME/.hushlogin ]; then
  26.      xmessage -name "Message of the Day" -file - -g +400+200 </etc/motd &
  27.   fi
  28.  
  29. We placed this in the xdm Xsession file before the exec to users personal
  30. .xsession or our default session setup file.
  31.  
  32.   Anthony Thyssen - (CIT, Griffith University)       anthony@cit.gu.edu.au
  33. ------------------------------------------------------------------------------
  34.    It has been proved, beyond a shadow of a doubt, that million-to-one
  35.        chances, occur nine times out of ten!         ---   Terry Pratchet
  36. ------------------------------------------------------------------------------
  37.