#
# usage:        mapname.sh
#
# abstract:     This Bourne shell script maps the filenames to the
#		proper names. This is all necessary because of the
#		CDROM.
#
# note(s):      1. This routine must be called using a . (period)
#
# Copyright (c) 1994-2000 by The MathWorks, Inc.
# $Revision: 1.31 $  $Date: 2000/07/27 19:42:15 $
#----------------------------------------------------------------------------
#

# Map names
#
# Directory mappings
#
	etc_dir=$dir/etc
        lscripts_dir=$dir/etc/scripts
#
# Install shell script mappings
#
	abort_sh=abort.sh
	actualp_sh=actualp.sh
	arch_sh=arch.sh
	bld_lbin_sh=bld_lbin.sh
	bld_sbin_sh=bld_sbin.sh
	center_sh=center.sh
	cleanup_sh=cleanup.sh
	clearsc_sh=clearsc.sh
	cont_sh=cont.sh
	echon_sh=echon.sh
	fin_sh=fin.sh
	intro_l_sh=intro_l.sh
	intro_s_sh=intro_s.sh
	lm_sh=lm.sh
	local_sh=local.sh
	main_sh=main.sh
	netruser_sh=netruser.sh
	oldname_sh=oldname.sh
	options_sh=options.sh
	perm_sh=perm.sh
	ruser_sh=ruser.sh
	searchp_sh=searchp.sh
	ucleanpe_sh=ucleanpe.sh
	update_sh=update.sh
	util_sh=util.sh
	verifyp_sh=verifyp.sh
	version_sh=version.sh
#
