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, core51 has been updated via 553e4a0462416b06932d4c6da653bc10f8302387 (commit) from b01a112688ccbcdb30fb1388978a7a68dd79842c (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 553e4a0462416b06932d4c6da653bc10f8302387 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Aug 23 09:50:13 2011 +0200
core51: add some sync's after update.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/51/update.sh | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/51/update.sh b/config/rootfiles/core/51/update.sh index 201c2db..58a47da 100644 --- a/config/rootfiles/core/51/update.sh +++ b/config/rootfiles/core/51/update.sh @@ -143,6 +143,11 @@ perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang" # rm -rf /etc/sysconfig/lm_sensors
+# Ensure that all data was written... +sync +sync +sync + # Reboot message to console /usr/bin/logger -p syslog.emerg -t core-upgrade-51 "Upgrade finished. If you use a customized grub.cfg" /usr/bin/logger -p syslog.emerg -t core-upgrade-51 "Check it before reboot !!!" @@ -155,5 +160,12 @@ touch /var/run/need_reboot #Finish /etc/init.d/fireinfo start sendprofile + +# Ensure that all data was written... +sync +sync +sync + +# #Don't report the exitcode last command exit 0
hooks/post-receive -- IPFire 2.x development tree