#!/bin/sh
#
# Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
#ident	"@(#)sccleanrun	1.1	04/09/21 SMI"


RUN_DIR=/var/cluster/run

#
# Remove contents of the /var/cluster/run directory
#
/usr/bin/rm -rf ${RUN_DIR}
/usr/bin/mkdir -m 755 -p ${RUN_DIR}
/usr/bin/chgrp sys ${RUN_DIR}
