#!/bin/sh
#
#	$Id: ip-up,v 1.19 1998/08/10 06:27:47 phil 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
