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 acfbe4b8e05959079a807dcc1df7650946cd0924 (commit) via 9c4d4c1b9766086e0b8e2464d32d4ac0886627c1 (commit) via 222cefd41344f82a88dbf2b4a9480c966884d0e7 (commit) via 956884005eb831f80853c1e6cfea5c2974a5be2b (commit) via 0c85927201b22e907c579b3959633a546804a849 (commit) via 4d6178953060b79af0b2aa14d36c972989662d35 (commit) via fa168b92773d44cb97cff05a47c53ed899315120 (commit) from 0fa2a47e78d318673039f08b6dc77e6abcf7b8ad (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 acfbe4b8e05959079a807dcc1df7650946cd0924 Author: Tom Gundersen <teg@jklm.no> Date: Mon Apr 30 13:29:31 2012 +0200 tmpfiles: use 'root' rather than '0' as the default user/group This avoids hangs due to '0' not being found and the system attempting to look it up over ldap. Suggested-by: Laurent Rahuel <laurent.rahuel@gmail.com> Signed-off-by: Tom Gundersen <teg@jklm.no> commit 9c4d4c1b9766086e0b8e2464d32d4ac0886627c1 Merge: 222cefd 4d61789 Author: Tom Gundersen <teg@jklm.no> Date: Mon Apr 30 13:18:08 2012 +0200 Merge remote-tracking branch 'falconindy/master' commit 222cefd41344f82a88dbf2b4a9480c966884d0e7 Author: Tom Gundersen <teg@jklm.no> Date: Mon Apr 30 13:12:47 2012 +0200 vconsole: configure the console as early as possible This makes sure the correct keymap is set before asking users for input and it avoids (to the extent possible) fonts getting garbled when the font is set. Fixes: FS#29646 and FS#25599 Reported-by: Mathieu Pasquet <mathieui@mathieui.net> Reported-by: <marcin2006@gmail.com> Signed-off-by: Tom Gundersen <teg@jklm.no> commit 956884005eb831f80853c1e6cfea5c2974a5be2b Author: Tom Gundersen <teg@jklm.no> Date: Mon Apr 30 13:06:05 2012 +0200 man: deprecate NETOWRKS This is deprecated by netcfg, so no need to keep documenting it. It stil works as before, but we don't want to encourage its use. Requested-by: Jouke Witteveen <j.witteveen@gmail.com> Signed-off-by: Tom Gundersen <teg@jklm.no> commit 0c85927201b22e907c579b3959633a546804a849 Author: Tom Gundersen <teg@jklm.no> Date: Mon Apr 30 13:02:11 2012 +0200 network: fix deprecation message We should point to the manpage rather than rc.conf. Fixes: FS#29494 Reported-by: Jason St. John <jstjohn@purdue.edu> Signed-off-by: Tom Gundersen <teg@jklm.no> commit 4d6178953060b79af0b2aa14d36c972989662d35 Author: Dave Reisner <dreisner@archlinux.org> Date: Sat Apr 28 20:10:01 2012 -0400 locale.sh: try harder to ensure locale is set If LANG is never set by /etc/locale.conf or /etc/rc.conf, ensure that we fall back on LANG=C. Signed-off-by: Dave Reisner <dreisner@archlinux.org> commit fa168b92773d44cb97cff05a47c53ed899315120 Author: Dave Reisner <dreisner@archlinux.org> Date: Fri Apr 6 12:15:53 2012 -0400 functions: use a pipe for umount_all instead of a PE We don't care about the side effects of the subshell created by the pipe since everything is localized within this function. Use the more "canonical" syntax. This should stop the recurring bug reports that we seem to get from people who think they understand Bash syntax, e.g. FS#27203 FS#28331 FS#29145 FS#28582 FS#27098 FS#29496 Signed-off-by: Dave Reisner <dreisner@archlinux.org> ----------------------------------------------------------------------- Summary of changes: arch-tmpfiles | 4 ++-- functions | 41 ++++++++++++++++---------------- locale.sh | 12 ++++------ network | 2 +- rc.conf.5.txt | 11 +-------- rc.sysinit | 74 ++++++++++++++++++++++++++++----------------------------- 6 files changed, 65 insertions(+), 79 deletions(-) hooks/post-receive -- Arch Linux initscripts repository