From 768611395f2ccff32cdbd94fc7ab92a718768267 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 17 May 2005 08:54:08 +0000 Subject: forward fix perms on /etc/wlandetect.conf (#16020) --- perl-install/standalone/drakroam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/standalone/drakroam b/perl-install/standalone/drakroam index 0eb796cb2..7eb388213 100755 --- a/perl-install/standalone/drakroam +++ b/perl-install/standalone/drakroam @@ -95,7 +95,7 @@ my %available_roaming_daemons = ( my $ifc = $row->[3] ? "$IFConfig \@DEV\@ up; $DHClient \@DEV\@" : "$IFUp \@DEV\@"; push @contents, "$essid\t\t$iwc; $ifc\n"; } - output_p($config, @contents); + output_with_perm($config, 0600, @contents); }, add_net => sub {}, remove_net => sub {}, -- cgit v1.2.1