[Netpass-devel] NetPass/bin portinfo.pl,1.4,1.5
Brought to you by:
jeffmurphy
From: jeff m. <jef...@us...> - 2006-02-07 19:54:42
|
Update of /cvsroot/netpass/NetPass/bin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12306/bin Modified Files: portinfo.pl Log Message: fixed perm bugs on various admin forms, bug#1426340 bug#1426335 Index: portinfo.pl =================================================================== RCS file: /cvsroot/netpass/NetPass/bin/portinfo.pl,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- portinfo.pl 19 Jan 2006 21:47:43 -0000 1.4 +++ portinfo.pl 7 Feb 2006 19:54:32 -0000 1.5 @@ -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; |