#!/bin/sh
#
#ident "@(#)request   1.0     96/07/14 SMI"
#
# Copyright (c) 1992, 1993, 1994, 1995, 1996, 1997 by Sun Microsystems, Inc.
#

# The following block of code reads the key from the user so that the pkgs
# can be decrypted.
#
# ENCRYPT_OFFSET=10
#
#     KEY=""
#     while [ "$KEY" = "" ]; do
#         echo
#         echo "Enter the product key: \c"
#         read KEY
#     done
#
# echo "KEY=$KEY" > $1
