Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26318 - sys-libs/libchipcard-0.9.1: wrong location of etc and var and no initscript
Summary: sys-libs/libchipcard-0.9.1: wrong location of etc and var and no initscript
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-10 02:09 UTC by Thorsten Tasch
Modified: 2003-10-11 05:03 UTC (History)
1 user (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 Thorsten Tasch 2003-08-10 02:09:36 UTC
The default location of etc and var for this ebuild is /usr/etc and /usr/var but it should 
be /etc (or /etc/chipcard) and /var. Also the ebuild does not contains an initscript for 
starting chipcardd. 

Reproducible: Always
Steps to Reproduce:
1. Run chipcardd -h 
2. In the output you see that the default location of chipcardd's configfile is 
/usr/etc/chipcardd.conf and of its pidfile /usr/var/run/chipcardd.pid 
Actual Results:  
You have to place the config files in /usr/etc instead in /etc and chipcardd created files 
in /usr/var instead in /var. You have to start chipcardd without any initscript. 

Expected Results:  
/etc and /var should be used. chipcardd should have an initscript to start this service 
at boot time.
Comment 1 Hanno Böck gentoo-dev 2003-10-11 05:03:19 UTC
done