#!/bin/bash # # $Id: Test 595 2006-03-22 20:21:09Z jhealy $ # # This script is called when a secondary server is preparing to acquire # the IP address of the primary server. If this script returns 0, the # acquisition continues. If a non-zero result is returned, the # acquisition is aborted. # # Jason Healy (Suffield Academy) # # Include our common code definitions . "`dirname $0`/Common" logMessage "Testing whether to acquire primary IP" logMessage "Approved acquisition of primary IP" exit 0; #logMessage "Denied acquisition of primary IP" #exit 1;