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, core110 has been updated via 5ba5f8c02bda20d9de226eecb5bb73654c23173a (commit) via 9598998f686a75079519fdcce5553529700418e6 (commit) from e3922c1b5665d3e8c004e4b455525644c035989c (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 5ba5f8c02bda20d9de226eecb5bb73654c23173a Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Apr 22 09:54:05 2017 +0200
avahi-remove: bump mpd version.
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit 9598998f686a75079519fdcce5553529700418e6 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Apr 22 08:19:05 2017 +0200
core110: remove avahi startlinks
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/110/update.sh | 1 + lfs/mpd | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)
Difference in files: diff --git a/config/rootfiles/core/110/update.sh b/config/rootfiles/core/110/update.sh index 0f54184..ada4fc5 100644 --- a/config/rootfiles/core/110/update.sh +++ b/config/rootfiles/core/110/update.sh @@ -53,6 +53,7 @@ for i in $(cat /opt/pakfire/db/rootfiles/avahi); do done rm -fv /opt/pakfire/db/rootfiles/avahi rm -fv /opt/pakfire/db/*/meta-avahi +rm -fv /etc/rc.d/rc*.d/???avahi
# Start services /etc/init.d/unbound start diff --git a/lfs/mpd b/lfs/mpd index 6b057f7..93039b7 100644 --- a/lfs/mpd +++ b/lfs/mpd @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/${THISAPP} TARGET = $(DIR_INFO)/$(THISAPP) PROG = mpd -PAK_VER = 16 +PAK_VER = 17
DEPS = "alsa faad2 ffmpeg-libs flac lame libmad libshout libogg libid3tag libvorbis opus"
hooks/post-receive -- IPFire 2.x development tree