#!/bin/ksh
# IBM_PROLOG_BEGIN_TAG 
# This is an automatically generated prolog. 
#  
# 61pkgha_r714 src/packages/cluster/es/cspoc/cmds/usr/cluster.es.cspoc.cmds.unconfig.sh 1.1 
#  
# Licensed Materials - Property of IBM 
#  
# COPYRIGHT International Business Machines Corp. 2004 
# All Rights Reserved 
#  
# US Government Users Restricted Rights - Use, duplication or 
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp. 
#  
# IBM_PROLOG_END_TAG 
# @(#)21	1.1 src/packages/cluster/es/cspoc/cmds/usr/cluster.es.cspoc.cmds.unconfig.sh, pkghacmp, 61pkgha_r714 1/14/04 14:40:51

/usr/es/sbin/cluster/utilities/cl_chpasswdutil -r -o 2>/dev/null 1>/dev/null

exit 0

