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. --- src/rc/.gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/rc/.gitignore') diff --git a/src/rc/.gitignore b/src/rc/.gitignore index d06e8579..e14788ff 100644 --- a/src/rc/.gitignore +++ b/src/rc/.gitignore @@ -38,6 +38,7 @@ service_crashed checkpath fstabinfo mountinfo +swclock rc-depend service_get_value service_set_value @@ -59,6 +60,7 @@ checkpath.o fstabinfo.o mountinfo.o start-stop-daemon.o +swclock.o rc-applets.o rc-depend.o rc-logger.o -- cgit v1.2.3