From a8f6a9b6540ca301af625b4767df53860511a6dc Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 13 Oct 2009 08:03:45 +0100 Subject: Add new utility and init script swclock that sets the system time based on the mtime of a file. It saves the shutdown time to this file also. This is handy for systems without a working RTC chip. Based on an idea by Michael A. Smith . Fixes Gentoo #272073. --- init.d/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.d/Makefile') diff --git a/init.d/Makefile b/init.d/Makefile index b816ae70..0786e050 100644 --- a/init.d/Makefile +++ b/init.d/Makefile @@ -1,6 +1,6 @@ DIR= ${INITDIR} SRCS= bootmisc.in fsck.in hostname.in local.in localmount.in netmount.in \ - network.in root.in savecache.in swap.in sysctl.in urandom.in + network.in root.in savecache.in swap.in swclock.in sysctl.in urandom.in BIN= ${OBJS} # Build our old net foo or not -- cgit v1.2.3