[arch-projects] [initscripts] [GIT] Arch Linux initscripts repository branch master updated. 2011.06.3-84-g9abda43
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 9abda43474520dbc98674fed13bb647322e3c30f (commit) via dc2e0226f91cee87b1c4157f91215caac8b6d929 (commit) via ad1713018daa1905908c7e26bfa976eff3a8459f (commit) via e408a6177eadc6db5f64333cb6fb34c533f7f230 (commit) via c4f66215ed3fc9dba67241feb404d271a689030c (commit) via fac564337b20eb7b4b1a6163a8290c1058d116b1 (commit) via 7788571a9854b58c9bee058a36db4b1d0d41f614 (commit) via 1f53c07a82b4b873c33884ddcbdebed2b7ee9558 (commit) via 714ebaa6661be59e8d68c08bbdf09bbfb64ff210 (commit) via 49ba4ef0f1155d0d7ca267664adda3aaeb98364b (commit) via e93e5269ebd2e3a82a67cfe1ad517354eb34c41b (commit) via 31c5c35e85c235a388705e08850693fd2bfda979 (commit) via 7a37977456afa9b11467cfb9feef450274346202 (commit) via 52299efc246f6f83aac76b39330845aa93742542 (commit) via 8decd5c4c71ed0ac0df54eba70a4a52c44f08395 (commit) via 3dc96aaa74d7e886adfb097955d39b716001348b (commit) via ad7799c8e5df020595e5aed5b0a9a51b7c1b4065 (commit) via d5cd39a27758d7768732fe252da40899021decf7 (commit) from ec9532312b746c987a9b8a4570288f1233ee63f2 (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 9abda43474520dbc98674fed13bb647322e3c30f Author: Kurt J. Bosch <kjb-temp-2009@alpenjodel.de> Date: Tue Jun 28 00:22:52 2011 +0200 rc.sysinit: Add status output for mtab and dmesg.log creation commit dc2e0226f91cee87b1c4157f91215caac8b6d929 Author: Kurt J. Bosch <kjb-temp-2009@alpenjodel.de> Date: Tue Jun 28 00:20:15 2011 +0200 rc.sysinit: Refactor /etc/mtab symlink detection to avoid empty if clause commit ad1713018daa1905908c7e26bfa976eff3a8459f Author: Kurt J. Bosch <kjb-temp-2009@alpenjodel.de> Date: Sat Jun 25 12:02:01 2011 +0200 Move export PATH into functions Also sanitze the PATH for rc.single, rc.multi, rc.local and daemons. commit e408a6177eadc6db5f64333cb6fb34c533f7f230 Author: Kurt J. Bosch <kjb-temp-2009@alpenjodel.de> Date: Mon Jun 27 15:27:01 2011 +0200 functions: Make activate_vgs return 0 if noop for consistency commit c4f66215ed3fc9dba67241feb404d271a689030c Author: Kurt J. Bosch <kjb-temp-2009@alpenjodel.de> Date: Sat Jun 25 10:04:23 2011 +0200 Move activate_vgs and crypt stat_busy to the top for consistency commit fac564337b20eb7b4b1a6163a8290c1058d116b1 Author: Kurt J. Bosch <kjb-temp-2009@alpenjodel.de> Date: Sat Jun 25 11:08:05 2011 +0200 Move fsck executable check into fsck_all() for consistency commit 7788571a9854b58c9bee058a36db4b1d0d41f614 Author: Kurt J. Bosch <kjb-temp-2009@alpenjodel.de> Date: Mon Jun 27 23:26:19 2011 +0200 rc.sysinit: Get rid of eval commit 1f53c07a82b4b873c33884ddcbdebed2b7ee9558 Author: Kurt J. Bosch <kjb-temp-2009@alpenjodel.de> Date: Mon Jun 27 15:29:39 2011 +0200 Refactor to get rid of simple if-constucts commit 714ebaa6661be59e8d68c08bbdf09bbfb64ff210 Author: Kurt J. Bosch <kjb-temp-2009@alpenjodel.de> Date: Mon Jun 27 16:03:18 2011 +0200 functions: Simplify kill_everything() omit_pid handling All credits go to: Dave Reisner <d@falconindy.com> commit 49ba4ef0f1155d0d7ca267664adda3aaeb98364b Author: Kurt J. Bosch <kjb-temp-2009@alpenjodel.de> Date: Mon Jun 27 15:23:41 2011 +0200 functions: Simplify ck_depends() for statement commit e93e5269ebd2e3a82a67cfe1ad517354eb34c41b Author: Kurt J. Bosch <kjb-temp-2009@alpenjodel.de> Date: Sat Jun 25 09:33:37 2011 +0200 Add some comments commit 31c5c35e85c235a388705e08850693fd2bfda979 Author: Kurt J. Bosch <kjb-temp-2009@alpenjodel.de> Date: Mon Jun 27 16:27:04 2011 +0200 functions: Define $fsckret read-only because exposed to hook commit 7a37977456afa9b11467cfb9feef450274346202 Author: Kurt J. Bosch <kjb-temp-2009@alpenjodel.de> Date: Sat Jun 25 11:00:12 2011 +0200 Fix local statements missing in ck_depends, ck_pidfile, do_unlock, kill_everything commit 52299efc246f6f83aac76b39330845aa93742542 Author: Kurt J. Bosch <kjb-temp-2009@alpenjodel.de> Date: Mon Jun 27 16:17:59 2011 +0200 Fix '>|' not used allways when redirecting to files This avoids errors if one should set the noclobber shell option somewhere (within a daemon script or some custom function). We already had this, but it seems gone lost mostly. commit 8decd5c4c71ed0ac0df54eba70a4a52c44f08395 Author: Kurt J. Bosch <kjb-temp-2009@alpenjodel.de> Date: Tue Jun 28 14:11:31 2011 +0200 rc.sysinit: Fix setting locale When using process substitution with status(), the resulting /dev/fd/* might get lost before it is actualy used. This happens in case a custom stat_busy() forks a subshell. commit 3dc96aaa74d7e886adfb097955d39b716001348b Author: Kurt J. Bosch <kjb-temp-2009@alpenjodel.de> Date: Mon Jun 27 16:30:28 2011 +0200 rc.sysinit: Fix writing to /dev/urandom Note: The code status "$text" $command > $file writes nothing because there's a &>/dev/null within status(). commit ad7799c8e5df020595e5aed5b0a9a51b7c1b4065 Author: Kurt J. Bosch <kjb-temp-2009@alpenjodel.de> Date: Sat Jun 25 10:19:02 2011 +0200 functions: Fix indentation commit d5cd39a27758d7768732fe252da40899021decf7 Author: Kurt J. Bosch <kjb-temp-2009@alpenjodel.de> Date: Mon Jun 27 14:55:24 2011 +0200 Fix whitespace ----------------------------------------------------------------------- Summary of changes: functions | 96 +++++++++++++++++++++++++++-------------------------------- rc.shutdown | 4 +-- rc.sysinit | 94 +++++++++++++++++++++++++++------------------------------ 3 files changed, 89 insertions(+), 105 deletions(-) hooks/post-receive -- Arch Linux initscripts repository
participants (1)
-
tomegunï¼ archlinux.org