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

Aaron Griffin aaron at archlinux.org
Thu Jan 22 17:10:40 UTC 2009


    Date: Thursday, January 22, 2009 @ 12:10:39
  Author: aaron
Revision: 25007

upgpkg: initscripts 2009.01-1
    2009.01 release. See changelog for details

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

-----------+
 ChangeLog |   79 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 PKGBUILD  |   10 +++----
 2 files changed, 84 insertions(+), 5 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2009-01-22 17:00:27 UTC (rev 25006)
+++ ChangeLog	2009-01-22 17:10:39 UTC (rev 25007)
@@ -1,3 +1,82 @@
+commit 2c5e306be0bcc8d91662176bfcfb55ec95777bc3
+Author: Aaron Griffin <aaronmgriffin at gmail.com>
+Date:   Wed Jan 21 13:10:34 2009 -0800
+
+    Adjust copyright year to 2009
+    
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit ad81ddafabd95ee1ea7169880a6a80f04babf9a6
+Author: Aaron Griffin <aaronmgriffin at gmail.com>
+Date:   Tue Dec 23 14:45:30 2008 -0800
+
+    Add some simple status display functions
+    
+    This is useful for displaying daemon status in functions
+    like /etc/rc.d/$DAEMON status
+    
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit fa4f2f14870500eeab3233da07647a7c2c5e1648
+Author: Aaron Griffin <aaronmgriffin at gmail.com>
+Date:   Tue Dec 23 14:43:51 2008 -0800
+
+    Adjust minilogd's maximums
+    
+    A max of 200000 lines stored, at 8K per line, was a little
+    ridiculous and soaked up way to much memory if a syslogger
+    was not started. Drop the max to 10000 so that we don't kill
+    the user's system.
+    
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit 0e4ff39e5a5c72b7d4e8d251d029d4342f68b7b6
+Author: Aaron Griffin <aaronmgriffin at gmail.com>
+Date:   Tue Dec 23 14:41:09 2008 -0800
+
+    chmod /var/run/utmp to 664 when creating
+    
+    This allows X terminals to write to /var/run/utmp
+    so that they are reported properly to commands like
+    who and w
+    
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit af3ac0dc954d96855555aa8cb12633494d465a77
+Author: Aaron Griffin <aaronmgriffin at gmail.com>
+Date:   Thu Dec 4 09:40:14 2008 -0800
+
+    unset the TZ envvar in 'functions'
+    
+    This prevents a local TZ variable from breaking
+    daemon's when started by root. Daemon's should always
+    respect the system's /etc/localtime
+    
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit 9ac428a113d5dee2b4d5469fdfdb383eda90d4c6
+Author: Aaron Griffin <aaronmgriffin at gmail.com>
+Date:   Mon Nov 24 07:50:45 2008 -0800
+
+    Switch commented kdm path
+    
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit 572019c5a188d22a1e833c1a27081227a65133f9
+Author: Roman Kyrylych <roman at archlinux.org>
+Date:   Thu Sep 25 00:33:32 2008 -0500
+
+    Added missing slash
+    
+    Signed-off-by: Roman Kyrylych <roman at archlinux.org>
+    Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
+
+commit af5516dc690a3b2fab88188cfcde898ca0efbf4b
+Author: Thomas Bächler <thomas at archlinux.org>
+Date:   Thu Sep 18 22:21:39 2008 +0200
+
+    Fix bug #11229
+
 commit 8f1628613cc5746b7c85c6f84776b365833f1dad
 Author: Thomas Bächler <thomas at archlinux.org>
 Date:   Thu Sep 18 18:55:14 2008 +0200

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-01-22 17:00:27 UTC (rev 25006)
+++ PKGBUILD	2009-01-22 17:10:39 UTC (rev 25007)
@@ -3,8 +3,8 @@
 # Maintainer: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=initscripts
-pkgver=2008.09
-pkgrel=2
+pkgver=2009.01
+pkgrel=1
 pkgdesc="System initialization/bootup scripts"
 arch=('i686' 'x86_64')
 url="http://www.archlinux.org"
@@ -12,10 +12,10 @@
 groups=('base')
 backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown)
 depends=('glibc' 'bash' 'awk' 'grep' 'coreutils' 'sed' 'udev>=118' 'net-tools' 'ncurses' 'kbd' 'findutils')
-source=(ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}-${pkgrel}.tar.gz)
-md5sums=('c28214d35643570cde56dd1142348aa7')
+source=(ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}.tar.gz)
+md5sums=('b947f3efd5d4681459fe8073d610f1b5')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}-${pkgrel}/
+  cd ${startdir}/src/${pkgname}-${pkgver}/
   DESTDIR=$startdir/pkg ./install.sh
 }




More information about the arch-commits mailing list