# @(#)13        1.2  src/bos/usr/sbin/svcmd/grpck/grpck.sh, uw7cmds, bos720 10/19/01 09:53:08
# IBM_PROLOG_BEGIN_TAG 
# This is an automatically generated prolog. 
#  
# bos720 src/bos/usr/sbin/svcmd/grpck/grpck.sh 1.2 
#  
# Licensed Materials - Property of IBM 
#  
# Restricted Materials of IBM 
#  
# COPYRIGHT International Business Machines Corp. 2001 
# 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 

#!/bin/ksh

CAT=sysvgrpck.cat; export CAT
USAGE=1

usage()
{
	dspmsg $CAT $USAGE "Usage: grpck\n"
	exit 1
}

if test -n "$1"
then
	usage
else
	/usr/sbin/grpck -n ALL
fi