From a1abc3fc8ee117a64efd9c4bc89d25ec89dc2665 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 17 May 2005 08:52:07 +0000 Subject: really fix permissions --- perl-install/standalone/drakroam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakroam') diff --git a/perl-install/standalone/drakroam b/perl-install/standalone/drakroam index e7b2d78be..fdaeda921 100755 --- a/perl-install/standalone/drakroam +++ b/perl-install/standalone/drakroam @@ -104,7 +104,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_with_perm($config, '600', @contents); + output_with_perm($config, 0600, @contents); }, add_net => sub {}, remove_net => sub {}, -- cgit v1.2.1