Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5230 - icecast and shout ebuilds put their files in wonky places
Summary: icecast and shout ebuilds put their files in wonky places
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-19 02:51 UTC by Chad Huneycutt (RETIRED)
Modified: 2003-02-04 19:42 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 Chad Huneycutt (RETIRED) gentoo-dev 2002-07-19 02:51:13 UTC
icecast installs in /usr/local/icecast
shout installs in /usr/icecast , which is a direct violation of FHS

They should probably both go into /usr and their config files into /etc
Comment 1 SpanKY gentoo-dev 2002-07-19 14:59:49 UTC
i'm researching all the ebuilds that violate FHS and will be posting results soonish ;)

for d in `ls /usr/portage/ -d` ; do
    cd ${d}
    for p in * ; do
        emerge $p -u
    done
done

it'll take sometime but we'll have a better distro when its done :)
Comment 2 Nick Hadaway 2002-07-23 13:17:40 UTC
I am setting up a new port of ices (icecast client) right now... and I'd like to
have icecast fixed first... If it isn't that high on your priority list right
now you can assign the bug to me and i'll get it to follow the FHS standard, etc.

raker@gentoo.org
Comment 3 Chad Huneycutt (RETIRED) gentoo-dev 2002-07-23 14:03:30 UTC
here your go.  Thanks.
Comment 4 Nick Hadaway 2002-07-23 19:05:18 UTC
icecast is fixed and FHS compliant.  icecast-1.3.12-r1 is the fixed ebuild.
Now on to shout...
Comment 5 Nick Hadaway 2002-07-23 19:20:48 UTC
shout is now also fixed and FHS compliant.  The new version in portage is
shout-0.8.0-r1.