Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 190521

Summary: net-proxy/squid ebuild doesn't support null storeio method
Product: Gentoo Linux Reporter: Sulla Felix <sulla>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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>