#!/bin/bash # # $Id: PreAcq.00 595 2006-03-22 20:21:09Z jhealy $ # # Sample script to run just before acquiring the primary IP address # from the primary server. # # Jason Healy (Suffield Academy) # # Include our common code definitions . "`dirname $0`/Common" logMessage "Preparing to acquire IP from primary" exit 0;