Fri 6 July 2012, alle 13:52 (GMT+0200), Johan Haggi ha scritto: > [...] > My /etc/default/rcS > [...] > #UTC=yes # OBSOLETE; see /etc/adjtime and hwclock(8). > [...]
I find who modified /etc/default/rcS:
from /var/lib/dpkg/info/util-linux.postinst (util-linux 2.20.1-5.1):
# Do a one-time migration of the local time setting to /etc/adjtime
if [ -n "$2" ] && dpkg --compare-versions "$2" lt "2.20.1-5"; then
[...]
if [ -f /etc/default/rcS ]; then
sed -i -e 's:^\(UTC=.*\)$:#\1 # OBSOLETE; see /etc/adjtime and
hwclock(8).:' /etc/default/rcS
fi
fi
--
Johan Haggi
signature.asc
Description: Digital signature

