Hello community,

here is the log from the commit of package iscsitarget for openSUSE:Factory 
checked in at 2013-07-17 09:25:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/iscsitarget (Old)
 and      /work/SRC/openSUSE:Factory/.iscsitarget.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "iscsitarget"

Changes:
--------
--- /work/SRC/openSUSE:Factory/iscsitarget/iscsitarget.changes  2013-06-09 
16:34:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.iscsitarget.new/iscsitarget.changes     
2013-07-17 09:25:56.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Jul 16 08:50:06 PDT 2013 - [email protected]
+
+- Removed startup script hacking on sysconfig files, removed upstream
+  in v0.4.16 (bnc#827441)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ iscsitarget.init ++++++
--- /var/tmp/diff_new_pack.rYYK9V/_old  2013-07-17 09:25:57.000000000 +0200
+++ /var/tmp/diff_new_pack.rYYK9V/_new  2013-07-17 09:25:57.000000000 +0200
@@ -44,43 +44,10 @@
 rc_reset
 
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
-MEM_SIZE=1048576
-
-configure_memsize()
-{
-    if [ -e /proc/sys/net/core/wmem_max ]; then
-        echo ${MEM_SIZE} > /proc/sys/net/core/wmem_max
-    fi
-
-    if [ -e /proc/sys/net/core/rmem_max ]; then
-        echo ${MEM_SIZE} > /proc/sys/net/core/rmem_max
-    fi
-
-    if [ -e /proc/sys/net/core/wmem_default ]; then
-        echo ${MEM_SIZE} > /proc/sys/net/core/wmem_default
-    fi
-
-    if [ -e /proc/sys/net/core/rmem_default ]; then
-        echo ${MEM_SIZE} > /proc/sys/net/core/rmem_default
-    fi
-
-    if [ -e /proc/sys/net/ipv4/tcp_mem ]; then
-        echo "${MEM_SIZE} ${MEM_SIZE} ${MEM_SIZE}" > /proc/sys/net/ipv4/tcp_mem
-    fi
-
-    if [ -e  /proc/sys/net/ipv4/tcp_rmem ]; then
-        echo "${MEM_SIZE} ${MEM_SIZE} ${MEM_SIZE}" > 
/proc/sys/net/ipv4/tcp_rmem
-    fi
-
-    if [ -e /proc/sys/net/ipv4/tcp_wmem ]; then
-        echo "${MEM_SIZE} ${MEM_SIZE} ${MEM_SIZE}" > 
/proc/sys/net/ipv4/tcp_wmem
-    fi
-}
 
 case "$1" in
     start)
        echo -n "Starting iSCSI target service: "
-       configure_memsize
        modprobe -q crc32c
        modprobe iscsi_trgt
        ## Start daemon with startproc(8). If this fails

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

Reply via email to