#!/bin/sh

# Copyright 2002 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
#ident  "@(#)postbackout 1.1     03/06/09 SMI"

#
# Restart the daemon processes after patching
#

echo "Patch : Restart the daemon processes after patching..."
/opt/se6x20/bin/restart_se6000
rc=$?
echo "Patch : Restart completed. Exit code = $rc"
exit 0
