#!/bin/sh
#
#	$Id: ip-up,v 1.1 2000/02/21 03:52:51 jeff Exp $	
#
# Sample diald ip-up script -- GV
#

iface=$1
netmask=$2
localip=$3
remoteip=$4
metric=$5


# Set the time and date
# netdate ntp.server.somecountry

# Run the mail queue
# runq
