FS#9357 - bashburn default configuration file bug

Attached to Project: Community Packages
Opened by Eugene I. (darkarchon) - Sunday, 27 January 2008, 12:32 GMT
Last edited by Ronald van Haren (pressh) - Sunday, 27 January 2008, 14:12 GMT
Task Type Bug Report
Category
Status Closed
Assigned To Ronald van Haren (pressh)
Architecture All
Severity Low
Priority Normal
Reported Version 2007.08-2
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Installation of community/bashburn 2.1.2-2 contains file /etc/bashburnrc, which has the following line:
BBROOTDIR: /usr/local/BashBurn
and it should actually be: BBROOTDIR: /usr/share/bashburn
And so when running bashburn as a user, it complains about not being able to find certain files (doh :D).

Fixing that line in /etc/bashburnrc or $HOME/.bashburnrc fixes the problem and the application runs fine.

There's a line in PKGBUILD, which supposedly fixes the path, but it's commented out:
# tell the original bashburnrc we are gonna install in /usr/share/bashburn
#find $startdir/src/ -type f -exec sed -i 's/local\/Bashburn/share\/bashburn/' {} \;
This task depends upon

Closed by  Ronald van Haren (pressh)
Sunday, 27 January 2008, 14:12 GMT
Reason for closing:  Fixed
Additional comments about closing:  fixed in 2.1.2-3

Loading...