From 6930114f2534777e703bf19708dbd0b4c03507cc Mon Sep 17 00:00:00 2001 From: Cecil Hugh Watson Date: Thu, 12 Feb 2009 01:22:54 -0800 Subject: Synced to upstream. --- abs/core-testing/initscripts/ChangeLog | 111 +++++++++++++++++++++++++++++++++ abs/core-testing/initscripts/PKGBUILD | 17 +++-- 2 files changed, 119 insertions(+), 9 deletions(-) diff --git a/abs/core-testing/initscripts/ChangeLog b/abs/core-testing/initscripts/ChangeLog index 1ba9dc8..a8c7a23 100644 --- a/abs/core-testing/initscripts/ChangeLog +++ b/abs/core-testing/initscripts/ChangeLog @@ -1,3 +1,114 @@ +commit 2c5e306be0bcc8d91662176bfcfb55ec95777bc3 +Author: Aaron Griffin +Date: Wed Jan 21 13:10:34 2009 -0800 + + Adjust copyright year to 2009 + + Signed-off-by: Aaron Griffin + +commit ad81ddafabd95ee1ea7169880a6a80f04babf9a6 +Author: Aaron Griffin +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 + +commit fa4f2f14870500eeab3233da07647a7c2c5e1648 +Author: Aaron Griffin +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 + +commit 0e4ff39e5a5c72b7d4e8d251d029d4342f68b7b6 +Author: Aaron Griffin +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 + +commit af3ac0dc954d96855555aa8cb12633494d465a77 +Author: Aaron Griffin +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 + +commit 9ac428a113d5dee2b4d5469fdfdb383eda90d4c6 +Author: Aaron Griffin +Date: Mon Nov 24 07:50:45 2008 -0800 + + Switch commented kdm path + + Signed-off-by: Aaron Griffin + +commit 572019c5a188d22a1e833c1a27081227a65133f9 +Author: Roman Kyrylych +Date: Thu Sep 25 00:33:32 2008 -0500 + + Added missing slash + + Signed-off-by: Roman Kyrylych + Signed-off-by: Aaron Griffin + +commit af5516dc690a3b2fab88188cfcde898ca0efbf4b +Author: Thomas Bächler +Date: Thu Sep 18 22:21:39 2008 +0200 + + Fix bug #11229 + +commit 8f1628613cc5746b7c85c6f84776b365833f1dad +Author: Thomas Bächler +Date: Thu Sep 18 18:55:14 2008 +0200 + + Respawn udev properly when running 'init s'. Fixes #9739 + +commit ce600eea3b9383f167cb91d784aff04821fa0528 +Author: Thomas Bächler +Date: Sun Sep 14 19:46:14 2008 +0200 + + Remove references to start_udev from rc.sysinit + +commit d399979d08be1ae2cc8e4ab60a68c57b120d08a0 +Author: Thomas Bächler +Date: Sun Sep 14 19:41:14 2008 +0200 + + Revert "Create udev required device nodes if missing" + + This reverts commit 119b8df1fb1258231750309f01e747e72f382493. + These nodes are created like 10 lines above, the [ -f ... ] check would always return false anyway (-f == regular file) + +commit 119b8df1fb1258231750309f01e747e72f382493 +Author: Aaron Griffin +Date: Sat Aug 30 21:11:39 2008 -0500 + + Create udev required device nodes if missing + + Udev requires /dev/console, /dev/null, and /dev/zero to exist + before running. Create these on init if they're missing + + Signed-off-by: Aaron Griffin + commit d2ae38c8b06d057c7593b7ba836bf24a1f8f6c4f Author: Aaron Griffin Date: Tue Aug 5 14:34:53 2008 -0400 diff --git a/abs/core-testing/initscripts/PKGBUILD b/abs/core-testing/initscripts/PKGBUILD index f05ede8..76f6fc4 100644 --- a/abs/core-testing/initscripts/PKGBUILD +++ b/abs/core-testing/initscripts/PKGBUILD @@ -1,8 +1,10 @@ +# $Id: PKGBUILD 25007 2009-01-22 17:10:39Z aaron $ +# Maintainer: Thomas Baechler +# Maintainer: Aaron Griffin pkgname=initscripts -pkgver=2008.08 -_pkgrel=1 -pkgrel=6 +pkgver=2009.01 +pkgrel=1 pkgdesc="System initialization/bootup scripts" arch=('i686' 'x86_64') url="http://www.archlinux.org" @@ -10,13 +12,10 @@ 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>=118' 'net-tools' 'ncurses' 'kbd' 'findutils') -install=initscripts.install -source=(ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}-${_pkgrel}.tar.gz rc.sysinit.patch rc.shutdown.patch) -md5sums=('317ddba5c41ac61905fd8289805e00cd') +source=(ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}.tar.gz) +md5sums=('b947f3efd5d4681459fe8073d610f1b5') build() { - cd ${startdir}/src/${pkgname}-${pkgver}-${_pkgrel}/ - patch -p0 < $startdir/src/rc.sysinit.patch - patch -p0 < $startdir/src/rc.shutdown.patch + cd ${startdir}/src/${pkgname}-${pkgver}/ DESTDIR=$startdir/pkg ./install.sh } -- cgit v0.12