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 b0b1d8fb0f933b37e5878541e18034614eed47fb (commit) from 22c3b22688f451fb24f9075712fce732e9057a10 (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 b0b1d8fb0f933b37e5878541e18034614eed47fb Author: Tom Gundersen <teg@jklm.no> Date: Sat Jul 28 01:32:35 2012 +0200 merge initscripts-systemd This makes sure that systemd supports some initscripts API's. With this patch, systemd will: * Parse and use DAEMONS and MODULES from rc.conf * Run rc.local and rc.local.shutdown on boot and shutdown respectively Signed-off-by: Tom Gundersen <teg@jklm.no> ----------------------------------------------------------------------- Summary of changes: Makefile | 10 ++++++++ PKGBUILD | 1 + arch-daemons | 57 +++++++++++++++++++++++++++++++++++++++++++++ arch-modules-load | 15 ++++++++++++ arch-modules-load.service | 10 ++++++++ rc-local-shutdown.service | 10 ++++++++ rc-local.service | 10 ++++++++ 7 files changed, 113 insertions(+) create mode 100755 arch-daemons create mode 100755 arch-modules-load create mode 100644 arch-modules-load.service create mode 100644 rc-local-shutdown.service create mode 100644 rc-local.service hooks/post-receive -- Arch Linux initscripts repository