fix time not being saved to hwc

This commit is contained in:
Glenn Maynard
2004-05-27 02:41:48 +00:00
parent b8c4c6abcc
commit a7d244fd9c
@@ -130,6 +130,8 @@ void ArchHooks_Unix::SetTime( tm newtime )
LOG->Trace( "executing '%s'", sCommand.c_str() );
system( sCommand );
system( "hwclock --systohc" );
}
/*