#!/bin/ksh
# IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html
#(C)IBM Corp
#

result=`umount /post 2>&1`
returncode=$?
logger -t xcat -p local4.info $result
exit $returncode