wok diff linux-zram/receipt @ rev 19294

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
parents f432334ec8cf
children ffc20f9bd49f
line diff
     1.1 --- a/linux-zram/receipt	Fri Dec 25 17:07:16 2015 +0100
     1.2 +++ b/linux-zram/receipt	Wed Jul 06 16:30:34 2016 +0200
     1.3 @@ -37,10 +37,9 @@
     1.4  	RAM=`cat /proc/meminfo | grep MemTotal | sed s/[^0-9]//g` &&
     1.5  	echo "SIZE_KB="$(($RAM/2)) > /etc/compcache.conf
     1.6  	cat <<EOT
     1.7 +
     1.8  You can add compressed swap according /etc/compcache.conf configuration with:
     1.9 -
    1.10  # /etc/init.d/compcache start
    1.11 -
    1.12  Or add compcache in the RUN_DAEMONS list of /etc/rcS.conf.
    1.13  EOT
    1.14  }