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 a946a2956b42859ddb2667218115ae0f4e896491 (commit) via 2800e50847f3217b60eb07138c7f6fda05467616 (commit) via 95c20bbe2252bca6ea0d929f2930cd9cbe9f84bf (commit) via 98b4e5c9e30327bb3acc595bbfd3f5e2d967be80 (commit) from 23afb988d59c6167b33353155cf8fafef3c5855a (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 a946a2956b42859ddb2667218115ae0f4e896491 Author: Sebastien Luttringer <seblu@seblu.net> Date: Fri Apr 15 20:46:59 2011 +0200 Fix and clean forcefsk detection Signed-off-by: Sebastien Luttringer <seblu@seblu.net> commit 2800e50847f3217b60eb07138c7f6fda05467616 Author: Sebastien Luttringer <seblu@seblu.net> Date: Sat Apr 2 12:39:05 2011 +0200 Add an rc helper This is allow a quick calling to /etc/rc.d scripts by calling a shell command. By example, starting sshd and gpm can be done by typing: rc start sshd gpm rc can also list available scripts and show which is started/stopped in DAEMONS [tomegun: fixed detection of autostart of background services] Signed-off-by: Sebastien Luttringer <seblu@seblu.net> Signed-off-by: Tom Gundersen <teg@jklm.no> commit 95c20bbe2252bca6ea0d929f2930cd9cbe9f84bf Author: Sebastien Luttringer <seblu@seblu.net> Date: Fri Apr 1 18:43:40 2011 +0200 Fix incomplete daemon detection in have_daemon A daemon is an executable _file_ in /etc/rc.d. Directory like functions.d is not a daemon. Signed-off-by: Sebastien Luttringer <seblu@seblu.net> commit 98b4e5c9e30327bb3acc595bbfd3f5e2d967be80 Author: Sebastien Luttringer <seblu@seblu.net> Date: Sat Apr 2 15:33:51 2011 +0200 Fix console verbosity and add config via rc.conf This patch fix verbosity which use var exported by initcpio in place of kernel. Verbosity is an initscripts parameter, so it should have a definition in rc.conf. Kernel parameter should be a shortcut. New option is called VERBOSE. Signed-off-by: Sebastien Luttringer <seblu@seblu.net> ----------------------------------------------------------------------- Summary of changes: functions | 12 +++++++++++- install.sh | 2 ++ rc | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ rc.conf | 2 ++ rc.sysinit | 35 ++++++++++++++++++----------------- 5 files changed, 84 insertions(+), 18 deletions(-) create mode 100755 rc hooks/post-receive -- Arch Linux initscripts repository