[LON-CAPA-cvs] cvs: doc /loncapafiles updatequery.piml

albertel lon-capa-cvs@mail.lon-capa.org
Mon, 17 Apr 2006 19:46:22 -0000


albertel		Mon Apr 17 15:46:22 2006 EDT

  Modified files:              
    /doc/loncapafiles	updatequery.piml 
  Log:
  - you are configuirng the 'Server' adm email not the system email
  
  
Index: doc/loncapafiles/updatequery.piml
diff -u doc/loncapafiles/updatequery.piml:1.46 doc/loncapafiles/updatequery.piml:1.47
--- doc/loncapafiles/updatequery.piml:1.46	Sat Jan 28 05:35:02 2006
+++ doc/loncapafiles/updatequery.piml	Mon Apr 17 15:46:21 2006
@@ -1,6 +1,6 @@
 <!-- updatequery.piml -->
 
-<!-- $Id: updatequery.piml,v 1.46 2006/01/28 10:35:02 albertel Exp $ -->
+<!-- $Id: updatequery.piml,v 1.47 2006/04/17 19:46:21 albertel Exp $ -->
 
 <!--
 
@@ -143,7 +143,7 @@
 * Machine Role
 * LON-CAPA Domain Name
 * LON-CAPA Machine ID Name, and
-* System Administration E-mail Address.
+* Server Administration E-mail Address.
 ===============================================================================
 
 In addition, a Support E-mail Address can also be included. If
@@ -427,7 +427,7 @@
 while (!$flag) {
   print(&lt;&lt;END);
 
-**** System Administrator's E-mail ****
+**** Server Administrator's E-mail ****
 E-mail address of the person who will manage this machine
 [should be in the form somebody\@somewhere]
 ENTER ADMIN E-MAIL ADDRESS:
@@ -694,7 +694,7 @@
  2) Domain Description: $domainDescription
  3) Machine Name: $perlvar{'lonHostID'}
  4) ID of primary library server for domain: $primaryLibServer
- 5) System Administrator's E-mail Address: $perlvar{'lonAdmEMail'}
+ 5) Server Administrator's E-mail Address: $perlvar{'lonAdmEMail'}
  6) Support E-mail Address: $perlvar{'lonSupportEMail'}
  7) Role: $perlvar{'lonRole'}
  8) Cache Expiration Time: $perlvar{'lonExpire'}
@@ -809,7 +809,7 @@
   }
   elsif ($choice==5) {
   print(&lt;&lt;END);
-5) System Administrator's E-mail Address: $perlvar{'lonAdmEMail'}
+5) Server Administrator's E-mail Address: $perlvar{'lonAdmEMail'}
 ENTER NEW VALUE:
 END
     my $choice2=&lt;&gt;;