]> err.no Git - systemd/commitdiff
Fix the format of the /etc/adjtime file
authorMichael Biebl <biebl@debian.org>
Wed, 3 Aug 2011 13:15:21 +0000 (15:15 +0200)
committerTollef Fog Heen <tfheen@err.no>
Wed, 14 Sep 2011 06:37:54 +0000 (08:37 +0200)
debian/systemd.postinst

index e4320db9110fcaf0eab98f66fa75c306ce36dc0e..27659711da622e0f05b894dc8debdba575713830 100644 (file)
@@ -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