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 "IPFire 3.x development tree".
The branch, master has been updated via 7f7a897ae4c1899d89ab62744869180bc46755fa (commit) via 9e42c68ccd33ce471b14d48842c129421f1d6090 (commit) via 55703686f02eae5801874d5070e6373c967f27d4 (commit) from 920306ed5c25f95aeb7ed86498b120a4114bc00b (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 7f7a897ae4c1899d89ab62744869180bc46755fa Merge: 920306ed5c25f95aeb7ed86498b120a4114bc00b 9e42c68ccd33ce471b14d48842c129421f1d6090 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Jun 12 00:50:46 2010 +0200
Merge commit 'stevee/initscripts' into next
commit 9e42c68ccd33ce471b14d48842c129421f1d6090 Author: Schantl Stefan Stevee@ipfire.org Date: Fri Jun 11 17:23:48 2010 +0200
initscript: cleanfs, pre-start script should only be script.
commit 55703686f02eae5801874d5070e6373c967f27d4 Author: Schantl Stefan Stevee@ipfire.org Date: Fri Jun 11 17:07:12 2010 +0200
acpid: Add upstart job file.
-----------------------------------------------------------------------
Summary of changes: pkgs/core/acpid/acpid.init | 8 ++++++++ pkgs/core/initscripts/init/cleanfs.conf | 2 +- 2 files changed, 9 insertions(+), 1 deletions(-) create mode 100644 pkgs/core/acpid/acpid.init
Difference in files: diff --git a/pkgs/core/acpid/acpid.init b/pkgs/core/acpid/acpid.init new file mode 100644 index 0000000..2ee510b --- /dev/null +++ b/pkgs/core/acpid/acpid.init @@ -0,0 +1,8 @@ +description "Start the ACPI daemon" +author "IPFire Team" + +start on stopped mountfs +stop on shutdown or reboot + +exec /usr/sbin/acpid -f +respawn diff --git a/pkgs/core/initscripts/init/cleanfs.conf b/pkgs/core/initscripts/init/cleanfs.conf index 43a70d8..c0f5606 100644 --- a/pkgs/core/initscripts/init/cleanfs.conf +++ b/pkgs/core/initscripts/init/cleanfs.conf @@ -3,6 +3,6 @@ author "IPFire Team"
start on stopping mountfs
-pre-start script +script rm -rf /tmp/* /var/{lock,run}/* end script
hooks/post-receive -- IPFire 3.x development tree