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 82adcbc03fcd1402c21f554386024f11dee09111 (commit) from 86833c2a1631858b457cd392b85bd2f613ff1f54 (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 82adcbc03fcd1402c21f554386024f11dee09111 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Sep 16 05:12:32 2010 +0200
Sync after swap creation.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/test/update.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/test/update.sh b/config/rootfiles/core/test/update.sh index 0bf8829..138b2c1 100644 --- a/config/rootfiles/core/test/update.sh +++ b/config/rootfiles/core/test/update.sh @@ -142,6 +142,7 @@ if [ ! -z $SWAP ]; then swapoff -a mkswap $SWAP swapon -a + sync SWAPUUID=`blkid -sUUID $SWAP | cut -d'"' -f2` if [ ! -z $SWAPUUID ]; then sed -i "s|^$SWAP|UUID=$SWAPUUID|g" /etc/fstab
hooks/post-receive -- IPFire 2.x development tree