mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-15 06:49:35 +00:00
Fix the format of the /etc/adjtime file
This commit is contained in:
parent
a9e6e45305
commit
1ede7fbbb0
2
debian/systemd.postinst
vendored
2
debian/systemd.postinst
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user