Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 177319 Details for
Bug 252987
New ebuild: compcache
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
More reliable compcache-initd
compcache-initd (text/plain), 520 bytes, created by
Martin Väth
on 2009-01-04 10:45:09 UTC
(
hide
)
Description:
More reliable compcache-initd
Filename:
MIME Type:
Creator:
Martin Väth
Created:
2009-01-04 10:45:09 UTC
Size:
520 bytes
patch
obsolete
>#!/sbin/runscript > >start() { > ebegin "Enable compcache" > local TIMEOUT > modprobe compcache ${COMPCACHE_PARAM} && \ > TIMEOUT=0 && while TIMEOUT=$(( ${TIMEOUT} + 1 )) > do > test -e /dev/ramzswap0 && break > [ ${TIMEOUT} -lt 10 ] || break > sleep 1 > done && \ > swapon -p ${COMPCACHE_PRIORITY} /dev/ramzswap0 > eend $? >} > >stop() { > ebegin "Disable compache" > if grep /dev/ramzswap0 /proc/swaps > /dev/null; then > swapoff /dev/ramzswap0 > rmmod compcache > eend $? > else > einfo "Compache is already disabled" > eend 0 > fi >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 252987
:
176741
|
176742
|
176744
|
176912
| 177319 |
192654
|
200151
|
200153
|
213623
|
213624
|
213627
|
221141
|
239721
|
239723
|
260804
|
260806
|
260808
|
260809