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, core104 has been updated via 40607f812638f5abd7b4b2313e7e6c1e61502f33 (commit) from 2493a758239e07c9af39510c0745ad9bf38aa688 (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 40607f812638f5abd7b4b2313e7e6c1e61502f33 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Aug 7 17:08:44 2016 +0200
core104: revert adding customservices.
simply adding may use id's twice if the user has added other services so we don't update this files.
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/104/update.sh | 5 ----- 1 file changed, 5 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/104/update.sh b/config/rootfiles/core/104/update.sh index 3988a9d..0223923 100644 --- a/config/rootfiles/core/104/update.sh +++ b/config/rootfiles/core/104/update.sh @@ -139,11 +139,6 @@ esac # Extract files tar xavf /opt/pakfire/tmp/files* --no-overwrite-dir -p --numeric-owner -C /
-# Update customservices -cp /var/ipfire/fwhosts/customservices /var/ipfire/fwhosts/customservices.old -echo 35,Submission (TCP),587,TCP,BLANK,0 >> /var/ipfire/fwhosts/customservices -echo 36,SSMTP,465,TCP,BLANK,0 >> /var/ipfire/fwhosts/customservices - # Remove some old files rm -f /bin/groups /lib/libshadow.so.0*
hooks/post-receive -- IPFire 2.x development tree