From d3087a4a6fc47de6f0e3a14794774c5a355961b2 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 12 Jun 2008 18:38:40 +0000 Subject: fix authentication configuration during install --- perl-install/authentication.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/authentication.pm') diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm index 823eb7682..cdffd02ea 100644 --- a/perl-install/authentication.pm +++ b/perl-install/authentication.pm @@ -2,7 +2,6 @@ package authentication; # $Id$ use common; my $ccreds = 1; -my $conf_file = "/etc/sysconfig/drakauth"; $::real_windowwidth = 700; $::real_windowheight = 600; @@ -302,6 +301,7 @@ sub set { sub set_raw { my ($net, $authentication, $o_when_network_is_up) = @_; + my $conf_file = "$::prefix/etc/sysconfig/drakauth"; my $when_network_is_up = $o_when_network_is_up || sub { my ($f) = @_; $f->() }; enable_shadow() if $authentication->{shadow}; -- cgit v1.2.1