aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-07-28 15:10:20 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-07-28 15:10:20 +0000
commit4f36f4051a0f126ed1ff87cebad9ad349d721d1b (patch)
tree26f9196e9151a65c275e10d4d9c015b1e8d5ec7f /package
parentbbd756364f2f343a754180c6ea821f26f1b98ad9 (diff)
downloadupstream-4f36f4051a0f126ed1ff87cebad9ad349d721d1b.tar.gz
upstream-4f36f4051a0f126ed1ff87cebad9ad349d721d1b.tar.bz2
upstream-4f36f4051a0f126ed1ff87cebad9ad349d721d1b.zip
package/compcache: clean unneeded swap initialization
SVN-Revision: 22409
Diffstat (limited to 'package')
-rw-r--r--package/compcache/files/compcache.init1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/compcache/files/compcache.init b/package/compcache/files/compcache.init
index aa5d782e54..5939d9f61c 100644
--- a/package/compcache/files/compcache.init
+++ b/package/compcache/files/compcache.init
@@ -20,7 +20,6 @@ load_modules() {
if [ "`lsmod | grep 'ramzswap'`" == "" ]; then
insmod lzo1x
insmod ramzswap $params_set
- rzscontrol /dev/ramzswap0 --init
sleep 2
swapon /dev/ramzswap0
fi