[Netpass-devel] NetPass/bin npapid.pl,1.7,1.8
Brought to you by:
jeffmurphy
From: Matt <mt...@us...> - 2005-04-28 07:16:26
|
Update of /cvsroot/netpass/NetPass/bin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23769 Modified Files: npapid.pl Log Message: Index: npapid.pl =================================================================== RCS file: /cvsroot/netpass/NetPass/bin/npapid.pl,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- npapid.pl 12 Apr 2005 19:25:30 -0000 1.7 +++ npapid.pl 28 Apr 2005 07:16:17 -0000 1.8 @@ -10,13 +10,11 @@ use IO::SessionSet; use Socket; -#use lib '/opt/netpass/lib'; -use lib '/u1/students/mtbell/NetPass/lib'; +use lib '/opt/netpass/lib'; use RUNONCE; use NetPass::LOG qw(_log _cont); NetPass::LOG::init [ 'npapid', 'local0' ]; #*STDOUT; use NetPass; -use NetPass::Config; use NetPass::API; my $otherPid = RUNONCE::alreadyRunning('npapi'); |