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, next has been updated via e56646a748fda6d9143a6e7e1236e16fdf9eadaa (commit) from d29916135f6cb1874c789a1483e6923f16e2429b (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 e56646a748fda6d9143a6e7e1236e16fdf9eadaa Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Feb 25 09:49:10 2024 +0100
mpd: fix database path in initskript
i had forgotten this path after moving the database from /var/ipfire/mpfire to /var/ipfire/mpd
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/mpd | 2 +- src/initscripts/packages/mpd | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
Difference in files: diff --git a/lfs/mpd b/lfs/mpd index 351fe1942..c05d34d8e 100644 --- a/lfs/mpd +++ b/lfs/mpd @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/${THISAPP} TARGET = $(DIR_INFO)/$(THISAPP) PROG = mpd -PAK_VER = 36 +PAK_VER = 37 # SUP_ARCH = aarch64 x86_64
DEPS = alsa avahi faad2 ffmpeg flac lame libmad libshout libogg libid3tag libvorbis opus soxr fmt diff --git a/src/initscripts/packages/mpd b/src/initscripts/packages/mpd index 977001140..d42c0c549 100644 --- a/src/initscripts/packages/mpd +++ b/src/initscripts/packages/mpd @@ -2,7 +2,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2024 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -25,7 +25,7 @@ case "$1" in start) boot_mesg "Starting MPD..." - chown -R root.nobody /var/ipfire/mpfire/db + chown -R root.nobody /var/ipfire/mpd/db /bin/nice --5 /usr/bin/mpd evaluate_retval ;;
hooks/post-receive -- IPFire 2.x development tree