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
Created attachment 88116 [details, diff] Patch to fix log path, already includes fix from bug #135182
fixed in 2.1.4