Hello community, here is the log from the commit of package kexec-tools checked in at Mon May 1 14:22:52 CEST 2006. -------- --- kexec-tools/kexec-tools.changes 2006-04-26 13:44:37.000000000 +0200 +++ STABLE/kexec-tools/kexec-tools.changes 2006-04-28 21:09:19.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Apr 28 21:07:49 CEST 2006 - olh@suse.de + +- use df -P to print all data for a mount point in a single line + long device node names will cause 2 lines in df output + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kexec-tools.spec ++++++ --- /var/tmp/diff_new_pack.WhzCAp/_old 2006-05-01 14:22:45.000000000 +0200 +++ /var/tmp/diff_new_pack.WhzCAp/_new 2006-05-01 14:22:45.000000000 +0200 @@ -17,7 +17,7 @@ Autoreqprov: on Summary: Tools for fast kernel loading Version: 1.101 -Release: 26 +Release: 28 Source: %{name}-%{version}.tar.bz2 Source1: kdump Source2: sysconfig.kdump @@ -113,6 +113,9 @@ /var/adm/fillup-templates/sysconfig.kdump %changelog -n kexec-tools +* Fri Apr 28 2006 - olh@suse.de +- use df -P to print all data for a mount point in a single line + long device node names will cause 2 lines in df output * Wed Apr 26 2006 - olh@suse.de - linux,platform properties were removed from kernel 2.6.17 assume non-LPAR if some properties do no exist in the device-tree ++++++ kdump ++++++ --- kexec-tools/kdump 2006-04-26 11:47:08.000000000 +0200 +++ STABLE/kexec-tools/kdump 2006-04-28 21:07:07.000000000 +0200 @@ -51,7 +51,7 @@ { test -d "$1" || mkdir -p "$1" hdread="" - df "$1" | while read fs bl us av rest; do + df -P "$1" | while read fs bl us av rest; do test -n "$hdread" && echo $av hdread="$fs" done ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...