public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [IPFire-SCM] [git.ipfire.org] IPFire 2.x development tree branch, core56, updated. 2d57443beb7b153af4335c2b6dd5f91b3edcfd95
@ 2012-01-27 23:39 git
  0 siblings, 0 replies; only message in thread
From: git @ 2012-01-27 23:39 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 1520 bytes --]

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(a)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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-01-27 23:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-27 23:39 [IPFire-SCM] [git.ipfire.org] IPFire 2.x development tree branch, core56, updated. 2d57443beb7b153af4335c2b6dd5f91b3edcfd95 git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox