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