summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/network/modem.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/modem.pm b/perl-install/network/modem.pm
index 8c5adf523..09ae1e45e 100644
--- a/perl-install/network/modem.pm
+++ b/perl-install/network/modem.pm
@@ -157,7 +157,7 @@ END
my $chat_file = "$::prefix/etc/sysconfig/network-scripts/chat-ppp0";
output_with_perm($chat_file, 0600, @chat);
- write_secret_backend($toreplace{login}, $toreplace{passwd});
+ network::tools::write_secret_backend($toreplace{login}, $toreplace{passwd});
#- install kppprc file according to used configuration.
mkdir_p("$::prefix/usr/share/config");