Fix the format of the /etc/adjtime file

This commit is contained in:
Michael Biebl 2011-08-03 15:15:21 +02:00 committed by Tollef Fog Heen
parent a9e6e45305
commit 1ede7fbbb0

View 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