#!/bin/ksh
# If we're not using Sun's OpenWindows server, use a low-life emulation
#

hasnews=no
if xdpyinfo | grep "vendor string:" | grep -s "X11/NeWS" ; then
        hasnews=yes
fi
export hasnews

AB_CARDCATALOG=${AB_CARDCATALOG}:/rutgers/AnswerBook/ab_cardcatalog
export AB_CARDCATALOGSHAR_EOF
:	End of shell archive
exit 0


