diff options
author | Scott James Remnant <scott@ubuntu.com> | 2009-07-14 17:52:52 +0100 |
---|---|---|
committer | Scott James Remnant <scott@ubuntu.com> | 2009-07-14 17:52:52 +0100 |
commit | 0419e06bbce052deb50f6fb2c769df9beeda6aa2 (patch) | |
tree | 95c718f9fe39cda82ff94323d99cf90c41a17ecc /debian/README.Debian.hwclock | |
parent | bb34cffdd4033f7226da6487f5db5c6c71b96b40 (diff) | |
download | util-linux-old-0419e06bbce052deb50f6fb2c769df9beeda6aa2.tar.gz |
rules: Install udev rules into /lib/udev/rules.d
Unconditionally install the udev rules, moving them on upgrade
from /etc to /lib if necessary
Diffstat (limited to 'debian/README.Debian.hwclock')
-rw-r--r-- | debian/README.Debian.hwclock | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/debian/README.Debian.hwclock b/debian/README.Debian.hwclock index d3ac5cea..c8b840cb 100644 --- a/debian/README.Debian.hwclock +++ b/debian/README.Debian.hwclock @@ -1,7 +1,10 @@ hwclock and Debian: -A Debian installation will, by default, call hwclock --hctosys during system -startup and hwclock --systohc during system shutdown. +When udev is running, hwclock -systz will be called when the RTC clock +device is created. When udev is not running, hwclock --hctosys will be +called during system startup. + +In both cases, hwclock --systohc will be called during system shutdown. To set the date/time of the system, just use the standard UNIX date facilities (such as date) or any of the advanced timekeeping utilities (ntp, ntpdate, |