Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 190521 - net-proxy/squid ebuild doesn't support null storeio method
Summary: net-proxy/squid ebuild doesn't support null storeio method
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-28 13:52 UTC by Sulla Felix
Modified: 2007-08-28 14:05 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 Sulla Felix 2007-08-28 13:52:34 UTC
Squid ebuild doesn't support --enable-storeio-null which enables you to disable disk caching (disk caching is inefficient on a one hd setup and it is always better to disable it)

Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-08-28 14:05:02 UTC
I don't see what are you complaining about? How does is NOT support it?

<snip>
if use elibc_uclibc; then
	myconf="${myconf} --enable-storeio=ufs,diskd,aufs,null"
	myconf="${myconf} --disable-async-io"
else
	myconf="${myconf} --enable-storeio=ufs,diskd,coss,aufs,null"
	myconf="${myconf} --enable-async-io"
fi
</snip>