[arch-commits] Commit in initscripts/trunk (ChangeLog PKGBUILD)

Allan McRae allan at archlinux.org
Sat Jul 18 04:44:36 UTC 2009


    Date: Saturday, July 18, 2009 @ 00:44:36
  Author: allan
Revision: 46406

upgpkg: initscripts 2009.07-2
    new release, vc -> tty transition

Modified:
  initscripts/trunk/ChangeLog
  initscripts/trunk/PKGBUILD

-----------+
 ChangeLog |  130 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 PKGBUILD  |    8 +--
 2 files changed, 134 insertions(+), 4 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2009-07-18 04:43:48 UTC (rev 46405)
+++ ChangeLog	2009-07-18 04:44:36 UTC (rev 46406)
@@ -1,3 +1,133 @@
+commit 28d34292a9a8a03ea78a909ccb1d8d50ee21d0bb
+Author: Allan McRae <allan at archlinux.org>
+Date:   Sat Jul 18 14:20:55 2009 +1000
+
+    Fix incomplete elif statement
+    
+    Commit 92cbc62e introduced an incomplete elif statement which caues
+    shutdown to fail.
+    
+    Signed-off-by: Allan McRae <allan at archlinux.org>
+
+commit da966f2da8fc670e17f753b22b1365fdd72e1499
+Author: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
+Date:   Thu May 28 00:17:42 2009 -0300
+
+    Convert to new initscript to new virtual console scheme
+    
+    Just convert vc/N to ttyN in all required places.
+    
+    Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
+    Signed-off-by: Allan McRae <allan at archlinux.org>
+
+commit ad1e81556aa351fea39ed6eaf6efbed0ba7ce894
+Author: Aaron Griffin <aaronmgriffin at gmail.com>
+Date:   Tue Jun 30 14:57:18 2009 -0700
+
+    rc.conf: Switch to dhcp by default
+    
+    More of a sane default. Static config left as example
+    
+    Ref: FS#12670
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit 92cbc62e1c1b22c6cc251628e8d51a45607998b6
+Author: Gerhard Brauer <gerhard.brauer at web.de>
+Date:   Fri Jun 26 10:52:09 2009 -0700
+
+    Don't change hardwareclock if settings unclear
+    
+    Don't default to 'localtime' if HARDWARECLOCK is not set to UTC.
+    Check explicit values
+    
+    Ref: FS#15263
+    
+    Edited-by: Aaron Griffin <aaronmgriffin at gmail.com>
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit fb1177118b663da6b45021cb0ebdb40741047bac
+Author: Kurt J. Bosch <kujub at quantentunnel.de>
+Date:   Fri Jun 26 10:47:08 2009 -0700
+
+    Trigger uevents earlier
+    
+    Backgrounding the udev uevent triggering right after the launch
+    of the udev daemon allows us to do more in parallel before we wait
+    for uevents to complete (udevadm settle). This should speed up boot
+    
+    Ref: FS#12706
+    
+    Idea-from: Vahid Hamidullah <vh22 at njit.edu>
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit 2b94f1cf826ddbb61fa840c4175bb9c681eea0be
+Author: Gerardo Exequiel Pozzi <djgera at exequiel.ban2.ar>
+Date:   Sun May 24 17:08:49 2009 -0300
+
+    Fix warning when compiling without -ansi flag
+    
+    Add a #define without checking if already defined
+    (introduced in a2db62cbc2f326c30bfd39be31fe71472b8e47e1 )
+    
+    Signed-off-by: Gerardo Exequiel Pozzi <djgera at exequiel.ban2.ar>
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit ef21324f73efe5ca7777d9acc3a262de2294f371
+Author: Gerardo Exequiel Pozzi <djgera at exequiel.ban2.ar>
+Date:   Sun May 24 16:58:42 2009 -0300
+
+    Fix minilogd.c eat memory on buflines>=MAX_BUF_LINES
+    
+    Do not allocate more memory and leak when buflines>=MAX_BUF_LINES
+    
+    Signed-off-by: Gerardo Exequiel Pozzi <djgera at exequiel.ban2.ar>
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit 5e0ac3a1759134a63936e7a3dcf2c4378b934617
+Author: Thomas Bächler <thomas at archlinux.org>
+Date:   Tue Jun 9 00:02:58 2009 +0200
+
+    network: Remove the hotplug_ifup command, the function has been removed a long time ago
+
+commit d42decabd30ff8031a02cb94ddf98a86a38eecdc
+Author: Thomas Bächler <thomas at archlinux.org>
+Date:   Sun Jun 7 16:36:03 2009 +0200
+
+    Fix array count/walk in rc.shutdown and rc.single, see #13263
+
+commit f4a0e350119794972bb1d022a6364fd10a0d80e9
+Author: Thomas Bächler <thomas at archlinux.org>
+Date:   Sun Jun 7 16:22:47 2009 +0200
+
+    We always mount /sys, thus remove a superfluous check for /sys/block. Also fixes #14437
+
+commit a9a347fc65966265a30774d02e1d114623185b92
+Author: Thomas Bächler <thomas at archlinux.org>
+Date:   Sun Jun 7 16:11:46 2009 +0200
+
+    Make the daemon shutdown in rc.single consistent with rc.shutdown, see #12978
+
+commit 2577e2d04044253add5df0bf8dc3af01a7609c24
+Author: Hugo Doria <hugo at archlinux.org>
+Date:   Wed May 27 16:30:19 2009 -0300
+
+    Remove a useless check of dmesg.log file Signed-off-by: Hugo Doria <hugo at archlinux.org>
+
+commit 07d2701e269042015656bfbdacff8349ca77a687
+Author: Aaron Griffin <aaronmgriffin at gmail.com>
+Date:   Thu Apr 2 09:05:12 2009 -0700
+
+    Make sure functions ends cleanly
+    
+    When errexit was set, sourcing functions caused a script to
+    exit. Fix this by using a real 'if' instead of the
+       [ a ] && b
+    syntax.
+    
+    Also, fix the vim modeline :)
+    
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
 commit e679e9db7c09474da1411db3f18449a1f5e8cc6b
 Author: Thomas Bächler <thomas at archlinux.org>
 Date:   Tue Mar 10 22:04:12 2009 +0100

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-18 04:43:48 UTC (rev 46405)
+++ PKGBUILD	2009-07-18 04:44:36 UTC (rev 46406)
@@ -3,7 +3,7 @@
 # Maintainer: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=initscripts
-pkgver=2009.03
+pkgver=2009.07
 pkgrel=2
 pkgdesc="System initialization/bootup scripts"
 arch=('i686' 'x86_64')
@@ -17,9 +17,9 @@
             'dhcpcd: DHCP network configuration'
             'wireless_tools: Wireless networking')
 source=(ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}-${pkgrel}.tar.gz)
-md5sums=('2fc63314e39e7d0d18e03a1a4e44771d')
+md5sums=('e0de7409d6824d556ab5bbe0f3dc3bbb')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}-${pkgrel}/
-  DESTDIR=$startdir/pkg ./install.sh
+  cd ${srcdir}/${pkgname}-${pkgver}-${pkgrel}/
+  DESTDIR=${pkgdir} ./install.sh
 }




More information about the arch-commits mailing list