[Netpass-devel] NetPass/bin macscan.pl,1.14,1.15
Brought to you by:
jeffmurphy
From: jeff m. <jef...@us...> - 2006-01-19 21:46:52
|
Update of /cvsroot/netpass/NetPass/bin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2081/bin Modified Files: macscan.pl Log Message: there's always something Index: macscan.pl =================================================================== RCS file: /cvsroot/netpass/NetPass/bin/macscan.pl,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- macscan.pl 19 Jan 2006 21:41:48 -0000 1.14 +++ macscan.pl 19 Jan 2006 21:46:45 -0000 1.15 @@ -103,7 +103,7 @@ use threads; use threads::shared; use Getopt::Std; -use lib '/u1/project/netpass/NetPass-2/lib'; +#use lib '/u1/project/netpass/NetPass-2/lib'; use lib '/opt/netpass/lib/'; use FileHandle; use Pod::Usage; |