home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Netzwerk / scream_1.dms / in.adf / inet.lha / inet / docs / configinet.doc < prev    next >
Encoding:
Text File  |  1993-01-11  |  1.0 KB  |  30 lines

  1. Configinet.doc  July 10, 1992
  2. -----------------------------
  3.  
  4. This is a new utility that is currently used to set/unset the gateways
  5. flag within inet.library (version 5.0 or later.)  
  6.  
  7. The current options are
  8.  
  9.     -G=GATEWAY/K,-Q=QUERY/K:
  10.  
  11. The -G=GATEWAY flag requires an argument. That argument must be a '0'
  12. (zero) for "off" and anything else ('1', 'mommy', etc) for 'on'.
  13.  
  14. The -Q=QUERY flag requires an argument.  The argument to this flag will
  15. be one of the other available flags. In this version (1.0) the only
  16. option is 'G' for "gateway". So saying 
  17.  
  18.     configinet -Q=G
  19.  
  20. will return you the current state of gateways flag in inet.library. The
  21. output will be as an ascii '0' or '1'. Rediection of this output will
  22. cause suppression of the trailing line feed, facilitating using this as
  23. a way to set environment variables. ("configinet >env:gateway_state -q=g")
  24.  
  25. The only folks who even need to use this are those who use their Amiga
  26. as a gateway between other systems. The 5.0 inet.library defaults this
  27. flag to 'off' (older iinet.library revs defaulted to -on-.)
  28.  
  29. end
  30.