Diff for /doc/loncapafiles/updatequery.piml between versions 1.2 and 1.3

version 1.2, 2002/05/03 02:08:51 version 1.3, 2002/05/12 19:25:15
Line 31  http://www.lon-capa.org/ Line 31  http://www.lon-capa.org/
 <targetroot>/</targetroot>  <targetroot>/</targetroot>
 <files>  <files>
 <file>  <file>
 <target dist='default'>/home/httpd/lonUsers2</target>  <target dist='default'>/home/httpd/lonUsers</target>
 <perlscript mode='fg'>  <perlscript mode='fg'>
   print(&lt;&lt;END);    print(&lt;&lt;END);
   
Line 50  END Line 50  END
 </perlscript>  </perlscript>
 </file>  </file>
 <file>  <file>
 <target dist='default'>/home/httpd/lonUsers2</target>  <target dist='default'>/home/httpd/lonUsers</target>
 <perlscript mode='fg'>  <perlscript mode='fg'>
 unless (-e "<TARGET />") {  unless (-e "<TARGET />") {
   print(&lt;&lt;END);    print(&lt;&lt;END);
Line 66  The following 3 values are needed to con Line 66  The following 3 values are needed to con
 * System Administration E-mail Address.  * System Administration E-mail Address.
 END  END
   
   # query for Machine Role
     print(&lt;&lt;END);
   **** Machine Role ****
   Library server (recommended if first-time installation of LON-CAPA):
      Servers that are repositories of authoritative educational resources.
      These servers also provide the construction space by which instructors
      assemble their classroom online material.
   Access server:
      Servers that load-balance high-traffic delivery of educational resources
      over the world-wide web.
   1) Will this be a library server? (recommended if this is your
   2) Or, will this be an access server?
   ENTER A CHOICE OF 1 or 2:
   END
   
   # need to recommend a machine ID name (ipdomain.l.somenumber)
   
   print(&lt;&lt;END);    print(&lt;&lt;END);
   
 **** Machine ID Name ****  **** Machine ID Name ****

Removed from v.1.2  
changed lines
  Added in v.1.3


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