summaryrefslogtreecommitdiffstats
path: root/debian/hwclock-set
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 14:30:36 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 14:30:36 +0000
commitd731b1222e17e0081e5e4e1fc9603b67ba0b72e3 (patch)
treee0426bca9e6173cf00b0ee2573aa2c0cf96b8a25 /debian/hwclock-set
parentAdding upstream version 2.38.1. (diff)
downloadutil-linux-d731b1222e17e0081e5e4e1fc9603b67ba0b72e3.tar.xz
util-linux-d731b1222e17e0081e5e4e1fc9603b67ba0b72e3.zip
Adding debian version 2.38.1-5.debian/2.38.1-5debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/hwclock-set')
-rwxr-xr-xdebian/hwclock-set12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/hwclock-set b/debian/hwclock-set
new file mode 100755
index 0000000..fec65ed
--- /dev/null
+++ b/debian/hwclock-set
@@ -0,0 +1,12 @@
+#!/bin/sh
+# Reset the System Clock to UTC if the hardware clock from which it
+# was copied by the kernel was in localtime.
+
+dev=$1
+
+if [ -e /run/systemd/system ] ; then
+ exit 0
+fi
+
+/sbin/hwclock --rtc=$dev --systz
+/sbin/hwclock --rtc=$dev --hctosys