Opened 15 years ago
Closed 15 years ago
#25 closed defect (wontfix)
configuration files should be installed into /etc
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | major | Milestone: | |
Component: | applications | Version: | |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
by default configuration files (rasmgr.conf) is installed into [PREFIX]/etc (which is /usr/local/etc in Ubuntu)
They should be installed into /etc or /etc/rasdaman
Can be overcome with ./configure —sysconfdir=/etc/rasdaman
Note:
See TracTickets
for help on using tickets.
By default, ie, with "./configure", config files go into /usr/local/rasdaman/etc (not /usr/local/etc), as the default prefix is "/usr/local/rasdaman".
(As you already indicate, this can be overridden, but we wouldn't recommend to put rasdaman files into system locations like /etc).