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 5ec2c61ab08b41cf01f7f144c92d8c2d4581aae0 (commit) via 25942c277cb9c7485cb9aa6e2b20662031a127b5 (commit) from 7fb4ff755e5bf009e9e6925c5b010e5d71c89566 (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 5ec2c61ab08b41cf01f7f144c92d8c2d4581aae0 Merge: 25942c2 7fb4ff7 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Mar 21 09:34:29 2011 +0100
Merge branch 'master' of ssh://arne_f@git.ipfire.org/pub/git/ipfire-2.x
commit 25942c277cb9c7485cb9aa6e2b20662031a127b5 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Mar 21 09:29:53 2011 +0100
gnump3d: fix perl version in plugin path. run gnump3d-index after installation.
-----------------------------------------------------------------------
Summary of changes: config/gnump3d/gnump3d.conf | 2 +- lfs/gnump3d | 2 +- src/paks/gnump3d/install.sh | 1 + 3 files changed, 3 insertions(+), 2 deletions(-)
Difference in files: diff --git a/config/gnump3d/gnump3d.conf b/config/gnump3d/gnump3d.conf index 079874e..e6a6e44 100644 --- a/config/gnump3d/gnump3d.conf +++ b/config/gnump3d/gnump3d.conf @@ -731,7 +731,7 @@ sort_order = $TRACK # the installation script - if this doesn't happen report this as # a bug. # -plugin_directory = /usr/lib/perl5/5.8.8/gnump3d/plugins +plugin_directory = /usr/lib/perl5/5.12.3/gnump3d/plugins #
diff --git a/lfs/gnump3d b/lfs/gnump3d index e59753b..ca14c27 100644 --- a/lfs/gnump3d +++ b/lfs/gnump3d @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = gnump3d -PAK_VER = 4 +PAK_VER = 5
DEPS = ""
diff --git a/src/paks/gnump3d/install.sh b/src/paks/gnump3d/install.sh index 745dfb7..13c7e8a 100644 --- a/src/paks/gnump3d/install.sh +++ b/src/paks/gnump3d/install.sh @@ -24,6 +24,7 @@ . /opt/pakfire/lib/functions.sh extract_files [ -d /var/mp3 ] || ( mkdir /var/mp3 && chown nobody.nobody /var/mp3 ) +gnump3d-index & start_service ${NAME} ln -svf ../init.d/gnump3d /etc/rc.d/rc0.d/K00gnump3d ln -svf ../init.d/gnump3d /etc/rc.d/rc3.d/S99gnump3d
hooks/post-receive -- IPFire 2.x development tree