#! /sbin/sh
# preinstall script
# $Revision: 1.2.114.1 $
#
# (c) Copyright Hewlett-Packard Company 1993
#
########
if [ -f /usr/lbin/sw/control_utils ];then
	. /usr/lbin/sw/control_utils
else
	echo "ERROR:    Cannot find /usr/lbin/sw/control_utils";exit 1
fi

#=========
#   Copy a default file into place if it doesn't exits on the users 
#   file system.
#=========
for file in /etc/netgroup /etc/rpc /etc/vhe_list /usr/sbin/vhe/vhe_altlog \
	/usr/sbin/vhe/vhe_getlist /usr/sbin/vhe/vhe_mounter /usr/sbin/vhe/vhe_script;
do newconfig_prep $file;done

exit 0
