Diff for /loncom/build/make_domain_coordinator.pl between versions 1.18 and 1.19

version 1.18, 2011/03/28 21:13:41 version 1.19, 2011/04/27 20:42:58
Line 166  if (-d "/home/$username") { Line 166  if (-d "/home/$username") {
     $is_user = 1;      $is_user = 1;
 }  }
   
 if (is_user) {  if ($is_user) {
     print(&mt('**** ERROR **** [_1] is already a linux operating system user.',      print(&mt('**** ERROR **** [_1] is already a linux operating system user.',
               $username)."\n\n".                $username)."\n\n".
           &mt('This script will only automatically generate new users.')."\n".            &mt('This script will only automatically generate new users.')."\n".

Removed from v.1.18  
changed lines
  Added in v.1.19


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