#!/bin/ksh -hp
#
# @(#) backoutpatch.sh 7.8 01/09/05 SMI
#
# 
# Copyright (c) 1996-1999 Sun Microsystems, Inc.  All Rights Reserved. Sun 
# considers its source code as an unpublished, proprietary trade secret, and 
# it is available only under strict license provisions.  This copyright 
# notice is placed here only to protect Sun in the event the source is 
# deemed a published work.  Dissassembly, decompilation, or other means of 
# reducing the object code to human readable form is prohibited by the 
# license agreement under which this code is provided to the user or company 
# in possession of this copy. 
# 
# RESTRICTED RIGHTS LEGEND: Use, duplication, or disclosure by the Government 
# is subject to restrictions as set forth in subparagraph (c)(1)(ii) of the 
# Rights in Technical Data and Computer Software clause at DFARS 52.227-7013 
# and in similar clauses in the FAR and NASA FAR Supplement. 
# 
# Exit Codes:
#	0	No error
#	1	Usage error
#	2	Attempt to backout a patch that hasn't been applied
#	3	Effective UID is not root
#	4	No saved files to restore
#	5	pkgrm failed
#	6	Attempt to back out an obsoleted patch
#	7	Attempt to restore CPIO archived files failed
#	8	Invalid patch id format
#	9	Prebackout script failed
#	10	Postbackout script failed
#	11	Suspended due to administrative defaults
#	12	Backoutpatch could not locate the backout data
#	13	The relative directory supplied can't be found
#	14	Installpatch has been interrupted, re-invoke installpatch
#	15	This patch is required by a patch already installed, can't back it out
#
# This is a placeholder script only
