--- loncom/build/Attic/postinstall.pl 2000/11/21 15:22:29 1.7 +++ loncom/build/Attic/postinstall.pl 2000/12/20 20:28:22 1.9 @@ -14,11 +14,11 @@ system('lynx -source http://install.lon- system('rpm -Uvh --force wget-1.5.3-6.i386.rpm'); # download SupplementalRPMS and install -system('wget','-r','http://install.lon-capa.org/3.1/SupplementalRPMS'); +system('wget','-r','-l','1','http://install.lon-capa.org/3.1/SupplementalRPMS'); system('rpm -Uvh --force install.lon-capa.org/3.1/SupplementalRPMS/*.rpm'); # download remove_extra.sh and run -system('wget','http://install.lon-capa.org/3.1/scripts/remove_extra.sh'); +system('wget','-r','-l','1','http://install.lon-capa.org/3.1/scripts/remove_extra.sh'); system('sh','./remove_extra.sh'); # download FinalRPMS and install @@ -211,7 +211,7 @@ print OUT <; split(/\s+/); print "LONCAPA_\$_[2]"; +ATALK_NAME=`grep '^PerlSetVar.*lonHostID' /etc/httpd/conf/access.conf | perl -e '\$_=<>; split(/\\s+/); print "LONCAPA_\$_[2]"; '` # Set which daemons to run: PAPD_RUN=no