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, core56 has been updated via 2d57443beb7b153af4335c2b6dd5f91b3edcfd95 (commit) from 5db3741f3721d32fe4eacac0c0bacf981fbfedc8 (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 2d57443beb7b153af4335c2b6dd5f91b3edcfd95 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Fri Jan 27 09:22:15 2012 +0100
fs-resize: answer yes at fsck to continue at last mount in future.
-----------------------------------------------------------------------
Summary of changes: src/initscripts/init.d/fsresize | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/src/initscripts/init.d/fsresize b/src/initscripts/init.d/fsresize index 0afe779..8913eb9 100644 --- a/src/initscripts/init.d/fsresize +++ b/src/initscripts/init.d/fsresize @@ -26,7 +26,7 @@ case "${1}" in ROOT=`mount | grep -m1 " / " | cut -d" " -f1`; DRV=${ROOT::`expr length $ROOT`-1} boot_mesg " * check filesystem on ${DRV}4 before resize ..." - fsck -f ${DRV}4 + fsck -f -y ${DRV}4
boot_mesg " * resize ${DRV}4 ..." resize2fs -p ${DRV}4
hooks/post-receive -- IPFire 2.x development tree