From df74d2948d19ae9dcb546f9b898bab5d824cc22e Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 26 Apr 2000 15:21:31 +0000 Subject: *** empty log message *** --- perl-install/install_steps.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 4a9e4d52b..aa2732aee 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -553,7 +553,8 @@ END chmod 0600, $secrets; } #- CHAP is not supported by initscripts, need patching before doing more on that here! - install_any::template2userfile($o->{prefix}, "$ENV{SHARE_PATH}/kppprc.in", ".kde/share/config/kppprc", 1, %toreplace); + #-install_any::template2userfile($o->{prefix}, "$ENV{SHARE_PATH}/kppprc.in", ".kde/share/config/kppprc", 1, %toreplace); + install_any::template2userfile($o->{prefix}, "$ENV{SHARE_PATH}/kppprc.in", "$o->{prefix}/usr/share/config/kppprc", %toreplace); miscellaneousNetwork($o); } -- cgit v1.2.1