--- loncom/build/loncaparestoreconfigurations 2000/11/02 17:30:45 1.6 +++ loncom/build/loncaparestoreconfigurations 2000/11/02 17:36:56 1.7 @@ -39,7 +39,7 @@ foreach (@special_conf_files) { close OUT; } if (/^\/etc\/smb.conf$/) { - my $template=`/bin/cat /etc/httpd/conf/access.conf`; + my $template=`/bin/cat /etc/smb.conf`; foreach my $psv (@perlsetvars) { $template=~s/\{\{\{\{\[(.*?)\]\}\}\}\}/$pvar{$1}/ge; }