home *** CD-ROM | disk | FTP | other *** search
- #!/usr/local/bin/perl
-
- #----------------------------------------------------------------------
- # variables you might have to change
-
- $g2nntp = "/etc/go4gw/g2nntp";
- $go4gw = "/etc/go4gw/go4gw";
-
- #----------------------------------------------------------------------
-
- $GnotServer=1; # so go4gw doesn't think its a server!
-
- require "$go4gw";
- require "$g2nntp";
-
- #create the group file listed in g2nntp.
-
- &create_groups;
-