--- innfeed-0.10.1.7.orig/procbatch.pl
+++ innfeed-0.10.1.7/procbatch.pl
@@ -33,7 +33,7 @@
 
 # If you have inn 1.5 or higher, then set $innshellvars to point at the
 # installed innshellvars.pl file. 
-$innshellvars = "/var/news/etc/innshellvars.pl" ;
+$innshellvars = "/etc/news/innshellvars.pl" ;
 
 if ( -f $innshellvars ) {
     require $innshellvars ;
@@ -43,7 +43,7 @@
     # if $inn'batch is /var/news/spool/out.going then set tapeDir to 
     # /var/news/spool/innfeed
     $tapeDir = $inn'batch ; #'
-    $tapeDir =~ s!(.*)/.*!$1! ;
+    #$tapeDir =~ s!(.*)/.*!$1! ;
     $tapeDir .= "/innfeed" ;
 
     $destDir = $inn'spooltemp ; #'
