Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 92962 - cistronradius dictionary contains $include lines with bad "SHAREDIR"
Summary: cistronradius dictionary contains $include lines with bad "SHAREDIR"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Other
: High normal
Assignee: Gentoo Dialup Developers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-17 11:51 UTC by Mike Nerone
Modified: 2005-05-17 12:33 UTC (History)
0 users

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 Mike Nerone 2005-05-17 11:51:32 UTC
The lines are like:

  $INCLUDE SHAREDIR/dictionary.compat

This is supposed to be relative to its config dir, /etc/raddb, but the ebuild creates no such directory. cistronradius will not start because of this. The files are directly inside /etc/raddb, and removing "SHAREDIR/" from all of the lines fixes this problem. E.g.

  $INCLUDE dictionary.compat
Comment 1 Alin Năstac (RETIRED) gentoo-dev 2005-05-17 12:33:47 UTC
fixed in 1.6.7-r1
thanks!