home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / vmsnet / networks / tcpip / multinet / 2102 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.5 KB

  1. Path: sparky!uunet!sun-barr!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!nntp-server.caltech.edu!eql.caltech.edu!rankin
  2. From: rankin@eql.caltech.edu (Pat Rankin)
  3. Newsgroups: vmsnet.networks.tcp-ip.multinet
  4. Subject: Re: RCP and LOGIN.COM problem
  5. Message-ID: <6SEP199223421095@eql.caltech.edu>
  6. Date: 7 Sep 92 06:42:00 GMT
  7. References: <1992Sep7.130219.1@deco.ucc.su.oz.au>
  8. Sender: news@cco.caltech.edu
  9. Organization: California Institute of Technology
  10. Lines: 23
  11. News-Software: VAX/VMS VNEWS 1.41
  12. Nntp-Posting-Host: eql.caltech.edu
  13.  
  14. In article <1992Sep7.130219.1@deco.ucc.su.oz.au>,\
  15.  stanley@deco.ucc.su.oz.au writes...
  16. > When the MultiNet 'rcp' server calls any Unix 'rcp' client, everything works.
  17. > However, the Unix 'rcp' server bombs out when talking to MultiNet 'rcp'
  18. > client because the first line of the user's login.com is always sent back
  19. > to the server.
  20. >    $! first line from login.com even if it is '$ set noverify'
  21. > Is there any way to avoid this (other than have no login.com)?
  22.  
  23.      Yes, use the lexical function f$verify() to turn verification off.
  24. You can use the tick mark (',apostrophe,single quote) to force the function
  25. to be evaluated before DCL decides whether or not to echo the line.
  26.  
  27. |$ v = 'f$verify(0)'    !turn verification off, remember whether it was on
  28. |
  29. |... rest of login.com here (should probably start with ``$ set noon'') ...
  30. |
  31. |$ if v then set verify !nothing after this line
  32.  
  33.      Several variations are possible, but this one is the most straight-
  34. forward.
  35.  
  36.         Pat Rankin, rankin@eql.caltech.edu
  37.