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 9e51058b39f054c1e0803704c2fea4ac6aeb5094 (commit) from 279966278b82e1a7d0cb4977b637b7cc77b67cc9 (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 9e51058b39f054c1e0803704c2fea4ac6aeb5094 Author: Dirk Wagner glotzi@ipfire.org Date: Tue Apr 6 17:22:00 2010 +0200
removed ~ file
-----------------------------------------------------------------------
Summary of changes: lfs/pound | 1 + src/paks/pound/install.sh~ | 32 -------------------------------- 2 files changed, 1 insertions(+), 32 deletions(-) delete mode 100644 src/paks/pound/install.sh~
Difference in files: diff --git a/lfs/pound b/lfs/pound index 39ef2cd..673ba39 100644 --- a/lfs/pound +++ b/lfs/pound @@ -80,6 +80,7 @@ $(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) diff --git a/src/paks/pound/install.sh~ b/src/paks/pound/install.sh~ deleted file mode 100644 index f8f5b55..0000000 --- a/src/paks/pound/install.sh~ +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/bash -############################################################################ -# # -# This file is part of the IPFire Firewall. # -# # -# IPFire is free software; you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation; either version 2 of the License, or # -# (at your option) any later version. # -# # -# IPFire is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with IPFire; if not, write to the Free Software # -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# # -# Copyright (C) 2007 IPFire-Team info@ipfire.org. # -# # -############################################################################ -# -. /opt/pakfire/lib/functions.sh -extract_files -restore_backup ${NAME} - -ln -svf ../init.d/pound /etc/rc.d/rc0.d/K20watchdog -ln -svf ../init.d/pound /etc/rc.d/rc3.d/S40pound -ln -svf ../init.d/pound /etc/rc.d/rc6.d/K20watchdog - -start_service --background ${NAME}
hooks/post-receive -- IPFire 2.x development tree