#!/bin/sh
# Copyright 1998 Sun Microsystems, Inc. All Rights Reserved.
#
# "@(#)postpatch	1.1	98/12/15 SMI"
#

echo "---------------------------------------------------------------"
echo " In order for the changes in this patch to take effect, the "
echo " Web Access server must be stopped and restarted either with"
echo " /etc/rc3.d/K89webaccess [stop|start], or by rebooting the server."
echo "---------------------------------------------------------------"

exit 0

