#!/bin/sh case "$ACTION" in ifup) ntpclient -s -h 2.de.pool.ntp.org ;; esac