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 6158761b2f81a08f115f5b614ad29fdc4bd210cf (commit) from 1330e280de8759cf05193031293900ed0512b94b (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 6158761b2f81a08f115f5b614ad29fdc4bd210cf Author: Arne Fitzenreiter arne_f@ipfire.org Date: Fri May 10 12:42:29 2024 +0200
mympd: remove create config start
this now resets an existing option like the port to default.
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: src/paks/mympd/install.sh | 2 -- 1 file changed, 2 deletions(-)
Difference in files: diff --git a/src/paks/mympd/install.sh b/src/paks/mympd/install.sh index 9c154b5b4..9351ccaef 100644 --- a/src/paks/mympd/install.sh +++ b/src/paks/mympd/install.sh @@ -27,8 +27,6 @@ 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 services /etc/init.d/mpd restart /etc/init.d/mympd start
hooks/post-receive -- IPFire 2.x development tree