summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-06-02 14:08:23 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-06-02 15:14:00 -0700
commitbf86040fef55fdb644b3670a9e1ec093e67df828 (patch)
tree0a216a4a9e21107326a20d538fe6f2fd2ba224dd /lib
parentec47950ac719c65f0f195db6b73591640d9dd2be (diff)
downloadvyatta-cfg-system-bf86040fef55fdb644b3670a9e1ec093e67df828.tar.gz
vyatta-cfg-system-bf86040fef55fdb644b3670a9e1ec093e67df828.zip
Make Radius server work
Translate radius-server to Vyatta::Login::RadiusServer
Diffstat (limited to 'lib')
-rw-r--r--lib/Vyatta/Login/RadiusServer.pm (renamed from lib/Vyatta/Login/Radius.pm)2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Vyatta/Login/Radius.pm b/lib/Vyatta/Login/RadiusServer.pm
index 6a949434..97ae4eb6 100644
--- a/lib/Vyatta/Login/Radius.pm
+++ b/lib/Vyatta/Login/RadiusServer.pm
@@ -14,7 +14,7 @@
#
# **** End License ****
-package Vyatta::Login::Radius;
+package Vyatta::Login::RadiusServer;
use strict;
use warnings;
use lib "/opt/vyatta/share/perl5";