Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 528288

Summary: net-analyzer/barnyard2 - /etc/conf.d/barnyard2: $LOG_FILE is not defined
Product: Gentoo Linux Reporter: Dmitri Bogomolov <4glitch>
Component: Current packagesAssignee: Patrick Lauer <patrick>
Status: RESOLVED FIXED    
Severity: normal CC: jstein, netmon
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Dmitri Bogomolov 2014-11-05 09:48:14 UTC
The last line in barnyard2.confd

#BARNYARD_OPTS="-D -c ${CONF} -d ${SPOOL_DIR} -w ${WALDO_FILE} -f ${LOG_FILE} -l ${LOG_DIR} -a ${ARCHIVE_DIR}"

should be

#BARNYARD_OPTS="-D -c ${CONF} -d ${SPOOL_DIR} -w ${WALDO_FILE} -f ${SPOOL_FILE} -l ${LOG_DIR} -a ${ARCHIVE_DIR}"

because variable LOG_FILE is not defined anywhere.

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2019-02-08 14:27:50 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8d5c85a5f1b7faf13fd6572b93e2c7dffba27bd

commit c8d5c85a5f1b7faf13fd6572b93e2c7dffba27bd
Author:     Brian Evans <grknight@gentoo.org>
AuthorDate: 2019-02-08 14:27:26 +0000
Commit:     Brian Evans <grknight@gentoo.org>
CommitDate: 2019-02-08 14:27:26 +0000

    net-analyzer/barnyard2: Fix example conf.d variable
    
    Non-maintainer commit
    
    Closes: https://bugs.gentoo.org/528288
    Package-Manager: Portage-2.3.59, Repoman-2.3.12
    Signed-off-by: Brian Evans <grknight@gentoo.org>

 net-analyzer/barnyard2/files/barnyard2.confd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)