Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 528288 - net-analyzer/barnyard2 - /etc/conf.d/barnyard2: $LOG_FILE is not defined
Summary: net-analyzer/barnyard2 - /etc/conf.d/barnyard2: $LOG_FILE is not defined
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2014-11-05 09:48 UTC by Dmitri Bogomolov
Modified: 2019-02-08 14:27 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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(-)