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 e52fe3f6920d9997593941f7a7c3873c07454f78 (commit) from 52b0f81319522ecb780465ca69a8d319415bb4eb (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 e52fe3f6920d9997593941f7a7c3873c07454f78 Author: Christian Schmidt christian.schmidt@ipfire.org Date: Fri Oct 8 11:21:09 2010 +0200
Added new imspector package.
-----------------------------------------------------------------------
Summary of changes: doc/packages-list.txt | 4 ++-- lfs/imspector | 11 ++++++----- 2 files changed, 8 insertions(+), 7 deletions(-)
Difference in files: diff --git a/doc/packages-list.txt b/doc/packages-list.txt index fd04405..abc666f 100644 --- a/doc/packages-list.txt +++ b/doc/packages-list.txt @@ -151,7 +151,7 @@ * igb-2.3.4-kmod-2.6.32.15-ipfire * igb-2.3.4-kmod-2.6.32.15-ipfire-xen * igmpproxy-0.1 -* imspector-0.9 +* imspector-20101008 * inetutils-1.4.2 * ipaddr-1.2 * iperf-2.0.4 @@ -237,7 +237,7 @@ * module-init-tools-3.5 * motion-3.2.11 * mpc-0.19 -* mpd-0.15.8 +* mpd-0.15.12 * mpeg2dec-0.4.0b * mpfire-ipfire * mtd-CVS-20070507 diff --git a/lfs/imspector b/lfs/imspector index 31e358d..092211b 100644 --- a/lfs/imspector +++ b/lfs/imspector @@ -24,7 +24,7 @@
include Config
-VER = 0.9 +VER = 20101008
THISAPP = imspector-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = imspector -PAK_VER = 1 +PAK_VER = 2
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 626abf7c2b8f15d56df679ad66624575 +$(DL_FILE)_MD5 = 032407bb13ccddb77328f83eded102ee
install : $(TARGET)
@@ -77,9 +77,10 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && make install + cd $(DIR_SRC)/imspector && make install -mv /usr/etc/imspector /etc/imspector - install -v -m 755 $(DIR_CONF)/imspector/imspector.conf /etc/imspector.conf + -mv /etc/imspector/imspector /etc/imspector + install -v -m 755 $(DIR_CONF)/imspector/imspector.conf /etc/imspector.conf install -v -m 644 $(DIR_SRC)/config/backup/includes/imspector /var/ipfire/backup/addons/includes/imspector chmod 755 /srv/web/ipfire/cgi-bin/imspector.cgi chown nobody:nobody -R /var/log/imspector
hooks/post-receive -- IPFire 2.x development tree