#! /sbin/sh
########
# Product: InternetSrvcs
# Fileset: INETSVCS-SEC
# postinstall
# @(#) $Revision: 1.1.212.5 $
########
#
# (c) Copyright Hewlett-Packard Company, 1993
#
#######$

echo 
echo "NOTE : The secure version of the services ftp, "
echo "rcp, remsh, rlogin and telnet has been installed".
echo "To enable the secure version, invoke the command"
echo \"/usr/sbin/inetsvcs_sec enable\".
echo The secure version can be disabled by invoking the command
echo \"/usr/sbin/inetsvcs_sec disable\".
exit 0
