summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakauth
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-11-30 13:20:49 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-11-30 13:20:49 +0000
commite5cf73a6e470b0b0503c51f87d40e62a62fa1ba1 (patch)
treed06a23ec0d49f64dc98fdaeba8efe60c1fa9a1f2 /perl-install/standalone/drakauth
parent9d8747c64199e305b47b71279ea5b7f18b5479ab (diff)
downloaddrakx-e5cf73a6e470b0b0503c51f87d40e62a62fa1ba1.tar
drakx-e5cf73a6e470b0b0503c51f87d40e62a62fa1ba1.tar.gz
drakx-e5cf73a6e470b0b0503c51f87d40e62a62fa1ba1.tar.bz2
drakx-e5cf73a6e470b0b0503c51f87d40e62a62fa1ba1.tar.xz
drakx-e5cf73a6e470b0b0503c51f87d40e62a62fa1ba1.zip
don't pass the prefix/etc/sysconfig/network to network::network::write_conf(), we always use the same file name
Diffstat (limited to 'perl-install/standalone/drakauth')
-rwxr-xr-xperl-install/standalone/drakauth2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakauth b/perl-install/standalone/drakauth
index e20848a03..c68a75b84 100755
--- a/perl-install/standalone/drakauth
+++ b/perl-install/standalone/drakauth
@@ -31,7 +31,7 @@ authentication::ask_parameters($in, $netc, $authentication, $kind) or goto main;
eval {
authentication::set($in, $netc, $authentication);
- network::network::write_conf("$::prefix/etc/sysconfig/network", $netc);
+ network::network::write_conf($netc);
};
if (my $err = $@) {
$in->ask_warn(N("Error"), formatError($err));