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, core100 has been updated via 7940649e17a7499fbddb5552793294ee394c7541 (commit) from 33513817fa4eac7007fc4e39c348d7fffdfac20a (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 7940649e17a7499fbddb5552793294ee394c7541 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Mar 21 22:52:03 2016 +0100
core100: update linker config
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/100/update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
Difference in files: diff --git a/config/rootfiles/core/100/update.sh b/config/rootfiles/core/100/update.sh index 9e48d3a..931930a 100644 --- a/config/rootfiles/core/100/update.sh +++ b/config/rootfiles/core/100/update.sh @@ -139,7 +139,8 @@ esac # Extract files tar xavf /opt/pakfire/tmp/files* --no-overwrite-dir -p --numeric-owner -C /
- +# update linker config +ldconfig
# Check diskspace on boot BOOTSPACE=`df /boot -Pk | sed "s| * | |g" | cut -d" " -f4 | tail -n 1`
hooks/post-receive -- IPFire 2.x development tree