[arch-commits] CVS update of core/base/initscripts (ChangeLog PKGBUILD)

Aaron Griffin aaron at archlinux.org
Thu Feb 21 07:04:08 UTC 2008


    Date: Thursday, February 21, 2008 @ 02:04:08
  Author: aaron
    Path: /home/cvs-core/core/base/initscripts

   Added: ChangeLog (1.1)
Modified: PKGBUILD (1.185 -> 1.186)

upgpkg: initscripts 2008.02-1
    New release, see ChangeLog for details


-----------+
 ChangeLog |  291 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 PKGBUILD  |   14 +-
 2 files changed, 299 insertions(+), 6 deletions(-)


Index: core/base/initscripts/ChangeLog
diff -u /dev/null core/base/initscripts/ChangeLog:1.1
--- /dev/null	Thu Feb 21 02:04:08 2008
+++ core/base/initscripts/ChangeLog	Thu Feb 21 02:04:08 2008
@@ -0,0 +1,291 @@
+commit bb639b33167e13602aacf34bab6032992e7b3d6a
+Author: Aaron Griffin <aaronmgriffin at gmail.com>
+Date:   Wed Feb 20 23:46:57 2008 -0600
+
+    Add some udev stats output
+    
+    So we can see timing and all that jazz
+    
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit e658f681e1d36a75b527d182ce28ee0781ed4492
+Author: Dan McGee <dan at archlinux.org>
+Date:   Thu Feb 14 20:16:49 2008 -0600
+
+    rc.shutdown: Fix hwclock double calls
+    
+    Commit 9673449ac0af77751eab62423114f27e7dbc497c added --directisa
+    configuration to rc.shutdown, but didn't remove the old hwclock calls and
+    instead just added a second call. Remove the original calls.
+    
+    Signed-off-by: Dan McGee <dan at archlinux.org>
+
+commit e16e2d17c97f91cdb9eda0ad3525ee7977ad40a6
+Merge: 626037f... fbb8d26...
+Author: Dan McGee <dan at archlinux.org>
+Date:   Thu Feb 14 19:56:02 2008 -0600
+
+    Merge branch 'posix' into working
+
+commit 626037f6043596f21511b76b088dca86fc079f42
+Author: Dan McGee <dan at archlinux.org>
+Date:   Thu Feb 14 19:53:03 2008 -0600
+
+    functions:source_functions(): don't fail on empty dir
+    
+    Instead of using globbing which will fail on an empty directory, use an ls
+    call similar to other places in the initscripts which is not prone to
+    failure. (See rc.single in the daemon shutdown for example.)
+    
+    Signed-off-by: Dan McGee <dan at archlinux.org>
+
+commit fbb8d26a81dc220d7795be871e09c89fd0e03a76
+Author: Dan McGee <dan at archlinux.org>
+Date:   Fri Nov 30 09:30:05 2007 -0600
+
+    Remove echo -e usage from rc.sysinit
+    
+    Use the always available (in sh) printf method instead.
+    
+    Signed-off-by: Dan McGee <dan at archlinux.org>
+
+commit 7b6fddfb12106c9485a9ceb8fa1876a501d1f181
+Author: Dan McGee <dan at archlinux.org>
+Date:   Fri Nov 30 09:23:02 2007 -0600
+
+    Remove some bashisms from network, even though we cannot convert it
+    
+    Since netfs and network source rc.conf, we cannot fully convert it to an sh
+    script. However, we can get rid of a few things that are not sh compatible.
+    
+    Signed-off-by: Dan McGee <dan at archlinux.org>
+
+commit e3985084056bb80c886ea649674c3da5b906ccab
+Author: Dan McGee <dan at archlinux.org>
+Date:   Fri Nov 30 09:18:26 2007 -0600
+
+    Make install.sh sh compatible
+    
+    Signed-off-by: Dan McGee <dan at archlinux.org>
+
+commit 980791fd888b6efff6319c77363aab473166ca6b
+Author: Dan McGee <dan at archlinux.org>
+Date:   Fri Nov 30 09:17:15 2007 -0600
+
+    Make functions sh compatible
+    
+    There is no reason to use bashisms in functions, so eliminate any and use
+    printf instead of echo options which are not guaranteed to be implemented in
+    a POSIX sh.
+    
+    Signed-off-by: Dan McGee <dan at archlinux.org>
+
+commit dc4cee8f5987098a07a8b272573424b599a52598
+Author: Dan McGee <dan at archlinux.org>
+Date:   Sat Nov 17 12:03:59 2007 -0600
+
+    Don't assume sh == bash
+    
+    Signed-off-by: Dan McGee <dan at archlinux.org>
+
+commit ccc90d4d211a61a21c835c1e51c807ddd485a136
+Author: Roman Kyrylych <roman at archlinux.org>
+Date:   Thu Feb 14 14:51:40 2008 -0600
+
+    Add support for (un)mounting nfs4
+    
+    Signed-off-by: Roman Kyrylych <roman at archlinux.org>
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit 9673449ac0af77751eab62423114f27e7dbc497c
+Author: Roman Kyrylych <roman at archlinux.org>
+Date:   Wed Jan 23 17:46:03 2008 -0600
+
+    Use --directisa configuration in rc.shutdown as well
+    
+    Signed-off-by: Roman Kyrylych <roman at archlinux.org>
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit f589387f0b9ef56de8ab30f50a3c562e010baeeb
+Author: Loic Nageleisen <lloeki at gmail.com>
+Date:   Tue Jan 8 09:14:42 2008 -0600
+
+    Enhance interface 'up' state checking
+    
+    Using the 'UP' state to imply operational status is wrong and even if a
+    device is 'UP' we may still need to run ifconfig/dhcp
+    
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit 9e341d31cd15172941268412d258c38591ff4988
+Author: Aaron Griffin <aaronmgriffin at gmail.com>
+Date:   Tue Jan 8 09:09:46 2008 -0600
+
+    network script logic cleanups/enhancements
+    
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit 7719cd7c0ac6d3f316ed8595becf29ef418d9af9
+Author: Aaron Griffin <aaronmgriffin at gmail.com>
+Date:   Tue Jan 8 09:07:05 2008 -0600
+
+    Remove the hotplug functionality from the network script
+    
+    Hotplug hasn't been supported in Arch for ages
+    
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit c2d7f40b2e0837f5544e6e2bfc22dc12e994ed16
+Author: Aaron Griffin <aaronmgriffin at gmail.com>
+Date:   Tue Jan 8 03:35:05 2008 -0600
+
+    Create some basic device nodes on initialization
+    
+    We need, at the very least, these three device nodes
+    (null, console, and zero) created before we get udev
+    up and running
+    
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit cd0b3911131ee0eddc32c5e3992036c2e769948f
+Author: Jonathan Frazier <eyeswide at gmail.com>
+Date:   Tue Jan 8 03:26:12 2008 -0600
+
+    minilogd cleanup and warning fixes
+    
+    gcc gives a warning about signed/unsigned ints, and it tries to write to
+    syslog's /dev/log with a dgram socket which gives an EPROTOCOL error.
+    
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit 9bf2014b750579d9720c13c9dfb9d358e0c27665
+Author: Aaron Griffin <aaronmgriffin at gmail.com>
+Date:   Tue Jan 8 03:06:56 2008 -0600
+
+    Allow --directisa configuration for hwclock calls
+    
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit ab5595c4f8cdea8e6b1813701828576cbfee2fc2
+Author: Aaron Griffin <aaronmgriffin at gmail.com>
+Date:   Thu Dec 20 12:32:12 2007 -0600
+
+    Deprecate MOD_BLACKLIST via some comments
+    
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit 2694f1224dfb5b5c734a781fc813e639139feb39
+Author: Aaron Griffin <aaronmgriffin at gmail.com>
+Date:   Thu Dec 20 12:19:56 2007 -0600
+
+    Mount our ram /dev as soon as possible
+    
+    On readonly root systems, lots of fdup calls fail on device nodes, for
+    instance in minilogd. So we'll mount /dev as early as we can
+    
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit 25811badce84cd157a8b66c84e78f931cad1d129
+Author: Aaron Griffin <aaronmgriffin at gmail.com>
+Date:   Thu Dec 20 12:15:26 2007 -0600
+
+    Set hwclock *before* udev is loaded
+    
+    This prevents /dev/ timestamps from being 'in the future' when the hwclock
+    is not in UTC.
+    
+    Closes FS#8665
+    
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit b82f9d580d1ab70e78de4c81c180c5a308bd1238
+Author: James Rayner <james at archlinux.org>
+Date:   Thu Dec 20 10:53:25 2007 -0600
+
+    Tidy up rc.conf
+    
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit a4a35bda6ef3fd3e444e90ab362369f0b1f511dc
+Author: Simo Leone <simo at archlinux.org>
+Date:   Thu Dec 20 01:30:59 2007 -0600
+
+    Make the background black on all status text
+    
+    This is the easiest way to cleanup the script output on white terminals
+    without resorting to shutting off color.
+    
+    It won't make everyone happy, though.
+    
+    Ref: FS#1186
+    
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit 5ccb8edb591213e03fc3909aa7db7242b9f54b30
+Author: Aaron Griffin <aaronmgriffin at gmail.com>
+Date:   Mon Dec 17 16:16:38 2007 -0600
+
+    Modify comment above MOD_AUTOLOAD to indicate that it autoloads
+    
+    Some people thought the comment was unclear
+    
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit 20d6e1081ec7105207c01e9d8d2a58bb4a145331
+Author: Aaron Griffin <aaronmgriffin at gmail.com>
+Date:   Mon Dec 17 16:08:05 2007 -0600
+
+    Save dmesg output at the end of the boot process
+    
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit 9d86b8814583509069ad6707688e2b41fc0d292f
+Author: Roman Kyrylych <roman at archlinux.org>
+Date:   Wed Dec 12 10:28:37 2007 -0600
+
+    Fix FS#8843 (no colors in rc.sysinit output with separate /usr)
+    
+      when tput returns exit code 3 - assume it output '8'
+      (as written in the /usr/share/terminfo/l/linux file)
+    
+    Signed-off-by: Roman Kyrylych <roman at archlinux.org>
+    
+    Converted to if/elsif form
+    
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit 662a52c15343338e9d843c6f70d39acefd3a2c4c
+Author: Dan McGee <dan at archlinux.org>
+Date:   Sun Nov 18 11:47:54 2007 -0600
+
+    Move start_udev actions to rc.sysinit
+    
+    start_udev has been deprecated upstream for some time. We shouldn't use
+    some hacked up version of it either.
+    
+    Signed-off-by: Dan McGee <dan at archlinux.org>
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit b1d0ec7cb6e8cea9f2fd7b0c11a0b607467615bd
+Author: James Rayner <james at archlinux.org>
+Date:   Sat Nov 10 13:26:39 2007 +1100
+
+    Removing netcfg from initscripts
+    
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit b8e558d5784c8054a91dcefd8495b739a664dbae
+Author: Aaron Griffin <aaronmgriffin at gmail.com>
+Date:   Wed Nov 28 14:47:09 2007 -0600
+
+    Source /etc/rc.d/functions.d/ for additional initscript functions
+    
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit 57879c6d6c51918b8106142e70643b53a9a8c7da
+Author: Roman Kyrylych <roman at archlinux.org>
+Date:   Fri Nov 9 16:47:44 2007 +0200
+
+    Improve error handling and allow multiple keymaps to be loaded
+    
+    Signed-off-by: Roman Kyrylych <roman at archlinux.org>
Index: core/base/initscripts/PKGBUILD
diff -u core/base/initscripts/PKGBUILD:1.185 core/base/initscripts/PKGBUILD:1.186
--- core/base/initscripts/PKGBUILD:1.185	Mon Oct 22 09:54:22 2007
+++ core/base/initscripts/PKGBUILD	Thu Feb 21 02:04:08 2008
@@ -1,18 +1,20 @@
-# $Id: PKGBUILD,v 1.185 2007/10/22 13:54:22 tpowa Exp $
+# $Id: PKGBUILD,v 1.186 2008/02/21 07:04:08 aaron Exp $
 # Maintainer: Thomas Baechler <thomas at archlinux.org>
+# Maintainer: Aaron Griffin <aaron at archlinux.org>
+
 pkgname=initscripts
-pkgver=2007.11
-pkgrel=2
+pkgver=2008.02
+pkgrel=1
 pkgdesc="System initialization/bootup scripts"
 arch=('i686' 'x86_64')
 url="http://www.archlinux.org"
 license=('GPL')
 groups=('base')
 backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown)
-depends=('glibc' 'bash' 'awk' 'grep' 'coreutils' 'sed' 'udev>=081' 'net-tools' 'ncurses')
+depends=('glibc' 'bash' 'awk' 'grep' 'coreutils' 'sed' 'udev>=118' 'net-tools' 'ncurses')
 install=initscripts.install
-source=(ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}-${pkgrel}.tar.bz2)
-md5sums=('633ef0baadf1257570f96d27c4fbc1fb')
+source=(ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}-${pkgrel}.tar.gz)
+md5sums=('55cc2ede13c711b1655a2b6cb8c2c82e')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}-${pkgrel}/




More information about the arch-commits mailing list