home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume8 / rterm / part01 / README < prev    next >
Text File  |  1990-08-17  |  3KB  |  63 lines

  1. This is xlogin version 1.0.  Giving a version number to a simple shell
  2. script seems pretty anal, but then this whole thing appears to be that
  3. way.
  4.  
  5. xlogin can be used to start up xterms for remote hosts with either
  6. telnet, rlogin or rsh.  I wrote it originally because I didn't like
  7. the long, ugly lines in my hosts menu which duplicated a lot of
  8. information just to change one or two things.  A recent message in
  9. comp.windows.x prompted me to write up a manual page, install it
  10. for the rest of our users and offer it to anyone else out there who
  11. wants it.
  12.  
  13. I thought about including an Imakefile but that would have been _very_
  14. anal.  Just edit the script to change the method and xpath defaults if
  15. you want and then put it in your X bin with execute permission.  Then
  16. put the manual page in your ManDir and annouce it.  Voila.
  17.  
  18. Personally, I have it installed with -rlogin as the default for two
  19. reasons:  I don't like users .rhosting all of creation so rsh always
  20. works for them and most of them are on high-powered DEC 3100s and SS1s
  21. so they don't need to encumber other machines with xterms.
  22.  
  23. This is covered by the GNU General Public License.  In yet another
  24. attempt to avoid even more analness I didn't include yet another copy
  25. of COPYING.
  26.  
  27. xlogin version 1.1        -- Wed Aug 15 02:21:51 1990
  28.  
  29. Ok, I changed my mind about some things before I was ready to ship it.
  30. Now it uses the RESOURCE_MANAGER.  Really.  Perhaps not in the
  31. absolutely most robust way it could but it seems pretty flexible; this
  32. allows the advantage of having default options for each host, making
  33. it easier to use from the shell because for the most part you would
  34. never need to type options.  This added an AppDefaults file which is
  35. pretty minimal.
  36.  
  37. Here's what you should do to install it:  check the two defaults in
  38. XLogin.ad and change them if need be.  Check the paths in Makefile
  39. [now reborn as Makefile-dist].  Then make.
  40.  
  41. rterm version 1.2              -- Wed Aug 15 14:47:06 1990
  42.  
  43. What changed for this version, so soon after the other one?  I
  44. discovered, just after I mailed it to Dan, that there is an
  45. xlogin.shar.Z on expo.  I personally think, tempered of course with
  46. ego, that xlogin is a name more naturally suited to my application
  47. than to the function of the other one; nevertheless I don't want to be
  48. a dick about it and confuse lots of people ("Um, which xview do you
  49. mean?") so I've changed the name.  Hopefully this one isn't taken; I'm
  50. sure someone will tell me if it is.  Yes, I know it doesn't well
  51. parallel the rsh name, as indeed the xterm could be running locally.
  52. So what?  shutdown allows -r which centers more around bringing the
  53. system up than taking it down. :-)
  54.  
  55. Dan says I need an Imakefile and a patchlevel.h for posting so they're
  56. there now.   Feel free to mostly ignore them.  Makefile-dist is much
  57. shorter than anything imake could come up with it, though you might
  58. need to make an edit or two to change the flags or paths.
  59.  
  60.                                  ----
  61.  
  62. Comments, suggestions, whatever to David C Lawrence <tale@rpi.edu>.
  63.