From a9e6e453053dcc16df0de7948f4977088902e74c Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 3 Aug 2011 15:11:07 +0200 Subject: [PATCH] Fix echo call in last commit --- debian/systemd.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/systemd.postinst b/debian/systemd.postinst index 6071df40..e4320db9 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\0\0LOCAL" > /etc/adjtime + echo "0 0 0\n0\nLOCAL" > /etc/adjtime fi fi fi -- 2.39.5