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

Thomas Bächler thomas at archlinux.org
Tue Mar 10 21:13:34 UTC 2009


    Date: Tuesday, March 10, 2009 @ 17:13:34
  Author: thomas
Revision: 29638

upgpkg: initscripts 2009.03-2

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

-----------+
 ChangeLog |  116 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 PKGBUILD  |    4 +-
 2 files changed, 117 insertions(+), 3 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2009-03-10 20:51:17 UTC (rev 29637)
+++ ChangeLog	2009-03-10 21:13:34 UTC (rev 29638)
@@ -1,3 +1,117 @@
+commit e679e9db7c09474da1411db3f18449a1f5e8cc6b
+Author: Thomas Bächler <thomas at archlinux.org>
+Date:   Tue Mar 10 22:04:12 2009 +0100
+
+    Create /var/lib/misc if it doesn't exist
+    This is necessary because the filesystem package doesn't currently contain this directory
+
+commit c79828e29eae787048535fa67726c2f174f6b2c5
+Author: Aaron Griffin <aaronmgriffin at gmail.com>
+Date:   Tue Mar 10 13:59:16 2009 -0700
+
+    Add the adjtime cron job to install.sh
+    
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit cbb9215591b618f09adc70889f32864a6f566f47
+Author: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
+Date:   Mon Mar 9 14:47:35 2009 -0700
+
+    minilogd: ensure we free() the buffer
+    
+    This isn't strictly needed, as memory is cleaned up
+    on exit anyway, but let's shoot for good form :)
+    
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit c206cfd1de94e2e79c1d9d42dc8f44f140d4c3f8
+Author: Aaron Griffin <aaronmgriffin at gmail.com>
+Date:   Mon Mar 9 14:09:56 2009 -0700
+
+    Add adjtime handling to hwclock init
+    
+    The hwclock man page recommends calling hwclock with --adjust
+    at start time, and periodically during system run. So let's do
+    that here.
+    
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit 5d0fb0ef703ca78f399aadce43dd813effda52f5
+Author: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
+Date:   Mon Mar 9 13:58:44 2009 -0700
+
+    minilogd: Initialize values for accept()
+    
+    From the accept(2) manpage:
+    The addrlen argument is a value-result argument: the caller must initialize it
+    to contain the size (in bytes) of the structure pointed to by addr; on return it
+    will contain the actual size of the peer address.
+    
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit f3a60b900d22349445de1481d6171297ac022ff0
+Author: Allan McRae <allan at archlinux.org>
+Date:   Mon Mar 9 19:53:39 2009 +1000
+
+    Fix status display functions
+    
+    The status display functions were returning the opposite of what
+    they should have been.  Also made cosmetic changes to the output.
+    
+    Signed-off-by: Allan McRae <allan at archlinux.org>
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit a2db62cbc2f326c30bfd39be31fe71472b8e47e1
+Author: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
+Date:   Mon Mar 9 12:08:45 2009 -0700
+
+    Fix minilogd headers
+    
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit 623e3fac060b0f4b32c0ec767d76ef57f5040ed1
+Author: Thomas Bächler <thomas at archlinux.org>
+Date:   Sat Mar 7 20:16:45 2009 +0100
+
+    Use the device nodes from /lib/udev/devices/* instead of hardcoding them in initscripts. This requires a new udev package (at least 139-1)
+
+commit 666cd9b3971e171f4e8ec348666ab8ff8bfe97d8
+Author: Aaron Griffin <aaronmgriffin at gmail.com>
+Date:   Tue Mar 3 08:39:13 2009 -0800
+
+    Remove the kernel 'quiet' handling for fsck
+    
+    This is simply confusing that we use the kernel "quiet" parameter
+    to mute fsck output. Removed for now - perhaps we can add a better
+    solution later.
+    
+    Ref: FS#12928
+    
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit 21f528419f945f0d2f867ffa55553b4d5da7f4b8
+Author: Thomas Bächler <thomas at archlinux.org>
+Date:   Wed Feb 11 22:06:13 2009 +0100
+
+    Fix bug #13205: better random-seed entropy
+    - For the random-seed file location to be more "FHS compliant" is better to put in /var/lib/misc/random-seed (Variable state
+      information, that persists after reboot) than the /var/run/random-seed (Run-time variable data, that not necessarily persists
+      after reboot) for example with /var/run mounted as TMPFS.
+    - The random-seed file permision should be "0600" not "0644"
+    - The size of random-seed acording to random(4) manpage should be the size specified in "/proc/sys/kernel/random/poolsize" in
+      other case 512 bytes.
+
+commit e932c3406acf105c99e159ca0610768fbfb49b1a
+Author: Petar Bogdanovic <petar at smokva.net>
+Date:   Tue Feb 10 08:27:07 2009 -0800
+
+    Allow the user to cancel an fsck
+    
+    Don't fail and force a reboot if the user cancels an fsck
+    on boot.
+    
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
 commit 2c5e306be0bcc8d91662176bfcfb55ec95777bc3
 Author: Aaron Griffin <aaronmgriffin at gmail.com>
 Date:   Wed Jan 21 13:10:34 2009 -0800
@@ -511,7 +625,7 @@
     Signed-off-by: Dan McGee <dan at archlinux.org>
 
 commit e16e2d17c97f91cdb9eda0ad3525ee7977ad40a6
-Merge: 626037f... fbb8d26...
+Merge: 626037f fbb8d26
 Author: Dan McGee <dan at archlinux.org>
 Date:   Thu Feb 14 19:56:02 2008 -0600
 

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-10 20:51:17 UTC (rev 29637)
+++ PKGBUILD	2009-03-10 21:13:34 UTC (rev 29638)
@@ -4,7 +4,7 @@
 
 pkgname=initscripts
 pkgver=2009.03
-pkgrel=1
+pkgrel=2
 pkgdesc="System initialization/bootup scripts"
 arch=('i686' 'x86_64')
 url="http://www.archlinux.org"
@@ -17,7 +17,7 @@
             'dhcpcd: DHCP network configuration'
             'wireless_tools: Wireless networking')
 source=(ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}-${pkgrel}.tar.gz)
-md5sums=('d602c7647fa2afc7e8530c2e6342350c')
+md5sums=('2fc63314e39e7d0d18e03a1a4e44771d')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}-${pkgrel}/




More information about the arch-commits mailing list