Update of /cvsroot/netpass/NetPass/bin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13797/bin
Modified Files:
portinfo.pl
Log Message:
i always forget this
Index: portinfo.pl
===================================================================
RCS file: /cvsroot/netpass/NetPass/bin/portinfo.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- portinfo.pl 7 Feb 2006 19:54:32 -0000 1.5
+++ portinfo.pl 7 Feb 2006 19:58:13 -0000 1.6
@@ -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;
|