#!/bin/csh # # 1994 (c) Bunyip Information Systems, Inc. # by Luc Boulianne (lucb@bunyip.com) # # For solaris ... set path=(/usr/ucb $path) # set VERS=3.5 set ARCHIE=archie set ARCHHOME=~archie set basedone=0 set id=`id | sed 's/(.*$//' | sed 's/^.*=//'`; if ( $id != 0 ) then echo "You must be running as superuser to install archie"; exit 2; endif (echo $ARCHHOME > /dev/null) if ($status == 1) then cat - <