Update of /cvsroot/netpass/NetPass/bin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7108/bin
Modified Files:
interfacecfg.pl portinfo.pl
Log Message:
bug fixes, bug#1451624 bug#1451626 bug#1451625
Index: interfacecfg.pl
===================================================================
RCS file: /cvsroot/netpass/NetPass/bin/interfacecfg.pl,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- interfacecfg.pl 4 Aug 2005 06:45:24 -0000 1.12
+++ interfacecfg.pl 16 Mar 2006 21:27:51 -0000 1.13
@@ -76,7 +76,7 @@
my $ROUTE = "/sbin/route";
my $HARESOURCES = "/etc/ha.d/haresources";
-getopts('U:d:r:c:h', \%opts);
+getopts('DU:d:r:c:h', \%opts);
pod2usage(2) if ($opts{'h'});
Index: portinfo.pl
===================================================================
RCS file: /cvsroot/netpass/NetPass/bin/portinfo.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- portinfo.pl 7 Feb 2006 19:58:13 -0000 1.6
+++ portinfo.pl 16 Mar 2006 21:27:51 -0000 1.7
@@ -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;
|