#!/bin/sh
#
# Copyright (c) 1998, by Sun Microsystems, Inc.
# All rights reserved.
#
#pragma ident	"@(#)preinstall	1.1	99/05/26 SMI"

#
# This version number be kept in sync with the version in the request script
#
request_vers=1

if [ "$SUNWKR5SV_REQUEST_VERS" != "$request_vers" ]
then
        gettext "Answers out of date. Need to re-run pkgask on this package."
        echo
        echo
        exit 1
fi

exit 0
