| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
When writing new NTP servers configuration the temporary file has to
be closed before moving it to the right place.
|
|
|
|
|
|
|
| |
os.rename fails if source and destination are on different fileystems,
shutil.move should copy and remove the source in such cases.
Resolves: rhbz#851653
|
|
|
|
|
|
| |
chronyd doesn't change the time immediately because it wants to
prevent time leaps. However this way it may look like if NTP was
not running at all, so we need a manual sync first.
|
| |
|
|
Since we now set up NTP in Anaconda, we need a module providing some
supporting NTP-related functions.
|