Diff for /loncom/build/make_domain_coordinator.pl between versions 1.26 and 1.27

version 1.26, 2013/12/20 21:13:02 version 1.27, 2015/01/03 02:45:22
Line 371  if ($distro =~ /^ubuntu|debian/) { Line 371  if ($distro =~ /^ubuntu|debian/) {
     if ($1 > 12.2) {      if ($1 > 12.2) {
         $nostdin = 1;          $nostdin = 1;
     }      }
   } elsif ($distro =~ /^sles(\d+)$/) {
       if ($1 > 11) {
           $nostdin = 1;
       }
 }  }
 if ($nostdin) {  if ($nostdin) {
     open(OUT,"|usermod -p `mkpasswd $passwd` $username");      open(OUT,"|usermod -p `mkpasswd $passwd` $username");

Removed from v.1.26  
changed lines
  Added in v.1.27


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