[Clfs-commits] [Bootscripts Standard]Bootscripts for Cross-LFS branch, master, updated. ed38af5fe54d48db73d140abdff61d43bb4d3463

git git at cross-lfs.org
Sun Jul 25 10:14:05 PDT 2010


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 "Bootscripts for Cross-LFS".

The branch, master has been updated
       via  ed38af5fe54d48db73d140abdff61d43bb4d3463 (commit)
      from  af4667f60ad31d50253e73097d6026ce04e8f5b0 (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 ed38af5fe54d48db73d140abdff61d43bb4d3463
Author: Joe Ciccone <jciccone at gmail.com>
Date:   Sun Jul 25 13:13:49 2010 -0400

    Update the version of the bootscripts to 1.2-pre10.
    Move setclock up to S15 from S25 in rcsysinit.d for newer kernels, this fixes an issue with superblock last write time being in the future when the hardware clock is set to local time. Thanks Craig Jackson and John Bolton for reporting this back in January2010.

diff --git a/Makefile b/Makefile
index 9d0802f..caff5f5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION		:= 1.2-pre9
+VERSION		:= 1.2-pre10
 
 ETCDIR		:= /etc
 SHELL		:= /bin/bash
@@ -105,8 +105,8 @@ install-bootscripts: create-dirs create-service-dir udev_device_dirs udev_device
 	ln -sf ../init.d/consolelog  ${EXTDIR}/rc.d/rcsysinit.d/S02consolelog
 	ln -sf ../init.d/modules     ${EXTDIR}/rc.d/rcsysinit.d/S05modules
 	ln -sf ../init.d/udev        ${EXTDIR}/rc.d/rcsysinit.d/S10udev
+	ln -sf ../init.d/setclock    ${EXTDIR}/rc.d/rcsysinit.d/S15setclock
 	ln -sf ../init.d/checkfs     ${EXTDIR}/rc.d/rcsysinit.d/S20checkfs
-	ln -sf ../init.d/setclock    ${EXTDIR}/rc.d/rcsysinit.d/S25setclock
 	ln -sf ../init.d/mountfs     ${EXTDIR}/rc.d/rcsysinit.d/S30mountfs
 	ln -sf ../init.d/swap        ${EXTDIR}/rc.d/rcsysinit.d/S40swap
 	ln -sf ../init.d/cleanfs     ${EXTDIR}/rc.d/rcsysinit.d/S50cleanfs

-----------------------------------------------------------------------

Summary of changes:
 Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Bootscripts for Cross-LFS



More information about the Clfs-commits mailing list