commit mkinitrd for openSUSE:Factory
Hello community, here is the log from the commit of package mkinitrd for openSUSE:Factory checked in at Fri May 1 01:20:14 CEST 2009. -------- --- mkinitrd/mkinitrd.changes 2009-04-28 17:05:32.000000000 +0200 +++ mkinitrd/mkinitrd.changes 2009-04-29 17:41:54.830402191 +0200 @@ -1,0 +2,5 @@ +Wed Apr 29 17:41:38 CEST 2009 - werner@suse.de + +- Minor changes + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mkinitrd.spec ++++++ --- /var/tmp/diff_new_pack.w29008/_old 2009-05-01 01:19:36.000000000 +0200 +++ /var/tmp/diff_new_pack.w29008/_new 2009-05-01 01:19:36.000000000 +0200 @@ -26,7 +26,7 @@ Requires: coreutils modutils util-linux grep gzip sed cpio udev sysvinit file perl-Bootloader AutoReqProv: on Version: 2.5.9 -Release: 2 +Release: 3 Conflicts: udev < 118 Requires: dhcpcd Summary: Creates an Initial RAM Disk Image for Preloading Modules @@ -127,6 +127,8 @@ %doc %{_mandir}/man8/lsinitrd.8.gz %changelog +* Wed Apr 29 2009 werner@suse.de +- Minor changes * Tue Apr 28 2009 werner@suse.de - sed is powerfull, use it instead using several pipes - use usleep for waiting on events ++++++ mkinitrd-2.5.9.patch ++++++ --- /var/tmp/diff_new_pack.w29008/_old 2009-05-01 01:19:36.000000000 +0200 +++ /var/tmp/diff_new_pack.w29008/_new 2009-05-01 01:19:36.000000000 +0200 @@ -63,7 +63,7 @@ + esac +fi --- scripts/boot-devfunctions.sh -+++ scripts/boot-devfunctions.sh 2009-04-28 16:09:58.000000000 +0200 ++++ scripts/boot-devfunctions.sh 2009-04-29 17:39:02.106401813 +0200 @@ -1,7 +1,7 @@ #!/bin/bash # @@ -98,11 +98,15 @@ continue; fi else -@@ -89,7 +91,7 @@ check_for_device() { +@@ -87,9 +89,9 @@ check_for_device() { + break; + fi fi - sleep 1 - echo -n "." +- sleep 1 +- echo -n "." - timeout=$(( $timeout - 1 )) ++ usleep 25000 ++ ((timeout % 40 == 1)) && echo -n "." + let timeout-- # Recheck for LVM volumes if [ -n "$vg_root" -a -n "$vg_roots" ] ; then @@ -205,7 +209,7 @@ if [ "${file:0:17}" = "/lib/mkinitrd/bin" ]; then SOURCE=$file --- src/warpclock.c -+++ src/warpclock.c 2009-04-28 17:22:48.813901892 +0200 ++++ src/warpclock.c 2009-04-29 17:40:51.538401601 +0200 @@ -0,0 +1,173 @@ +/* + * Copyright (c) 2009 Werner Fink, 2009 SuSE LINUX Products GmbH, Germany. @@ -248,9 +252,9 @@ + * http://www.cl.cam.ac.uk/~mgk25/mswish/ut-rtc.html + * + * The kernel assumes that the RTC/HW clock is running in Universal time -+ * and useat boot RTC to sets the kernel based System Time also in UTC. ++ * and use at boot RTC to sets the kernel based System Time also in UTC. + * this leads to problems on systems with RTC running in local time. -+ * Therefore we have to warp the kerenl based System Time back to run UTC. ++ * Therefore we have to warp the kernel based System Time back to run UTC. + * + * This program checks /etc/sysconfig/clock on a SuSE based Linux System + * if the RTC/HW clock is running in local time. It also determine the @@ -259,7 +263,7 @@ + * All user space programs assume that kernel based System Time is set to + * UTC to be able to calculate their own time zone offset on that unique + * base. That is that e.g. date(1) use this System Time together with -+ * /etc/localtime or the ennvironment variable TZ to appoint the actual ++ * /etc/localtime or the environment variable TZ to appoint the actual + * local time (zone). To see this simply run + * + * date --rfc-2822 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de