[Netpass-devel] NetPass/lib/NetPass Config.pm,1.34,1.35
Brought to you by:
jeffmurphy
From: jeff m. <jef...@us...> - 2005-05-04 03:27:26
|
Update of /cvsroot/netpass/NetPass/lib/NetPass In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14964/lib/NetPass Modified Files: Config.pm Log Message: minor tweaks Index: Config.pm =================================================================== RCS file: /cvsroot/netpass/NetPass/lib/NetPass/Config.pm,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- Config.pm 4 May 2005 03:09:44 -0000 1.34 +++ Config.pm 4 May 2005 03:27:17 -0000 1.35 @@ -1011,7 +1011,7 @@ =head2 removePolicy(-key => '', -network => '', -location => [global|group|network]) Remove the policy variable from the specified location. You can't remove -policy variables from the "global" location, depite being listed. +policy variables from the "global" location, despite being listed. RETURNS @@ -1043,7 +1043,7 @@ if ( ($location eq "global") && recur_exists($self->{'cfg'}, 'policy', $pvar)) { # global policy settings cant be deleted. - return "cant delete global policy variable"; + return "cant remove global policy variable"; } my $nw2 = $nw; |