Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 176744 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]
/var/repos/local/sys-kernel/compcache/files/compcache-initd
compcache-initd (text/plain), 508 bytes, created by
Erik Hahn
on 2008-12-29 13:13:20 UTC
(
hide
)
Description:
/var/repos/local/sys-kernel/compcache/files/compcache-initd
Filename:
MIME Type:
Creator:
Erik Hahn
Created:
2008-12-29 13:13:20 UTC
Size:
508 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >start() { > ebegin "Enable compcache" > modprobe compcache ${COMPCACHE_PARAM} > sleep 1 > 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