#! /pkg/bin/ksh

###
### March 2004, michael shiplett
###
### Copyright (c) 2004 by cisco Systems, Inc.
### All rights reserved.
###
### wrapper to start the failover data script in the background
### so startup processing may continue
###
### usage
###     isis_fod-wrap
###

# grab only is-is run-time information
isis_fod -i &

exit 0
