wok diff compcache/stuff/compcache @ rev 3440

Add slitaz-dev-tools (tazdev replace all scripts on tank)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jun 14 02:26:59 2009 +0200 (2009-06-14)
parents 0c9917d26b5d
children 637d4b17803d
line diff
     1.1 --- a/compcache/stuff/compcache	Sat Jan 03 16:45:00 2009 +0100
     1.2 +++ b/compcache/stuff/compcache	Sun Jun 14 02:26:59 2009 +0200
     1.3 @@ -4,9 +4,9 @@
     1.4  # with /etc/daemons.conf
     1.5  #
     1.6  . /etc/init.d/rc.functions
     1.7 -. /etc/compcache.conf
     1.8 +source /etc/compcache.conf
     1.9  
    1.10 -NAME=COMPCACHE
    1.11 +NAME="compcache"
    1.12  EXIST=`cat /proc/swaps | grep ramzswap0`
    1.13  
    1.14  case "$1" in
    1.15 @@ -31,7 +31,7 @@
    1.16      swapoff /dev/ramzswap0    
    1.17      status
    1.18      echo -n "Unloding modules"
    1.19 -    rmmod compcache lzo1x_compress lzo1x_decompress tlsf
    1.20 +    rmmod compcache lzo1x_compress lzo1x_decompress xvmalloc
    1.21      status
    1.22      ;;
    1.23    *)