#!/bin/sh
#
#
#       A copy of the original pam.conf is restored and customizations 
#       made must be merged back into the restored version of the file 
#       if any have been made after this patch was initially installed. 
#

        if [ -f $ROOTDIR/etc/pam.conf ]; then
        echo
        echo "   " 
        echo "    The original /etc/pam.conf file has been restored."
        echo "    You must merge your changes from the previous version of"
        echo "    this file before the system is rebooted."
        echo "\n"
        echo "    The previous version was saved as: /etc/pam.conf.$PatchNum  " 
        echo
	fi

exit 0
