Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 111023 - freeradius init scripts not working due to incorrect line in ebuild
Summary: freeradius init scripts not working due to incorrect line in ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alin Năstac (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-31 07:26 UTC by Benjamin Smee (strerror) (RETIRED)
Modified: 2005-10-31 21: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 Benjamin Smee (strerror) (RETIRED) gentoo-dev 2005-10-31 07:26:17 UTC
emerging freeradius (any version currently in portage) will not give you working
init scripts as the current init scripts rely on /var/run/radiusd existing and
being writable. In the current ebuild the line:
dodir /var/run/radiusd

should be replaced with

keepdir /var/run/radiusd

i'd do it myself but thought it would be considered rude ;)
Comment 1 Alin Năstac (RETIRED) gentoo-dev 2005-10-31 21:33:07 UTC
fixed by creating the missing directory in checkconfig() (I'm not confortable
with .keep in /var/run subdirectories).

thanks for pointing this out! :-[