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 139e30d135846bcca03f1b1f1823780521fff1dd (commit) via 25023ab9e9493ed668aea1f07cd3a7e89e825ef2 (commit) from 7b91d99f45ba597e05ce0f837a0b16c445f89a78 (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 139e30d135846bcca03f1b1f1823780521fff1dd Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat May 18 16:51:59 2013 +0200
vdr: fix old config import.
commit 25023ab9e9493ed668aea1f07cd3a7e89e825ef2 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat May 18 16:49:35 2013 +0200
vdr: fix deps.
-----------------------------------------------------------------------
Summary of changes: lfs/vdr_epgsearch | 4 ++-- lfs/vdr_streamdev | 4 ++-- lfs/vdr_vnsiserver3 | 4 ++-- src/paks/vdr/update.sh | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-)
Difference in files: diff --git a/lfs/vdr_epgsearch b/lfs/vdr_epgsearch index dfda864..509efb1 100644 --- a/lfs/vdr_epgsearch +++ b/lfs/vdr_epgsearch @@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/epgsearch-$(VER) TARGET = $(DIR_INFO)/$(THISAPP) PROG = vdr_epgsearch -PAK_VER = 6 +PAK_VER = 7
-DEPS = "vdr" +DEPS = ""
VDRPLUGVER = 2.0.0
diff --git a/lfs/vdr_streamdev b/lfs/vdr_streamdev index 59dbd04..c230a69 100644 --- a/lfs/vdr_streamdev +++ b/lfs/vdr_streamdev @@ -33,9 +33,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = vdr_streamdev -PAK_VER = 1 +PAK_VER = 2
-DEPS = "vdr" +DEPS = ""
VDRPLUGVER = 2.0.0
diff --git a/lfs/vdr_vnsiserver3 b/lfs/vdr_vnsiserver3 index 73ee5e9..77d066b 100644 --- a/lfs/vdr_vnsiserver3 +++ b/lfs/vdr_vnsiserver3 @@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = vdr_vnsiserver3 -PAK_VER = 1 +PAK_VER = 2
-DEPS = "vdr" +DEPS = ""
VDRPLUGVER = 2.0.0
diff --git a/src/paks/vdr/update.sh b/src/paks/vdr/update.sh index 2e11608..6233897 100644 --- a/src/paks/vdr/update.sh +++ b/src/paks/vdr/update.sh @@ -29,7 +29,7 @@ OLD_DIR="/opt/vdr/etc" NEW_DIR="/etc/vdr"
for conf in ${OLD_DIR}/*.conf; do - [ -f "${conf}" ] && continue + [ -f "${conf}" ] || continue
conf="$(basename ${conf})" mv -b "${OLD_DIR}/${conf}" "${NEW_DIR}/${conf}"
hooks/post-receive -- IPFire 2.x development tree