package/compcache: clean unneeded swap initialization
authorAlexandros C. Couloumbis <alex@ozo.com>
Wed, 28 Jul 2010 15:10:20 +0000 (15:10 +0000)
committerAlexandros C. Couloumbis <alex@ozo.com>
Wed, 28 Jul 2010 15:10:20 +0000 (15:10 +0000)
SVN-Revision: 22409

package/compcache/files/compcache.init

index aa5d782e543659a358afc95765ad52667e76f17e..5939d9f61ca4a7badc493c431f7a5f8fc39a1c0c 100644 (file)
@@ -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