#!/bin/sh
#
# /etc/ppp/ip-up.d/ntdpdate
#

ntpdate -s ntp1.ptb.de
hwclock -w

