summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-05-17 08:54:08 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-05-17 08:54:08 +0000
commit768611395f2ccff32cdbd94fc7ab92a718768267 (patch)
tree37c1205a2a5488707b6a4365ef9c4d6c757aa1fa
parent5a1a83253666669115bfd672afd300f5a12bc14c (diff)
downloaddrakx-768611395f2ccff32cdbd94fc7ab92a718768267.tar
drakx-768611395f2ccff32cdbd94fc7ab92a718768267.tar.gz
drakx-768611395f2ccff32cdbd94fc7ab92a718768267.tar.bz2
drakx-768611395f2ccff32cdbd94fc7ab92a718768267.tar.xz
drakx-768611395f2ccff32cdbd94fc7ab92a718768267.zip
forward fix perms on /etc/wlandetect.conf (#16020)
-rwxr-xr-xperl-install/standalone/drakroam2
1 files changed, 1 insertions, 1 deletions
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 {},