[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
infobot.users location
- Date: Thu, 23 Dec 1999 09:27:08 -0600
- From: David Blache <alterego@austin.rr.com>
- Subject: infobot.users location
I'm not sure this made it to the list amidst all of the confusion, so I am
posting it again:
in User.pl:
sub parseUserfile {
$file = $param{'miscdir'}.$filesep.$param{'userList'};
....
}
When crond is launching infobot via a shell script, $param{'miscdir'} is
equal to "./". I'm not sure why as I am a newbie to perl.
But replacing $param{'miscdir'} with $initmiscdir here fixes that problem.