shift / pulledpork

Automatically exported from code.google.com/p/pulledpork
GNU General Public License v2.0
0 stars 0 forks source link

uninitialized value perl warning when using NoDownload option #85

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. pulledpork.pl -c /path/to/pulledpork.conf -T -n

What is the expected output? What do you see instead?
I see the following error repeated several times, with either "line 259" or 
"line 266" as the line number.

Use of uninitialized value $prefix in concatenation (.) or string at 
/usr/bin/pulledpork.pl line 259.

What version of the product are you using? On what operating system?
This occurs with 0.6.0 and 0.6.1.  I'm using Gentoo Hardened.

Please provide any additional information below.
This is similar to Issue #75 that was addressed in 0.6.1, but I only see the 
error when I am _not_ downloading the rulefiles.  I am downloading the ET and 
VRT rulesets to a local web server, but neither the rulesets or the filenames 
are changed.

Original issue reported on code.google.com by whoownsy...@gmail.com on 27 Jun 2011 at 7:39