Diff for /loncom/build/make_domain_coordinator.pl between versions 1.16 and 1.17

version 1.16, 2009/07/17 01:11:11 version 1.17, 2009/07/17 22:23:59
Line 437  print("\n$username is now a domain coord Line 437  print("\n$username is now a domain coord
 my $hostname=`hostname`; chomp($hostname); # Read in hostname.  my $hostname=`hostname`; chomp($hostname); # Read in hostname.
 print("\n".'Once LON-CAPA is running, you should log-in and use: '."\n".  print("\n".'Once LON-CAPA is running, you should log-in and use: '."\n".
       'http://'.$hostname.'/adm/createuser to further define this user.'."\n\n".        'http://'.$hostname.'/adm/createuser to further define this user.'."\n\n".
       'From the user management menu, click the link: "Add/Modify a Single User" '."\n".        'From the user management menu, click the link: "Add/Modify a User" '."\n".
       'to search for the user and to provide additional information (last name, first name etc.).'."\n");        'to search for the user and to provide additional information (last name, first name etc.).'."\n");
 # Output a suggested URL.  # Output a suggested URL.
   

Removed from v.1.16  
changed lines
  Added in v.1.17


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