From ad2a91fd8d19c15813d47c064e8da37f7b614d9c Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 6 Oct 2000 14:33:47 +0000 Subject: *** empty log message *** --- perl-install/any.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index a269393ce..495d802e9 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -381,6 +381,7 @@ END '~--' '' END close CHAT; + chmod 0600, $chat; if ($modem->{auth} eq 'PAP') { #- need to create a secrets file for the connection. @@ -406,7 +407,7 @@ END commands::mkdir_("-p", "$prefix/usr/share/config"); local *KPPPRC; open KPPPRC, ">$prefix/usr/share/config/kppprc" or die "Can't open $prefix/usr/share/config/kppprc: $!"; - chmod 0600, "$prefix/usr/share/config/kppprc"; + #chmod 0600, "$prefix/usr/share/config/kppprc"; print KPPPRC <