--- ./etc/barnyard2.conf.orig 2010-06-29 13:06:14.000000000 -0500 +++ ./etc/barnyard2.conf 2010-06-29 13:07:49.000000000 -0500 @@ -26,10 +26,10 @@ # set the appropriate paths to the file(s) your Snort process is using. # -config reference_file: /etc/snort/reference.config -config classification_file: /etc/snort/classification.config -config gen_file: /etc/snort/gen-msg.map -config sid_file: /etc/snort/sid-msg.map +config reference_file: /usr/local/etc/snort/reference.config +config classification_file: /usr/local/etc/snort/classification.config +config gen_file: /usr/local/etc/snort/gen-msg.map +config sid_file: /usr/local/etc/snort/sid-msg.map # define dedicated references similar to that of snort. # @@ -50,7 +50,7 @@ # # Example: # For a snort process as follows: -# snort -i eth0 -c /etc/snort.conf +# snort -i eth0 -c /usr/local/etc/snort.conf # # Typical options would be: # config hostname: thor --- patch-etc__barnyard2.conf ends here ---