#!/bin/sh # # /etc/wicd/scripts/postconnect/setdate.sh # # Probe the NTP server to set the system date/time # as soon as network connection is established # /usr/sbin/sntp -s pool.ntp.org >/dev/null &