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 2.x development tree".
The branch, master has been updated via e0dc69faef96155953681c74434bd1ee1b7e8f30 (commit) from 5c3a57a50de2f6ebd17aada9df5d2baa111827a1 (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 e0dc69faef96155953681c74434bd1ee1b7e8f30 Author: Dirk Wagner glotzi@ipfire.org Date: Sun Apr 11 20:45:20 2010 +0200
added /var/run/pound creation
-----------------------------------------------------------------------
Summary of changes: src/paks/pound/install.sh | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
Difference in files: diff --git a/src/paks/pound/install.sh b/src/paks/pound/install.sh index c1748b0..5e42e48 100644 --- a/src/paks/pound/install.sh +++ b/src/paks/pound/install.sh @@ -29,4 +29,6 @@ ln -svf ../init.d/pound /etc/rc.d/rc0.d/K20pound ln -svf ../init.d/pound /etc/rc.d/rc3.d/S40pound ln -svf ../init.d/pound /etc/rc.d/rc6.d/K20pound
+mkdir -p /var/run/pound + start_service --background ${NAME}
hooks/post-receive -- IPFire 2.x development tree