home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!paladin.american.edu!howland.reston.ans.net!wupost!uwm.edu!rutgers!vpbuild!adsi!markp
- From: markp@adsi.homecare.com (Mark Parr)
- Newsgroups: comp.unix.admin
- Subject: Re: rlogin - how to pass data to
- Keywords: rlogin
- Message-ID: <1993Jan6.150711.1029@adsi.homecare.com>
- Date: 6 Jan 93 15:07:11 GMT
- References: <1992Dec31.233038.10090@uunet!fdls!agdept>
- Organization: Application Data Systems, Inc.
- Lines: 28
-
- We handled a similar problem by attaching what we wanted to pass to the TERM
- variable before calling rlogin and then taking it off on the remote machine
- when we got there......
-
- e.g.
-
- local:
- TERM=ib3151|<info>
- rlogin host
-
- remote:
- INFO=`getinfo_from_term`
- TERM=`getterm_from_term`
-
-
- I hope the above example is not too cryptic (but it's early and the caffeine
- hasn't set in yet.....)
-
- Mark
-
-
- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- | |-------------| Application Data Systems | Phone: (601) 393-2046 | |
- | | Mark Parr | 1930 1st Commercial Dr. N | Fax: (601) 393-6605 | |
- | |-------------| Southaven, MS 38671 | markp@adsi.vp.com | |
- | |-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-| |
- | | -=Alabama Crimson Tide - Roll Tide Roll!! - 1992 National Champions=- | |
- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-