#! /bin/sh
if [ -e /var/ns-home ]
then
echo "

The Netscape FastTrack HTTPD server directory is present and there
may be a server already installed.

This is not an upgrade installation, and will not preserve existing
installation parameters or files.  You must remove the /var/ns-home 
directory before proceeding, be sure to move aside or back up any
data you want to save before removing this directory.

"
exit 1
fi
exit 0
