diff options
author | Kibum Kim <kb0929.kim@samsung.com> | 2012-01-07 00:51:21 +0900 |
---|---|---|
committer | Kibum Kim <kb0929.kim@samsung.com> | 2012-01-07 00:51:21 +0900 |
commit | 3a86c1cb91d7b0790a983f7eb62d0b7cfcd37a46 (patch) | |
tree | b1d92f450ba2165bd6001552e5c10cb661b12b8a /debian/hwclock.rules | |
parent | 3fe782bd1c0128efa1c830bf7ccf0f5395f93f4a (diff) | |
download | util-linux-3a86c1cb91d7b0790a983f7eb62d0b7cfcd37a46.tar.gz util-linux-3a86c1cb91d7b0790a983f7eb62d0b7cfcd37a46.tar.bz2 util-linux-3a86c1cb91d7b0790a983f7eb62d0b7cfcd37a46.zip |
Git init
Diffstat (limited to 'debian/hwclock.rules')
-rw-r--r-- | debian/hwclock.rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/hwclock.rules b/debian/hwclock.rules new file mode 100644 index 0000000..e1e66e2 --- /dev/null +++ b/debian/hwclock.rules @@ -0,0 +1,4 @@ +# Reset the System Clock to UTC if the hardware clock from which it was +# copied by the kernel was in localtime. + +KERNEL=="rtc0", RUN+="/lib/udev/hwclock-set $root/$name" |