[arch-projects] [initscripts] [GIT] Arch Linux initscripts repository branch master updated. 2011.10.2-6-g00070ec
Tom Gundersen
tomegun at archlinux.org
Sat Oct 29 17:57:51 EDT 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Arch Linux initscripts repository".
The branch, master has been updated
via 00070eca730dec9c6d587cc1639f6abaca83fa34 (commit)
via fbff8c64e2be9cbb24bd7f824552842d0bd6442d (commit)
via 1fdaa33f06786231da3b86e5d8b646b46f6ca1f9 (commit)
via e46ee7e6c9fbbd8d21c306719170ae086cf12761 (commit)
via 697aa90c7eede255635f9c6d2e7fe12338aa2886 (commit)
via 559175f82d6320af8855c34b7e4b9b3cb4a3ad9a (commit)
from 750db158fca0681273b65b354716469168e341c1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 00070eca730dec9c6d587cc1639f6abaca83fa34
Author: Tom Gundersen <teg at jklm.no>
Date: Wed Oct 26 23:11:20 2011 +0200
minilogd: kill
This is not very useful, is not maintained, has open serious bugs. Better
to admit that it does not work and just remove it. Someone could easily
make an AUR package with a hook, if they want it and can make it work
as expected.
The only case where this would be useful is in case lvm monitoring is in use
and dmeventd sends out a message to syslog before syslog-ng is started
(there is a very small window). However, not even this works atm (as far
as I know) due to bugs in minilogd.
Signed-off-by: Tom Gundersen <teg at jklm.no>
Signed-off-by: Dan McGee <dan at archlinux.org>
commit fbff8c64e2be9cbb24bd7f824552842d0bd6442d
Author: Tom Gundersen <teg at jklm.no>
Date: Mon Oct 24 21:34:14 2011 +0200
locale: fix locale.sh for zsh
Uglier script, but should now work with zsh as well as bash.
v2: only read rc.conf if LANG is not set in locale.conf, no
functional change. Based on suggestion by Dave.
Signed-off-by: Tom Gundersen <teg at jklm.no>
commit 1fdaa33f06786231da3b86e5d8b646b46f6ca1f9
Author: Tom Gundersen <teg at jklm.no>
Date: Sun Oct 23 21:03:46 2011 +0200
udev: binary moved, require 174
commit e46ee7e6c9fbbd8d21c306719170ae086cf12761
Author: Tom Gundersen <teg at jklm.no>
Date: Sun Oct 23 18:02:20 2011 +0200
udev: exit on shutdown
udev was receiving some events (due to e.g. swapoff) on shutdown
that caused it to fork new processes. These then receivde TERM before
they could finish, and complained on the console.
In principle, I'm worried that, with the right ammonut of bad luck,
we could fork off some process at exactly the wrong time which escapes
the killall logic.
This, by the way, highlights the frailty of the killall stuff.
Signed-off-by: Tom Gundersen <teg at jklm.no>
commit 697aa90c7eede255635f9c6d2e7fe12338aa2886
Author: Tom Gundersen <teg at jklm.no>
Date: Sat Oct 22 14:21:48 2011 +0200
bits, bytes, who cares?
Signed-off-by: Tom Gundersen <teg at jklm.no>
commit 559175f82d6320af8855c34b7e4b9b3cb4a3ad9a
Author: Tom Gundersen <teg at jklm.no>
Date: Wed Oct 19 10:20:41 2011 +0200
config: add /etc/vconsole.conf support
Read KEYMAP, CONSOLEFONT and CONSOLEMAP from vconsole.conf. If they are
set they take precedence over the values in rc.conf.
Signed-off-by: Tom Gundersen <teg at jklm.no>
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 2 -
Makefile | 10 +--
PKGBUILD | 4 +-
functions | 2 +-
locale.sh | 81 ++++++++++++++++++++++--
minilogd.c | 202 -----------------------------------------------------------
rc.shutdown | 3 +
rc.sysinit | 13 +++-
8 files changed, 96 insertions(+), 221 deletions(-)
delete mode 100644 minilogd.c
hooks/post-receive
--
Arch Linux initscripts repository
More information about the arch-projects
mailing list