home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / UNIX / GOPHER / GO4GW1.2B / G2NNTP_G < prev    next >
Encoding:
Text File  |  1993-04-29  |  438 b   |  19 lines

  1. #!/usr/local/bin/perl
  2.  
  3. #----------------------------------------------------------------------
  4. # variables you might have to change
  5.  
  6. $g2nntp = "/etc/go4gw/g2nntp";
  7. $go4gw  = "/etc/go4gw/go4gw";
  8.  
  9. #----------------------------------------------------------------------
  10.  
  11. $GnotServer=1;  # so go4gw doesn't think its a server!
  12.  
  13. require "$go4gw";
  14. require "$g2nntp";
  15.  
  16. #create the group file listed in g2nntp.
  17.  
  18. &create_groups;
  19.