#!/bin/sh
#
#
# (c) 2002 Sun Microsystems, Inc. Use is subject to license terms.  

#
# this script can be used to wrap hostname
# in order to return atm hostname instead of regular ones
#
# For further description refer to README.atm
#

# remove path to wrapping hostname command from path list
PATH=`echo $PATH|tr : "\012"|grep -v $TMPDIR| tr "\012" :`
export PATH

# rehash
hash -r

# echo wrapping hostname

# implement here a mapping for your name scheme
hostname
