Diff for /loncom/build/loncaparestoreconfigurations between versions 1.13 and 1.14

version 1.13, 2002/05/16 00:20:30 version 1.14, 2002/07/27 22:39:56
Line 47  use strict; # restrict unsafe and poorly Line 47  use strict; # restrict unsafe and poorly
 my @special_conf_files=(  my @special_conf_files=(
  '/etc/httpd/conf/loncapa.conf',   '/etc/httpd/conf/loncapa.conf',
  '/etc/httpd/conf/access.conf',   '/etc/httpd/conf/access.conf',
  '/etc/smb.conf',  
  '/etc/samba/smb.conf'  
  );   );
   
 my %pvar; # store the PerlSetVar variable key/value combinations  my %pvar; # store the PerlSetVar variable key/value combinations

Removed from v.1.13  
changed lines
  Added in v.1.14


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>