Hello community,

here is the log from the commit of package compcache for openSUSE:Factory 
checked in at 2012-02-27 18:33:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/compcache (Old)
 and      /work/SRC/openSUSE:Factory/.compcache.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "compcache", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/compcache/compcache.changes      2012-01-10 
14:50:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.compcache.new/compcache.changes 2012-02-27 
18:35:14.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Feb 26 14:46:36 CET 2012 - [email protected]
+
+- module parameter name changed from "num_devices" to
+  "zram_num_devices", adapt init-script accordingly 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ boot.compcache ++++++
--- /var/tmp/diff_new_pack.7xuOCK/_old  2012-02-27 18:35:15.000000000 +0100
+++ /var/tmp/diff_new_pack.7xuOCK/_new  2012-02-27 18:35:15.000000000 +0100
@@ -25,6 +25,7 @@
 UDEVADM_BIN=/sbin/udevadm
 MODPROBE_BIN=/sbin/modprobe
 RZSCTL_BIN=/usr/sbin/rzscontrol
+NUM_DEV="num_devices"
 test -z "$COMPCACHE_NUM_DEVICES" -o "$COMPCACHE_NUM_DEVICES" -le 0 && 
COMPCACHE_NUM_DEVICES=$(cat /proc/cpuinfo | grep processor | wc -l)
 test -z "$COMPCACHE_SIZE_KB" && COMPCACHE_SIZE_KB="0"
 
@@ -34,6 +35,7 @@
     3.*)
        ZRAM=zram
        SWAPDEVNM=/dev/zram
+       NUM_DEV="zram_num_devices"
        ;;
     2.6.*)
        krel=${kver#2.6.}
@@ -78,7 +80,7 @@
                COMPCACHE_SIZE_STR="$(expr $COMPCACHE_SIZE_KB / 1024) MB"
            fi
            echo -n "Loading $ZRAM driver with $COMPCACHE_NUM_DEVICES devices 
and $COMPCACHE_SIZE_STR memory "
-           $MODPROBE_BIN -q $ZRAM num_devices=$COMPCACHE_NUM_DEVICES &> 
/dev/null
+           $MODPROBE_BIN -q $ZRAM $NUM_DEV=$COMPCACHE_NUM_DEVICES &> /dev/null
            rc_status -v
            # /dev/ramzswap0 is not available immediately after insmod returns
            # So, let udev complete its work before we do swapon

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to