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

version 1.4, 2002/06/10 01:50:16 version 1.5, 2002/06/10 02:01:16
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);
   

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


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