#!/bin/sh
#
#	$Id: ip-up,v 1.2 1996/12/08 20:33:10 gv 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
