/usr/share/tcos/hooks-addons/57ntpdate is in initramfs-tools-tcos 0.89.93ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # hook to update date/time in thin clients
if [ ! $TCOS_NTPDATE ]; then
_verbose "(57ntpdate) TCOS_NTPDATE"
else
if [ ! -e /usr/sbin/ntpdate ]; then
_echo " * ntpdate not installed"
fi
stat_before
cpifexists /usr/sbin/ntpdate /usr/bin/
stat_after "ntpdate"
fi
|