Date: Sunday, January 24, 2010 @ 09:36:59 Author: thomas Revision: 65142
Merged revisions 65140 via svnmerge from svn+ssh://gerolde.archlinux.org/srv/svn-packages/initscripts/trunk ........ r65140 | thomas | 2010-01-24 15:36:24 +0100 (So, 24 Jan 2010) | 2 lines Update to 2010.01-1 ........ Modified: initscripts/repos/testing-x86_64/ (properties) initscripts/repos/testing-x86_64/ChangeLog initscripts/repos/testing-x86_64/PKGBUILD -----------+ ChangeLog | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ PKGBUILD | 6 +++--- 2 files changed, 63 insertions(+), 3 deletions(-) Property changes on: initscripts/repos/testing-x86_64 ___________________________________________________________________ Modified: svnmerge-integrated - /initscripts/trunk:1-58295 + /initscripts/trunk:1-65141 Modified: testing-x86_64/ChangeLog =================================================================== --- testing-x86_64/ChangeLog 2010-01-24 14:36:41 UTC (rev 65141) +++ testing-x86_64/ChangeLog 2010-01-24 14:36:59 UTC (rev 65142) @@ -1,3 +1,63 @@ +commit e39ec61b7d642b36368d84f240b96eeda3c43b2f +Author: Thomas Bächler <tho...@archlinux.org> +Date: Sun Jan 24 15:30:41 2010 +0100 + + Move shutdown_prekillall hook after the stat_busy message (as per request by Kurt Bosch) + +commit b95fd8ecfb7633f2db4c42b5eb798b55a2e4fb34 +Merge: d7622e0 48a9e6a +Author: Thomas Bächler <tho...@archlinux.org> +Date: Tue Jan 5 13:33:38 2010 +0100 + + Merge branch 'hwclock-background' of git://code.toofishes.net/dan/initscripts + +commit d7622e0cedbcfd6bda7ac0b8354c6fea5d127f37 +Author: Solstice d'Hiver <solstice.dhi...@gmail.com> +Date: Sat Dec 5 16:51:16 2009 +0200 + + Check that cryptsetup mapping exists before trying to remove it + + Signed-off-by: Roman Kyrylych <ro...@archlinux.org> + +commit 48a9e6a27b1fb240eb4861841ffbece3af714fe3 +Author: Dan McGee <d...@archlinux.org> +Date: Tue Nov 10 15:24:36 2009 -0600 + + rc.sysinit: remove unnecessary adjtime creation + + This is an Arch initscripts original (commit 98c76a4), but is not actually + necessary for hwclock to operate correctly, so kill it. The file is created + automatically when `hwclock --systohc` is invoked. + + Signed-off-by: Dan McGee <d...@archlinux.org> + +commit 5d063a532c4dfe687cece40829b9d66aa83ffe4a +Author: Dan McGee <d...@archlinux.org> +Date: Tue Nov 10 15:24:16 2009 -0600 + + rc.sysinit: add and clarify clock comments + + Signed-off-by: Dan McGee <d...@archlinux.org> + +commit 7e479ce340e8014da3921f62f1a4f4b8e3c4f595 +Author: Dan McGee <d...@archlinux.org> +Date: Tue Nov 10 14:06:09 2009 -0600 + + rc.sysinit: background hwclock calls + + hwclock calls appear to block somewhere between 1 and 2 seconds when we have + back-to-back calls. My theory (without looking at the code) is that hwclock + has to synchronize to the 1 second intervals of the hardware clock, so it + can sometimes take up to a second to complete. + + To get around this unpleasant behavior, we can background the calls at point + X in the boot sequence, and then later at point Y in the script (when we + absolutely need the clock actions to be complete), we wait on the + subprocess. This allows the rest of the boot sequence, after the hwclock + code block, to continue until the point where we wait on the subprocess. + + Signed-off-by: Dan McGee <d...@archlinux.org> + commit bdf8fdb363c9e38bfaad927caac0fecbe989df6b Author: Thomas Bächler <tho...@archlinux.org> Date: Sat Nov 7 00:12:41 2009 +0100 Modified: testing-x86_64/PKGBUILD =================================================================== --- testing-x86_64/PKGBUILD 2010-01-24 14:36:41 UTC (rev 65141) +++ testing-x86_64/PKGBUILD 2010-01-24 14:36:59 UTC (rev 65142) @@ -3,7 +3,7 @@ # Maintainer: Aaron Griffin <aa...@archlinux.org> pkgname=initscripts -pkgver=2009.11 +pkgver=2010.01 pkgrel=1 pkgdesc="System initialization/bootup scripts" arch=('i686' 'x86_64') @@ -18,8 +18,8 @@ 'wireless_tools: Wireless networking') install=initscripts.install source=(ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}-${pkgrel}.tar.xz) -sha256sums=('5c74c1dd3666b9c5102c1c28a36d5141aa0d1f4689a3027882d0f84b0a6c57ef') -md5sums=('5f97fb37d7d0a233e92cba376021bd36') +sha256sums=('90b8ce0c235dd74423adc2174f23c1a0776a050f782c3b338c5407dfc8c70410') +md5sums=('0d61c132e916010c51c85d561102e098') build() { cd ${srcdir}/${pkgname}-${pkgver}-${pkgrel}/