Re: AutoMaint

From: VampLestat (vamp@csulb.edu)
Date: 10/16/94


On Sat, 15 Oct 1994, Jeffrey Daro wrote:

> I didn't realize that automaint was designed to delete above level Imp. 
> Since I added new levels it was dumping my imps.  Why was it coded to do 
> this?

Well, here's the script.

#!/bin/csh

echo "Purging playerfile, please wait..."
chdir lib/misc
echo `date` >> DELETED
../../bin/purgeplay players >> DELETED
if (! -z players.new) then
   mv players players.old
   mv players.new players
endif
echo "Done."

chdir ../plrobjs
purgeobjs
chdir ../..


So maybe it would be a good idea for you to rummage around in purgeobjs 
and purgeplay before complaining that the script is screwed up?


Ryan L. Watkins                             e-mail: vamp@csulb.edu
System Administrator                        url   : http://www.csulb.edu/~vamp/
Academic Computing Services, CSU Long Beach pgpkey: finger vamp@beach.csulb.edu
Darkside Consulting        -   Unix  /  Windows  /  Mac  /  Internet  /  Design



This archive was generated by hypermail 2b30 : 12/07/00 PST