--- loncom/build/make_domain_coordinator.pl 2002/06/10 01:50:16 1.4 +++ loncom/build/make_domain_coordinator.pl 2002/09/09 17:57:33 1.6 @@ -11,7 +11,7 @@ make_domain_coordinator.pl - Make a doma # The LearningOnline Network # make_domain_coordinator.pl - Make a domain coordinator on a system # -# $Id: make_domain_coordinator.pl,v 1.4 2002/06/10 01:50:16 harris41 Exp $ +# $Id: make_domain_coordinator.pl,v 1.6 2002/09/09 17:57:33 harris41 Exp $ # # This file is part of the LearningOnline Network with CAPA (LON-CAPA). # @@ -130,7 +130,7 @@ unless ($domain=~/^\w+$/ and $domain!~/\ "\n"; } -print "Password: "; $|=0; +print "Password: "; $|=1; my $passwd=<>; # read in password from standard input chomp($passwd); @@ -163,7 +163,7 @@ You need to decide on three pieces of in to create a domain coordinator. * USERNAME (kermit, albert, joe, etc) - * DOMAIN (should be the same as lonDefDomain in /etc/httpd/conf/access.conf) + * DOMAIN (should be the same as lonDefDomain in /etc/httpd/conf/loncapa.conf) * PASSWORD (don't tell me) The examples in these instructions will be based