diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-06-21 03:45:46 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-06-21 03:45:46 +0000 |
commit | 2f07110f18f158fe5a1fc165754df70fc984a53c (patch) | |
tree | ebdf875091de1ea9641fd5311dc4e1d61e7b4960 /move | |
parent | b4abcd4cd2f5ca806e37f7a7fe1517ac8d8c3692 (diff) | |
download | drakx-backup-do-not-use-2f07110f18f158fe5a1fc165754df70fc984a53c.tar drakx-backup-do-not-use-2f07110f18f158fe5a1fc165754df70fc984a53c.tar.gz drakx-backup-do-not-use-2f07110f18f158fe5a1fc165754df70fc984a53c.tar.bz2 drakx-backup-do-not-use-2f07110f18f158fe5a1fc165754df70fc984a53c.tar.xz drakx-backup-do-not-use-2f07110f18f158fe5a1fc165754df70fc984a53c.zip |
same behaviour as UTC=false (as done in rc.sysinit)
Diffstat (limited to 'move')
-rw-r--r-- | move/move.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/move/move.pm b/move/move.pm index 2ef68932e..3f732545b 100644 --- a/move/move.pm +++ b/move/move.pm @@ -669,6 +669,7 @@ sub install2::startMove { output("/var/run/console/$username", 1); run_program::run('pam_console_apply'); + run_program::run('hwclock', '-s', '--localtime'); run_program::run('chown', "$username.root", '/var/run/rebootctl'); touch '/var/run/utmp'; |