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 e843e8adf08b8d11cae9f9b40346d1680c01c180 (commit) from fafba33e8588074092ea302c2ea89c23ba188eab (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 e843e8adf08b8d11cae9f9b40346d1680c01c180 Author: Dirk Wagner glotzi@ipfire.org Date: Sun Apr 11 22:04:04 2010 +0200
Removed braindead /var/run/pound creation
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/packages/pound | 1 - lfs/pound | 1 - 2 files changed, 0 insertions(+), 2 deletions(-)
Difference in files: diff --git a/config/rootfiles/packages/pound b/config/rootfiles/packages/pound index a7065c8..45e218b 100644 --- a/config/rootfiles/packages/pound +++ b/config/rootfiles/packages/pound @@ -5,5 +5,4 @@ usr/sbin/poundctl #usr/share/man/man8/pound.8 #usr/share/man/man8/poundctl.8 var/ipfire/backup/addons/includes/pound -#var/run/pound etc/rc.d/init.d/pound diff --git a/lfs/pound b/lfs/pound index 673ba39..39ef2cd 100644 --- a/lfs/pound +++ b/lfs/pound @@ -80,7 +80,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc --enable-cert1l cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install - -mkdir -p /var/run/pound install -v -m 644 $(DIR_SRC)/config/backup/includes/pound \ /var/ipfire/backup/addons/includes/pound @rm -rf $(DIR_APP)
hooks/post-receive -- IPFire 2.x development tree