Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 132254 - >=sys-libs/libchipcard-1.9.15_beta wrong location of log file
Summary: >=sys-libs/libchipcard-1.9.15_beta wrong location of log file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-04 06:58 UTC by dragongrot
Modified: 2006-06-14 08:04 UTC (History)
1 user (show)

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


Attachments
Patch to fix log path, already includes fix from bug #135182 (bug132254-libchipcard-2.1.3-log.patch,426 bytes, patch)
2006-06-01 10:23 UTC, Sascha Silbe
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description dragongrot 2006-05-04 06:58:14 UTC
Chipcardd2 default writes all logs in /usr/var/log/chipcard2/../
In all ebuilds >=sys-libs/libchipcard-1.9.15_beta
is only a fix for the pid file.

Is it possible to replace:

# Fix location of pid file
sed -i -e \
's:\${localstatedir}/run/chipcard2:/var/run:g' configure

with:

# Fix location of pid and log file
sed -i \
	-e 's:\${localstatedir}/run/chipcard2:/var/run:g' \
	-e 's:\${localstatedir}/log/chipcard2:/var/log/chipcard2:g' configure


Thank you
Comment 1 Sascha Silbe 2006-06-01 10:23:54 UTC
Created attachment 88116 [details, diff]
Patch to fix log path, already includes fix from bug #135182
Comment 2 Hanno Böck gentoo-dev 2006-06-14 08:04:19 UTC
fixed in 2.1.4