From 6859b8c8e408817161a1723a19396c880ae6e889 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Tue, 2 Jun 2009 14:08:23 -0700 Subject: Make Radius server work Translate radius-server to Vyatta::Login::RadiusServer (cherry picked from commit bf86040fef55fdb644b3670a9e1ec093e67df828) --- scripts/system/vyatta_update_login.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/system') diff --git a/scripts/system/vyatta_update_login.pl b/scripts/system/vyatta_update_login.pl index b2125de1..b854427b 100644 --- a/scripts/system/vyatta_update_login.pl +++ b/scripts/system/vyatta_update_login.pl @@ -28,6 +28,8 @@ $config->setLevel("system login"); foreach my $type ($config->listNodes()) { my $kind = ucfirst $type; + $kind =~ s/-server/Server/; + my $location = "Vyatta/Login/$kind.pm"; my $class = "Vyatta::Login::$kind"; -- cgit v1.2.3