[Netpass-devel] NetPass/bin portinfo.pl,1.3,1.4
Brought to you by:
jeffmurphy
From: jeff m. <jef...@us...> - 2006-01-19 21:47:53
|
Update of /cvsroot/netpass/NetPass/bin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2313/bin Modified Files: portinfo.pl Log Message: and again. Index: portinfo.pl =================================================================== RCS file: /cvsroot/netpass/NetPass/bin/portinfo.pl,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- portinfo.pl 19 Jan 2006 21:41:48 -0000 1.3 +++ portinfo.pl 19 Jan 2006 21:47:43 -0000 1.4 @@ -47,8 +47,8 @@ use strict; use Getopt::Std; -use lib '/u1/project/netpass/NetPass-2/lib'; -#use lib '/opt/netpass/lib'; +#use lib '/u1/project/netpass/NetPass-2/lib'; +use lib '/opt/netpass/lib'; use FileHandle; use Pod::Usage; |