home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / admin / 6928 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  1.3 KB

  1. Path: sparky!uunet!paladin.american.edu!howland.reston.ans.net!wupost!uwm.edu!rutgers!vpbuild!adsi!markp
  2. From: markp@adsi.homecare.com (Mark Parr)
  3. Newsgroups: comp.unix.admin
  4. Subject: Re: rlogin - how to pass data to
  5. Keywords: rlogin
  6. Message-ID: <1993Jan6.150711.1029@adsi.homecare.com>
  7. Date: 6 Jan 93 15:07:11 GMT
  8. References: <1992Dec31.233038.10090@uunet!fdls!agdept>
  9. Organization: Application Data Systems, Inc.
  10. Lines: 28
  11.  
  12. We handled a similar problem by attaching what we wanted to pass to the TERM
  13. variable before calling rlogin and then taking it off on the remote machine
  14. when we got there......
  15.  
  16. e.g.
  17.  
  18. local:
  19. TERM=ib3151|<info>
  20. rlogin host
  21.  
  22. remote:
  23. INFO=`getinfo_from_term`
  24. TERM=`getterm_from_term`
  25.  
  26.  
  27. I hope the above example is not too cryptic (but it's early and the caffeine
  28. hasn't set in yet.....)
  29.  
  30. Mark
  31.  
  32.  
  33. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  34.  | |-------------|   Application Data Systems    |  Phone: (601) 393-2046  | |
  35.  | |  Mark Parr  |   1930 1st Commercial Dr. N   |    Fax: (601) 393-6605  | |
  36.  | |-------------|   Southaven, MS 38671         |    markp@adsi.vp.com    | |
  37.  | |-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-| |
  38.  | | -=Alabama Crimson Tide - Roll Tide Roll!! - 1992 National Champions=- | |
  39. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  40.