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 88b6ad81123d2258aabc919055df0c2b478d8c00 (commit) from 72a5fff634e357204cee76308f7e7ad4ddca406e (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 88b6ad81123d2258aabc919055df0c2b478d8c00 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Jan 31 21:09:14 2024 +0100
mympd: create/check config before first start
this create missing folders for webradio and state.
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: src/paks/mympd/install.sh | 3 +++ 1 file changed, 3 insertions(+)
Difference in files: diff --git a/src/paks/mympd/install.sh b/src/paks/mympd/install.sh index 11cae1207..529f415e6 100644 --- a/src/paks/mympd/install.sh +++ b/src/paks/mympd/install.sh @@ -27,4 +27,7 @@ ln -svf /etc/init.d/mympd /etc/rc.d/rc3.d/S66mympd ln -svf /etc/init.d/mympd /etc/rc.d/rc0.d/K34mympd ln -svf /etc/init.d/mympd /etc/rc.d/rc6.d/K34mympd restore_backup ${NAME} +# create/check config +/usr/bin/mympd -u nobody -c +# start service /etc/init.d/mympd start
hooks/post-receive -- IPFire 2.x development tree