[Initscripts-ng-commits] r924 - in /trunk/src/insserv/debian: changelog patches/11_debian_conf.patch
pere at users.alioth.debian.org
pere at users.alioth.debian.org
Wed Jul 22 21:36:47 UTC 2009
Author: pere
Date: Wed Jul 22 21:36:46 2009
New Revision: 924
URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=924
Log:
Change definition of to make hwclock optional, as it might be dropped from the boot sequence in the future.
Modified:
trunk/src/insserv/debian/changelog
trunk/src/insserv/debian/patches/11_debian_conf.patch
Modified: trunk/src/insserv/debian/changelog
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/changelog?rev=924&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Wed Jul 22 21:36:46 2009
@@ -3,6 +3,8 @@
[ Petter Reinholdtsen ]
* Refresh 92_m68k_alignment.patch.
* Simplify test for bug #534526, while still triggering the bug.
+ * Change definition of $time to make hwclock optional, as it might
+ be dropped from the boot sequence in the future.
[ Kel Modderman ]
* Before inserting an initscript with insserv, check that
Modified: trunk/src/insserv/debian/patches/11_debian_conf.patch
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/patches/11_debian_conf.patch?rev=924&op=diff
==============================================================================
--- trunk/src/insserv/debian/patches/11_debian_conf.patch (original)
+++ trunk/src/insserv/debian/patches/11_debian_conf.patch Wed Jul 22 21:36:46 2009
@@ -44,7 +44,7 @@
# The system time has been set correctly
#
-$time boot.clock +xntpd
-+$time hwclock
++$time +hwclock
#
# Services which need to be interactive
More information about the Initscripts-ng-commits
mailing list