--- gwstat.orig	Fri Jan 31 19:55:54 1997
+++ gwstat	Sun Mar  2 20:37:25 1997
@@ -135,7 +135,7 @@
 # Safe to use full path name to specify where to find getopts.pl
 # The user who runs this script may not have set $PERLLIB correctly
 
-$getoptfile = '/usr/local/lib/perl/getopts.pl';
+$getoptfile = '/usr/local/lib/perl5/getopts.pl';
 do "$getoptfile" || die "Cannot find $getoptfile:$!\n";
  
 
@@ -153,7 +153,7 @@
 
 # where is grbatch (from xmgr package)
 
-$generator = "/usr/local/bin/grbatch";
+$generator = "/usr/X11R6/bin/grbatch";
 
 # where is convert (from ImageMagick, which requires ghostscript package.)
 
@@ -165,7 +165,7 @@
 
 # where do you want the generated graphic files go?
 
-$destination = "/nfs/cen/u0/dis/ftp/httpd/docs/stats";
+$destination = "/usr/local/www/data/stats";
 
 
 # the names for the graphic files.
@@ -184,7 +184,7 @@
 
 # where can I find the output of wwwstat?
 
-$stat_file = "/nfs/cen/u0/dis/ftp/httpd/docs/stats/wwwstats.html";
+$stat_file = "/usr/local/www/data/stats/wwwstats.html";
 
 # the default size of the chip image
 
