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 dfdf8b683633d89a9c7c7560397c57a8a1594147 (commit) via 18adeacb36967463330060237725ffbdfd47e2a7 (commit) via a3314c769768d8c40b46767d26f9783d4f359358 (commit) via 395803ff628e41940bbaaf5f1ffbcf591b007102 (commit) via d543c7aa098c214fa5e55a497353dda47b95d3ad (commit) via d4d9f1f97f0fbf798eafbb5c1c1976c342605eb5 (commit) via 1ba11e7f78af5742dbc211d9202db4549558ca44 (commit) via d1be877eb0ad3be634cee08aada8f8d1265023a4 (commit) via 9888b262c2deb32064b30eb637ece9e424356777 (commit) from 68c61ed4ce2eddf29c4f047133406d72162fd396 (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 dfdf8b683633d89a9c7c7560397c57a8a1594147 Merge: a3314c7 18adeac Author: Tom Gundersen <teg@jklm.no> Date: Mon May 23 01:31:48 2011 +0200 Merge remote-tracking branch 'seblu/master' commit 18adeacb36967463330060237725ffbdfd47e2a7 Author: Sebastien Luttringer <seblu@seblu.net> Date: Mon May 23 01:13:57 2011 +0200 rc.d zsh completion detect running daemons This patch adds functionalities of bash completions about running demons Signed-off-by: Sebastien Luttringer <seblu@seblu.net> commit a3314c769768d8c40b46767d26f9783d4f359358 Author: Dave Reisner <d@falconindy.com> Date: Thu Apr 28 22:42:11 2011 -0400 network: deprecate net-tools, add iproute2 support Provide large warnings when net-tools functionality is used. Add documentation in rc.conf for the new iproute2 based config. Signed-off-by: Tom Gundersen <teg@jklm.no> commit 395803ff628e41940bbaaf5f1ffbcf591b007102 Author: Clément Démoulins <clement@archivel.fr> Date: Wed May 18 22:16:02 2011 +0200 Add a zsh completion script for the command rc.d. seblu: Fix typo, add vim modeline Signed-off-by: Sebastien Luttringer <seblu@seblu.net> commit d543c7aa098c214fa5e55a497353dda47b95d3ad Author: Sebastien Luttringer <seblu@seblu.net> Date: Sat May 21 21:12:28 2011 +0200 rc.d bash completion detect running daemon This patch adds sexy features from Auguste Pop bash completion patch. Mainly, detect if a daemon is running and complete accordingly Signed-off-by: Sebastien Luttringer <seblu@seblu.net> commit d4d9f1f97f0fbf798eafbb5c1c1976c342605eb5 Author: Sebastien Luttringer <seblu@seblu.net> Date: Thu May 5 02:50:11 2011 +0200 Add rc.d bash completion Signed-off-by: Sebastien Luttringer <seblu@seblu.net> commit 1ba11e7f78af5742dbc211d9202db4549558ca44 Author: Sebastien Luttringer <seblu@seblu.net> Date: Wed May 4 23:35:25 2011 +0200 Improve coloring on light and transparent term This patch improve coloring in light and transparent term. It uses tput if available or default color code. It remplace \033 by \e. It's a kind of rollback from commit 65f410, because initscripts are now in bash, and argument "\e isn't recongized in all shells" is not an issue anymore. This is not done in locale.sh script which can be sourced by others shell, so we try to be the more compliant as possible Signed-off-by: Sebastien Luttringer <seblu@seblu.net> commit d1be877eb0ad3be634cee08aada8f8d1265023a4 Author: Sebastien Luttringer <seblu@seblu.net> Date: Thu May 5 01:42:07 2011 +0200 Add TERM var to rc.d cleaned env We need to do this to allow a correct detection of terminal colors in functions sourced by rc.d scripts Signed-off-by: Sebastien Luttringer <seblu@seblu.net> commit 9888b262c2deb32064b30eb637ece9e424356777 Author: Sebastien Luttringer <seblu@seblu.net> Date: Thu May 5 01:26:44 2011 +0200 Add syntax to vim modeline in rc.d script With new name of script, vim doesn't reconize correctly file format. We need to set it explicitly. Signed-off-by: Sebastien Luttringer <seblu@seblu.net> ----------------------------------------------------------------------- Summary of changes: Makefile | 4 +- PKGBUILD | 7 ++- bash-completion | 22 ++++++++++ functions | 47 +++++++++++++--------- network | 118 ++++++++++++++++++++++++++++++++++++++++-------------- rc.conf | 40 +++++-------------- rc.d | 3 +- rc.sysinit | 6 +- zsh-completion | 37 +++++++++++++++++ 9 files changed, 196 insertions(+), 88 deletions(-) create mode 100644 bash-completion create mode 100644 zsh-completion hooks/post-receive -- Arch Linux initscripts repository