Hello community, here is the log from the commit of package aaa_base checked in at Fri May 19 16:35:25 CEST 2006. -------- --- aaa_base/aaa_base.changes 2006-05-11 12:43:06.000000000 +0200 +++ aaa_base/aaa_base.changes 2006-05-19 15:07:28.000000000 +0200 @@ -1,0 +2,7 @@ +Fri May 19 15:06:49 CEST 2006 - ro@suse.de + +- added sysconfig variable DMAPI_PROBE to be able to set + /proc/sys/fs/xfs/probe_dmapi early enough in the boot process + (#176371) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aaa_base.spec ++++++ --- /var/tmp/diff_new_pack.ylEYGp/_old 2006-05-19 16:34:56.000000000 +0200 +++ /var/tmp/diff_new_pack.ylEYGp/_new 2006-05-19 16:34:56.000000000 +0200 @@ -19,7 +19,7 @@ PreReq: /usr/bin/sed /usr/bin/grep /bin/mv /bin/cat /bin/date /usr/bin/cmp /bin/fillup /sbin/insserv Autoreqprov: on Version: 10.1 -Release: 43 +Release: 44 Summary: SUSE Linux Base Package BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: aaa_base.tar.bz2 @@ -147,6 +147,10 @@ %defattr(-,root,root) %changelog -n aaa_base +* Fri May 19 2006 - ro@suse.de +- added sysconfig variable DMAPI_PROBE to be able to set + /proc/sys/fs/xfs/probe_dmapi early enough in the boot process + (#176371) * Thu May 11 2006 - werner@suse.de - bash.bashrc: check for already set PS1 variable (bug #172753) * Wed May 10 2006 - sndirsch@suse.de ++++++ aaa_base.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/aaa_base/etc/init.d/boot.proc new/aaa_base/etc/init.d/boot.proc --- old/aaa_base/etc/init.d/boot.proc 2005-08-18 12:02:01.000000000 +0200 +++ new/aaa_base/etc/init.d/boot.proc 2006-05-19 15:03:33.000000000 +0200 @@ -60,6 +60,12 @@ test "$DISABLE_ECN" = "no" && echo "1" > /proc/sys/net/ipv4/tcp_ecn fi + # handle DMAPI_PROBE here, boot.sysctl is too late + if test "$DMAPI_PROBE" = "yes" ; then + test -d /proc/sys/fs/xfs || modprobe xfs + test -e /proc/sys/fs/xfs/probe_dmapi && echo 1 > /proc/sys/fs/xfs/probe_dmapi + fi + ;; stop|restart) # skip / nothing to do ++++++ sysconfig_parts.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/sysconfig_parts/sysconfig.sysctl new/sysconfig_parts/sysconfig.sysctl --- old/sysconfig_parts/sysconfig.sysctl 2004-10-06 11:54:07.000000000 +0200 +++ new/sysconfig_parts/sysconfig.sysctl 2006-05-19 15:06:45.000000000 +0200 @@ -66,3 +66,12 @@ # For further information see /usr/src/linux/Documentation/sysrq.txt # ENABLE_SYSRQ="no" + +## Path: System/Kernel +## Type: yesno +## Default: no +# +# Enable dmapi module probe for the xfs filesystem driver +# (yes/no) +# +DMAPI_PROBE="no" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de