Diff for /loncom/build/make_domain_coordinator.pl between versions 1.4 and 1.6

version 1.4, 2002/06/10 01:50:16 version 1.6, 2002/09/09 17:57:33
Line 130  unless ($domain=~/^\w+$/ and $domain!~/\ Line 130  unless ($domain=~/^\w+$/ and $domain!~/\
  "\n";   "\n";
 }  }
   
 print "Password: "; $|=0;  print "Password: "; $|=1;
 my $passwd=<>; # read in password from standard input  my $passwd=<>; # read in password from standard input
 chomp($passwd);  chomp($passwd);
   
Line 163  You need to decide on three pieces of in Line 163  You need to decide on three pieces of in
 to create a domain coordinator.  to create a domain coordinator.
   
  * USERNAME (kermit, albert, joe, etc)   * 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)   * PASSWORD (don't tell me)
   
 The examples in these instructions will be based  The examples in these instructions will be based

Removed from v.1.4  
changed lines
  Added in v.1.6


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