Hello community,

here is the log from the commit of package procps for openSUSE:Factory
checked in at Mon May 9 09:14:01 CEST 2011.



--------
--- procps/procps.changes       2011-03-22 18:37:05.000000000 +0100
+++ /mounts/work_src_done/STABLE/procps/procps.changes  2011-05-05 
17:52:21.000000000 +0200
@@ -1,0 +2,8 @@
+Thu May  5 17:49:30 CEST 2011 - [email protected]
+
+- boot.sysctl: Add support for loading defaults from
+  /boot/sysctl.conf-$(uname -r) before loading /etc/sysctl.conf
+  to allow each kernel flavor to adjust defaults without
+  different kernel configuration options.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ procps.spec ++++++
--- /var/tmp/diff_new_pack.a046IH/_old  2011-05-09 09:01:39.000000000 +0200
+++ /var/tmp/diff_new_pack.a046IH/_new  2011-05-09 09:01:39.000000000 +0200
@@ -27,7 +27,7 @@
 PreReq:         %fillup_prereq %insserv_prereq
 AutoReqProv:    on
 Version:        3.2.8
-Release:        29
+Release:        30
 Summary:        ps utilities for /proc
 Provides:       ps
 Obsoletes:      ps

++++++ boot.sysctl ++++++
--- /var/tmp/diff_new_pack.a046IH/_old  2011-05-09 09:01:39.000000000 +0200
+++ /var/tmp/diff_new_pack.a046IH/_new  2011-05-09 09:01:39.000000000 +0200
@@ -24,6 +24,14 @@
 
 case "$1" in
   start)
+
+       # Load per-kernel defaults from /boot. This file is provided
+       # by the kernel package and will be replaced on update.
+       if test -e "/boot/sysctl.conf-$(uname -r)"; then
+           echo -n "Loading sysctl defaults from /boot/sysctl.conf-$(uname -r)"
+           sysctl -e -q -p /boot/sysctl.conf-$(uname -r)
+           rc_status -v -r
+       fi
        #
        # run sysctl if the config file exists
        # otherwise generate it


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



Remember to have fun...

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

Reply via email to