From: Michael Biebl Date: Wed, 3 Aug 2011 13:15:21 +0000 (+0200) Subject: Fix the format of the /etc/adjtime file X-Git-Tag: 36-1~14 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ede7fbbb0652cb2a8d06869da7ff09ce08f42ed;p=systemd Fix the format of the /etc/adjtime file --- diff --git a/debian/systemd.postinst b/debian/systemd.postinst index e4320db9..27659711 100644 --- a/debian/systemd.postinst +++ b/debian/systemd.postinst @@ -20,7 +20,7 @@ if [ -n "$2" ]; then if dpkg --compare-versions "$2" lt "33-1"; then . /etc/default/rcS if [ $UTC ="no" ] && [ ! -e /etc/adjtime ]; then - echo "0 0 0\n0\nLOCAL" > /etc/adjtime + echo "0.0 0 0.0\n0\nLOCAL" > /etc/adjtime fi fi fi