Annotation of doc/loncapafiles/loncapafiles.html, revision 1.36

1.1       harris41    1: <HTML>
                      2: <HEAD>
1.5       harris41    3:   <META NAME="GENERATOR" CONTENT="Scott Harrison and Emacs Version 3.14159265358979">
                      4:   <TITLE>LON-CAPA Files and Directories</TITLE>
1.1       harris41    5: </HEAD>
                      6: <BODY>
                      7: 
                      8: <H1>LON-CAPA Files and Directories</H1>
1.2       harris41    9: <BR>Scott Harrison, September 2000
1.24      harris41   10: <BR>Scott Harrison, October 2000
                     11: <BR>Scott Harrison, November 2000
1.1       harris41   12: <BR>Gerd Kortemeyer, Spring-Summer 2000
                     13: <P>
1.3       harris41   14: <OL>
1.24      harris41   15: <LI><A HREF="#sect1">Contents and Structure of loncapafiles.html</A>
                     16: <LI><A HREF="#sect2">Software Package Information</A>
1.3       harris41   17: </OL>
1.24      harris41   18: </P>
1.3       harris41   19: <HR>
1.24      harris41   20: <A NAME="sect1"><H3>1. Contents and Structure of this loncapafiles.html</H3>
                     21: <P>
                     22: This file contains specialized markup tags which encode information readable
                     23: by the LON-CAPA make/build process.  This is meant to be "the master file" which
                     24: encodes all necessary configuration information to the associated make process.
                     25: The format of these tags is:
                     26: <BR>&lt;LONCAPA TYPE=type [otherparameters]&gt;
                     27: </P>
                     28: <P>
                     29: Here are examples of all the different types of LONCAPA make/build tags.
1.25      harris41   30: <BR>&lt;LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/modules/TexConvert/tthperl/lontex.pm" TARGET="home/httpd/lib/perl/Apache/lontex.pm" CATEGORY="handler"&gt;
1.24      harris41   31: <BR>&lt;LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/lib/perl/Apache" CATEGORY="writeable by server"&gt;
                     32: <BR>&lt;LONCAPA TYPE=OWNERSHIP DIST="redhat6.2" CATEGORY="setuid" CHMOD="6755" CHOWN="root:root"&gt;
                     33: <BR>&lt;LONCAPA TYPE=RPM NAME="Vendor" VALUE="Laboratory for Instructional Technology Education, Division of Science and Mathematics Education, Michigan State University.">
                     34: </P>
                     35: <P>
                     36: The NAME tags associated with TYPE=RPM are:
                     37: <UL>
                     38: <LI>Summary
                     39: <LI>Name
                     40: <LI>Version
                     41: <LI>Release
                     42: <LI>Vendor
                     43: <LI>BuildRoot
                     44: <LI>Copyright
                     45: <LI>Group
                     46: <LI>Source
                     47: <LI>AutoReqProv
                     48: <LI>description
                     49: <LI>pre
                     50: </UL>
1.25      harris41   51: </P>
                     52: <P>
                     53: Data can also be attached to any LON-CAPA tag.  This is especially important for files.  This is shown by these three examples:
                     54: <BR>&lt;METAGROUP&gt;
                     55: <BR>&lt;LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/modules/TexConvert/tthperl/lontex.pm" TARGET="home/httpd/lib/perl/Apache/lontex.pm" CATEGORY="handler"&gt;
                     56: <BR>&lt;DESCRIPTION&gt;
                     57: <BR>Handler for TeX files
                     58: <BR>&lt;/DESCRIPTION&gt;
                     59: <BR>&lt;/METAGROUP&gt;
                     60: <BR>&nbsp;
                     61: <BR>&lt;METAGROUP&gt;
                     62: <BR>&lt;LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/modules/TexConvert/tthperl/tth.so" TARGET="usr/lib/perl5/site_perl/5.005/tth.so" CATEGORY="system file"&gt;
                     63: <BR>&lt;DESCRIPTION&gt;
                     64: <BR>shared library file for dynamic loading and unloading of TeX-to-HTML functionality
                     65: <BR>&lt;/DESCRIPTION&gt;
                     66: <BR>&lt;BUILD&gt;
                     67: <BR>loncom/modules/TexConvert/tthperl/commands
                     68: <BR>&lt;/BUILD&gt;
                     69: <BR>&lt;DEPENDENCIES&gt;
                     70: <BR>../tthdynamic/tthfunc.c
                     71: <BR>../ttmdynamic/ttmfunc.c
                     72: <BR>&lt;/DEPENDENCIES&gt;
                     73: <BR>&lt;/METAGROUP&gt;
                     74: <BR>&nbsp;
                     75: <BR>&lt;METAGROUP&gt;
                     76: <BR>&lt;LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/access.conf" TARGET="etc/httpd/conf/access.conf" CATEGORY="conf"&gt;
                     77: <BR>&lt;DESCRIPTION&gt;
                     78: <BR>define handlers, set parameters
                     79: <BR>&lt;/DESCRIPTION&gt;
                     80: <BR>&lt;NOTE&gt;
                     81: <BR>&lt;TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1&gt;
                     82: <BR>&lt;TR&gt;&lt;TD&gt;&lt;TT&gt;lonHostID&lt;/TT&gt;&lt;/TD&gt;&lt;TD&gt;LON-internal HostID of this machine&lt;/TD&gt;&lt;/TR&gt;
                     83: <BR>&lt;TR&gt;&lt;TD&gt;&lt;TT&gt;lonRole&lt;/TT&gt;&lt;/TD&gt;&lt;TD&gt;Role of this machine: library, access&lt;/TD&gt;&lt;/TR&gt;
                     84: <BR>&lt;TR&gt;&lt;TD&gt;&lt;TT&gt;lonAdmEMail&lt;/TT&gt;&lt;/TD&gt;&lt;TD&gt;Server Administration&lt;/TD&gt;&lt;/TR&gt;
                     85: <BR>&lt;TR&gt;&lt;TD&gt;&lt;TT&gt;lonDefDomain&lt;/TT&gt;&lt;/TD&gt;&lt;TD&gt;Default domain&lt;/TD&gt;&lt;/TR&gt;
                     86: <BR>&lt;TR&gt;&lt;TD&gt;&lt;TT&gt;lonLoadLim&lt;/TT&gt;&lt;/TD&gt;&lt;TD&gt;Load Limit ( 100% loadavg )&lt;/TD&gt;&lt;/TR&gt;
                     87: <BR>&lt;TR&gt;&lt;TD&gt;&lt;TT&gt;lonExpire&lt;/TT&gt;&lt;/TD&gt;&lt;TD&gt;Expiration for local copies in seconds&lt;/TD&gt;&lt;/TR&gt;
                     88: <BR>&lt;/TABLE&gt;
                     89: <BR>&lt;/NOTE&gt;
                     90: <BR>&lt;/METAGROUP&gt;
                     91: </P>
                     92: <P>
                     93: The METAGROUP tags for files are anticipatively limited to: NOTE, BUILD, DEPENDENCIES and DESCRIPTION.
                     94: </P>
1.24      harris41   95: <P>
                     96: To allow for viewing the tag information in a tabular HTML format, the make process generates 
                     97: <A HREF="latestinstallconfiguration.html">doc/loncapafiles/latestinstallconfiguration.html</A> which
                     98: has the latest HTML presentation of the current LONCAPA tag configuration settings</A>.  Alternatively,
                     99: you can just view the internal tags of this HTML file.
                    100: </P>
                    101: <HR>
                    102: <A NAME="sect2"><H3>2. Software Package Information</H3>
                    103: <P>
                    104: This section contains the actual LONCAPA tag information.  These tags are probably not viewable with your
                    105: browser and can only be seen be examining the HTML source.
                    106: </P>
1.29      harris41  107: <LONCAPA TYPE=OWNERSHIP CATEGORY="interface file" CHMOD="0444" CHOWN="root:root">
                    108: <LONCAPA TYPE=DEVOWNERSHIP CATEGORY="interface file" CHMOD="0644" CHOWN="www:users">
1.25      harris41  109: <LONCAPA TYPE=OWNERSHIP CATEGORY="setuid script" CHMOD="6755" CHOWN="root:root">
                    110: <LONCAPA TYPE=DEVOWNERSHIP CATEGORY="setuid script" CHMOD="6755" CHOWN="root:root">
                    111: <LONCAPA TYPE=OWNERSHIP CATEGORY="handler" CHMOD="0444" CHOWN="root:root">
                    112: <LONCAPA TYPE=DEVOWNERSHIP CATEGORY="handler" CHMOD="0600" CHOWN="www:users">
                    113: <LONCAPA TYPE=OWNERSHIP CATEGORY="static conf" CHMOD="0444" CHOWN="root:root">
                    114: <LONCAPA TYPE=DEVOWNERSHIP CATEGORY="static conf" CHMOD="0444" CHOWN="root:root">
                    115: <LONCAPA TYPE=OWNERSHIP CATEGORY="conf" CHMOD="0644" CHOWN="root:root">
                    116: <LONCAPA TYPE=DEVOWNERSHIP CATEGORY="conf" CHMOD="0644" CHOWN="root:root">
                    117: <LONCAPA TYPE=OWNERSHIP CATEGORY="script" CHMOD="0700" CHOWN="www:users">
                    118: <LONCAPA TYPE=DEVOWNERSHIP CATEGORY="script" CHMOD="0500" CHOWN="www:users">
                    119: <LONCAPA TYPE=OWNERSHIP CATEGORY="graphic file" CHMOD="0444" CHOWN="root:root">
                    120: <LONCAPA TYPE=DEVOWNERSHIP CATEGORY="graphic file" CHMOD="0400" CHOWN="www:users">
                    121: <LONCAPA TYPE=OWNERSHIP CATEGORY="system file" CHMOD="0644" CHOWN="root:root">
                    122: <LONCAPA TYPE=DEVOWNERSHIP CATEGORY="system file" CHMOD="0644" CHOWN="root:root">
                    123: <LONCAPA TYPE=OWNERSHIP CATEGORY="root script" CHMOD="0700" CHOWN="root:root">
                    124: <LONCAPA TYPE=DEVOWNERSHIP CATEGORY="root script" CHMOD="0700" CHOWN="root:root">
                    125: <LONCAPA TYPE=OWNERSHIP CATEGORY="symbolic link" CHMOD="" CHOWN="root:root">
                    126: <LONCAPA TYPE=DEVOWNERSHIP CATEGORY="symbolic link" CHMOD="" CHOWN="root:root">
                    127: <LONCAPA TYPE=OWNERSHIP CATEGORY="standard" CHMOD="0755" CHOWN="root:root">
                    128: <LONCAPA TYPE=DEVOWNERSHIP CATEGORY="standard" CHMOD="0755" CHOWN="root:root">
                    129: <LONCAPA TYPE=OWNERSHIP CATEGORY="server standard" CHMOD="0700" CHOWN="www:users">
                    130: <LONCAPA TYPE=DEVOWNERSHIP CATEGORY="server standard" CHMOD="0755" CHOWN="www:users">
                    131: <LONCAPA TYPE=OWNERSHIP CATEGORY="server readonly" CHMOD="0500" CHOWN="www:users">
                    132: <LONCAPA TYPE=DEVOWNERSHIP CATEGORY="server readonly" CHMOD="0700" CHOWN="www:users">
                    133: 
1.24      harris41  134: <LONCAPA TYPE=RPM NAME="Summary" VALUE="Basic files for running a LON-CAPA server.">
                    135: <LONCAPA TYPE=RPM NAME="Name" VALUE="LON-CAPA-base">
                    136: <LONCAPA TYPE=RPM NAME="Version" VALUE="3.1">
                    137: <LONCAPA TYPE=RPM NAME="Release" VALUE="1">
                    138: <LONCAPA TYPE=RPM NAME="Vendor" VALUE="Laboratory for Instructional Technology Education, Division of Science and Mathematics Education, Michigan State University.">
                    139: <LONCAPA TYPE=RPM NAME="BuildRoot" VALUE="/home/harris41/LON-CAPA-BuildRoot">
                    140: <LONCAPA TYPE=RPM NAME="Copyright" VALUE="GNU General Public License. Version 2, June 1991.  Michigan State University patents may apply.">
                    141: <LONCAPA TYPE=RPM NAME="Group" VALUE="Utilities/System">
                    142: <LONCAPA TYPE=RPM NAME="Source" VALUE="LON-CAPA-base-3.1.tar.gz">
                    143: <LONCAPA TYPE=RPM NAME="AutoReqProv" VALUE="no">
                    144: <LONCAPA TYPE=RPM NAME="description" VALUE="This package facilitates a base installation of LON-CAPA files in their directories.\nThe files in this package are only those directly associated with the network communication\nlayer established through direct server-to-server communications (via lond and lonc); plus\nthose which configure (but otherwise not constitute) external software packages like Apache\nand Athena-Kerberos.  For more on the LON-CAPA project, visit http://www.lon-capa.org/.">
1.27      harris41  145: <LONCAPA TYPE=RPM NAME="pre" VALUE="echo '***********************************************************************'\necho 'LON-CAPA  LearningOnline with CAPA'\necho 'http://www.lon-capa.org/'\necho 'Gerd Kortemeyer, et al'\necho 'Laboratory for Instructional Technology Education'\necho 'Michigan State University'\necho 'General Public License, Version 2, June 1991'\necho '** Michigan State University patents may apply **'\necho ' '\necho 'This installation assumes an installation of Redhat 6.2'\necho ' '\necho 'The server computer should be currently connected to the ethernet'\necho ' '\necho 'The files in this package are only those directly associated with the network communication'\necho 'layer established through direct server-to-server communications (via lond and lonc); plus'\necho 'those which configure (but otherwise not constitute) external software packages like Apache'\necho 'and Athena-Kerberos.'\necho '***********************************************************************'\n">
1.25      harris41  146: 
                    147: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/httpd/conf" CATEGORY="standard">
                    148: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/lonTabs" CATEGORY="standard">
1.30      harris41  149: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd" CATEGORY="standard">
1.25      harris41  150: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc" CATEGORY="standard">
                    151: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/perl" CATEGORY="server readonly">
1.26      harris41  152: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/perl/logs" CATEGORY="server standard">
1.25      harris41  153: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/perl/tmp" CATEGORY="server standard">
                    154: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/lib/perl/Apache" CATEGORY="server readonly">
1.26      harris41  155: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/lonIDs" CATEGORY="server standard" DESCRIPTION="cookie jar">
                    156: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/sockets" CATEGORY="server standard" DESCRIPTION="lonc's sockets">
                    157: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/sockets/delayed" CATEGORY="server standard" DESCRIPTION="lonc's sockets">
1.25      harris41  158: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html" CATEGORY="server standard">
1.26      harris41  159: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res" CATEGORY="server standard" DESCRIPTION="root of resource tree">
                    160: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/adm" CATEGORY="server readonly" DESCRIPTION="unauthenticated resources">
                    161: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/adm/rat" CATEGORY="server readonly" DESCRIPTION="home of the rat">
1.25      harris41  162: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/adm/lonIcons" CATEGORY="server readonly">
1.26      harris41  163: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/lonUsers" CATEGORY="server standard" DESCRIPTION="home directories of local users">
                    164: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/lon-status" CATEGORY="server standard" DESCRIPTION="status reports">
1.25      harris41  165: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="usr/lib/perl5/site_perl/5.005" CATEGORY="standard">
                    166: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/adm/MathML" CATEGORY="server readonly">
                    167: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res/adm/includes" CATEGORY="server readonly">
                    168: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res/adm/pages" CATEGORY="server readonly">
                    169: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res/adm/pages/bookmarkmenu" CATEGORY="server readonly">
                    170: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res/adm/pages/annotations" CATEGORY="server readonly">
                    171: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="usr/sbin" CATEGORY="standard">
                    172: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/cron.d" CATEGORY="standard">
                    173: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/ntp" CATEGORY="standard">
                    174: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/init.d" CATEGORY="standard">
1.30      harris41  175: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc0.d" CATEGORY="standard">
                    176: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc1.d" CATEGORY="standard">
                    177: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc2.d" CATEGORY="standard">
                    178: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc3.d" CATEGORY="standard">
                    179: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc4.d" CATEGORY="standard">
                    180: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc5.d" CATEGORY="standard">
                    181: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc6.d" CATEGORY="standard">
1.25      harris41  182: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/atalk" CATEGORY="standard">
1.35      harris41  183: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res/adm/pages/indexericons" CATEGORY="server readonly">
1.25      harris41  184: 
                    185: <BUILD>
                    186: </BUILD>
                    187: <DEPENDENCIES>
                    188: </DEPENDENCIES>
                    189: 
                    190: <METAGROUP>
                    191: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/access.conf" TARGET="etc/httpd/conf/access.conf" CATEGORY="conf">
                    192: <DESCRIPTION>
                    193: define handlers, set parameters
                    194: </DESCRIPTION>
                    195: <NOTE>
                    196: <B>configure</B>
                    197: <BR>
                    198: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
                    199: <TR><TD><TT>lonHostID</TT></TD><TD>LON-internal HostID of this machine</TD></TR>
                    200: <TR><TD><TT>lonRole</TT></TD><TD>Role of this machine: library, access</TD></TR>
                    201: <TR><TD><TT>lonAdmEMail</TT></TD><TD>Server Administration</TD></TR>
                    202: <TR><TD><TT>lonDefDomain</TT></TD><TD>Default domain</TD></TR>
                    203: <TR><TD><TT>lonLoadLim</TT></TD><TD>Load Limit ( 100% loadavg )</TD></TR>
                    204: <TR><TD><TT>lonExpire</TT></TD><TD>Expiration for local copies in seconds</TD></TR>
                    205: </TABLE>
                    206: </NOTE>
                    207: </METAGROUP>
                    208: <METAGROUP>
                    209: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/httpd.conf" TARGET="etc/httpd/conf/httpd.conf" CATEGORY="static conf">
                    210: <DESCRIPTION>
                    211: main server configuration file
                    212: </DESCRIPTION>
                    213: </METAGROUP>
                    214: <METAGROUP>
                    215: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/srm.conf" TARGET="etc/httpd/conf/srm.conf" CATEGORY="static conf">
                    216: <DESCRIPTION>
                    217: name space configuration
                    218: </DESCRIPTION>
                    219: </METAGROUP>
                    220: <METAGROUP>
                    221: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/startup.pl" TARGET="etc/httpd/conf/startup.pl" CATEGORY="static conf">
                    222: <DESCRIPTION>
                    223: set paths to modules; invoked by <TT>access.conf</TT>
                    224: </DESCRIPTION>
                    225: </METAGROUP>
                    226: <METAGROUP>
1.26      harris41  227: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/filetypes.tab" TARGET="home/httpd/lonTabs/filetypes.tab" CATEGORY="static conf">
1.25      harris41  228: <DESCRIPTION>
                    229: Descriptive list of file extensions, and extension groupings
                    230: </DESCRIPTION>
                    231: </METAGROUP>
1.26      harris41  232: <METAGROUP>
1.29      harris41  233: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/roles.tab" TARGET="home/httpd/lonTabs/roles.tab" CATEGORY="static conf">
1.26      harris41  234: <DESCRIPTION>
                    235: List of privileges associated with users of multiple types (for example: Teaching
                    236: Assistant, Exam Proctor, Course Coordinator)
                    237: </DESCRIPTION>
                    238: </METAGROUP>
                    239: <METAGROUP>
1.29      harris41  240: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/rolesplain.tab" TARGET="home/httpd/lonTabs/rolesplain.tab" CATEGORY="static conf">
1.26      harris41  241: <DESCRIPTION>
                    242: Descriptive list of abbreviations used in <TT>roles.tab</TT> for user types
                    243: and privileges available in the network with function
                    244: </DESCRIPTION>
                    245: </METAGROUP>
                    246: <METAGROUP>
1.29      harris41  247: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/hosts.tab" TARGET="home/httpd/lonTabs/hosts.tab" CATEGORY="conf">
1.26      harris41  248: <DESCRIPTION>
                    249: List of all machines in the LON-CAPA network.  Relates <TT>lonHostID</TT> to
                    250: <TT>lonDefDomain</TT> and <U>IP address</U>
                    251: </DESCRIPTION>
                    252: </METAGROUP>
                    253: <METAGROUP>
1.29      harris41  254: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/spare.tab" TARGET="home/httpd/lonTabs/spare.tab" CATEGORY="conf">
1.26      harris41  255: <DESCRIPTION>
                    256: Spare hosts to offload session to if the LON-CAPA machine is overloaded
                    257: </DESCRIPTION>
                    258: <NOTE>
1.25      harris41  259: <B>configure</B><BR>
                    260: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
                    261: <TR><TD>
                    262: list elements are separated by newlines
                    263: </TD></TR>
                    264: <TR><TD>
                    265: each list element consists of only one value; the value for <TT>lonHostID</TT> in <TT>access.conf</TT>
                    266: </TD></TR>
                    267: </TABLE>
1.26      harris41  268: </NOTE>
                    269: </METAGROUP>
                    270: <METAGROUP>
1.30      harris41  271: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/htpasswd" TARGET="home/httpd/lonTabs/htpasswd" CATEGORY="static conf">
1.26      harris41  272: <DESCRIPTION>
                    273: Basic auth password to access /lon-status and /server-status
                    274: </DESCRIPTION>
                    275: </METAGROUP>
                    276: <METAGROUP>
1.29      harris41  277: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/krb.conf" TARGET="etc/krb.conf" CATEGORY="conf">
1.26      harris41  278: <DESCRIPTION>
                    279: which Kerberos server to contact for which Kerberos domains
                    280: </DESCRIPTION>
                    281: <NOTE>
1.25      harris41  282: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
                    283: <TR><TD>
                    284: list elements are separated by newlines
                    285: </TD></TR>
                    286: <TR><TD>
                    287: each list element consists of only two subelements separated by a colon
                    288: <BR>
                    289: <UL>
                    290: <LI>Kerberos domain value
                    291: <LI>Kerberos server IP address
                    292: </UL>
                    293: </TD></TR>
                    294: </TABLE>
1.26      harris41  295: </NOTE>
                    296: </METAGROUP>
                    297: <METAGROUP>
1.29      harris41  298: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/smb.conf" TARGET="etc/smb.conf" CATEGORY="conf">
1.26      harris41  299: <DESCRIPTION>
                    300: configuration file to make LON-CAPA server file space accessible to network neighborhood
                    301: </DESCRIPTION>
                    302: <NOTE>
                    303: configure
                    304: </NOTE>
                    305: </METAGROUP>
                    306: <METAGROUP>
1.29      harris41  307: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/ntp.conf" TARGET="etc/ntp.conf" CATEGORY="conf">
1.26      harris41  308: <DESCRIPTION>
                    309: which NTP server to contact for information (XNTP3 standard)
                    310: </DESCRIPTION>
                    311: <NOTE>
1.25      harris41  312: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
                    313: <TR><TD>
                    314: only one line needs to be changed to specify a server ip address
                    315: </TD></TR>
                    316: <TR><TD>
                    317: Example:<BR><NOBR><TT>server ntp.msu.edu</TT>
                    318: </TD></TR>
                    319: </TABLE>
1.26      harris41  320: </NOTE>
                    321: </METAGROUP>
                    322: <METAGROUP>
1.29      harris41  323: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lonc" TARGET="home/httpd/perl/lonc" CATEGORY="script">
1.26      harris41  324: <DESCRIPTION>
                    325: proxy server
                    326: </DESCRIPTION>
                    327: </METAGROUP>
                    328: <METAGROUP>
1.29      harris41  329: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lond" TARGET="home/httpd/perl/lond" CATEGORY="script">
1.26      harris41  330: <DESCRIPTION>
                    331: remote command interpreter
                    332: </DESCRIPTION>
                    333: </METAGROUP>
                    334: <METAGROUP>
1.29      harris41  335: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/loncron" TARGET="home/httpd/perl/loncron" CATEGORY="script">
1.26      harris41  336: <DESCRIPTION>
                    337: housekeeping
                    338: </DESCRIPTION>
                    339: </METAGROUP>
                    340: <METAGROUP>
1.29      harris41  341: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lonsql" TARGET="home/httpd/perl/lonsql" CATEGORY="script">
1.26      harris41  342: <DESCRIPTION>
                    343: maintain secondary database of metadata
                    344: </DESCRIPTION>
                    345: </METAGROUP>
                    346: <METAGROUP>
1.29      harris41  347: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lcpasswd" TARGET="home/httpd/perl/lcpasswd" CATEGORY="setuid script">
1.26      harris41  348: <DESCRIPTION>
                    349: coordinates the system services and files in order to allow lond to change user passwords
                    350: </DESCRIPTION>
                    351: </METAGROUP>
                    352: <METAGROUP>
1.29      harris41  353: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lcuseradd" TARGET="home/httpd/perl/lcuseradd" CATEGORY="setuid script">
1.26      harris41  354: <DESCRIPTION>
                    355: coordinates the system services and files in order to allow lond to add a new user
                    356: </DESCRIPTION>
                    357: </METAGROUP>
                    358: <METAGROUP>
1.29      harris41  359: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lcuserdel" TARGET="home/httpd/perl/lcuserdel" CATEGORY="setuid script">
1.26      harris41  360: <DESCRIPTION>
                    361: coordinates the system services and files in order to allow lond to delete a user
                    362: </DESCRIPTION>
                    363: </METAGROUP>
                    364: <METAGROUP>
1.29      harris41  365: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lcnfson" TARGET="home/httpd/perl/lcnfson" CATEGORY="setuid script">
1.26      harris41  366: <DESCRIPTION>
                    367: coordinates the system services and files in order to allow lond to enable NFS for a user
                    368: </DESCRIPTION>
                    369: </METAGROUP>
                    370: <METAGROUP>
1.29      harris41  371: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lcnfsoff" TARGET="home/httpd/perl/lcnfsoff" CATEGORY="setuid script">
1.26      harris41  372: <DESCRIPTION>
                    373: coordinates the system services and files in order to allow lond to disable NFS for a user
                    374: </DESCRIPTION>
                    375: </METAGROUP>
                    376: <METAGROUP>
1.29      harris41  377: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/publisher.html" TARGET="home/httpd/html/adm/publisher.html" CATEGORY="interface file">
                    378: <DESCRIPTION>
                    379: HTML frame that presents a form element to allow for the publishing of
                    380: resources, directories and underlying subdirectories.
                    381: </DESCRIPTION>
                    382: </METAGROUP>
                    383: <METAGROUP>
1.30      harris41  384: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/misc/un_keyword.tab" TARGET="home/httpd/html/res/adm/includes/un_keyword.tab" CATEGORY="conf">
1.29      harris41  385: <DESCRIPTION>
                    386: File which contains words which should not be keywords used to specify resource
                    387: content.
                    388: </DESCRIPTION>
                    389: </METAGROUP>
                    390: <METAGROUP>
                    391: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/copyright.tab" TARGET="home/httpd/html/res/adm/includes/copyright.tab" CATEGORY="conf">
                    392: <DESCRIPTION>
                    393: Table which contains list of copyright possibilities for educational resources.
                    394: </DESCRIPTION>
                    395: </METAGROUP>
                    396: <METAGROUP>
                    397: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/language.tab" TARGET="home/httpd/lonTabs/language.tab" CATEGORY="static conf">
                    398: <DESCRIPTION>
                    399: Table which contains string abbreviations of language::font rendering
                    400: combinations.
                    401: </DESCRIPTION>
                    402: </METAGROUP>
                    403: <METAGROUP>
                    404: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/addid.tab" TARGET="home/httpd/lonTabs/addid.tab" CATEGORY="static conf">
                    405: <DESCRIPTION>
                    406: Table which has hash data necessary for distinguishing IDs from indices.
                    407: </DESCRIPTION>
                    408: </METAGROUP>
                    409: <METAGROUP>
                    410: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonparmset.pm" TARGET="home/httpd/lib/perl/Apache/lonparmset.pm" CATEGORY="handler">
                    411: <DESCRIPTION>
                    412: Handler to resolve ambiguous file locations
                    413: </DESCRIPTION>
                    414: </METAGROUP>
                    415: <METAGROUP>
                    416: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/lonconstruct.pm" TARGET="home/httpd/lib/perl/Apache/lonconstruct.pm" CATEGORY="handler">
                    417: <DESCRIPTION>
                    418: Page wrapper for handling construction space.
                    419: </DESCRIPTION>
                    420: </METAGROUP>
                    421: <METAGROUP>
                    422: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/lonpublisher.pm" TARGET="home/httpd/lib/perl/Apache/lonpublisher.pm" CATEGORY="handler">
                    423: <DESCRIPTION>
                    424: Publishes an LON-CAPA educational resource complete with metadata
                    425: (authorship, language, copyright, creation date, etc).
                    426: </DESCRIPTION>
                    427: </METAGROUP>
                    428: <METAGROUP>
                    429: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonmenu.pm" TARGET="home/httpd/lib/perl/Apache/lonmenu.pm" CATEGORY="handler">
1.26      harris41  430: <DESCRIPTION>
                    431: Has routines which control the remote control.
                    432: </DESCRIPTION>
                    433: </METAGROUP>
                    434: <METAGROUP>
1.29      harris41  435: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonpageflip.pm" TARGET="home/httpd/lib/perl/Apache/lonpageflip.pm" CATEGORY="handler">
1.26      harris41  436: <DESCRIPTION>
                    437: Deals with forward, backward, and other page flips.
                    438: </DESCRIPTION>
                    439: </METAGROUP>
                    440: <METAGROUP>
1.29      harris41  441: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonratedt.pm" TARGET="home/httpd/lib/perl/Apache/lonratedt.pm" CATEGORY="handler">
1.26      harris41  442: <DESCRIPTION>
                    443: Builds up frame set and loads in the right thing.
                    444: </DESCRIPTION>
                    445: </METAGROUP>
                    446: <METAGROUP>
1.29      harris41  447: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/res/adm/pages/annotator/admannotations.pm" TARGET="home/httpd/lib/perl/Apache/admannotations.pm" CATEGORY="handler">
1.26      harris41  448: <DESCRIPTION>
                    449: This will take annotations and then plug them into a page
                    450: </DESCRIPTION>
                    451: </METAGROUP>
                    452: <METAGROUP>
1.29      harris41  453: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm" TARGET="home/httpd/lib/perl/Apache/admbookmarks.pm" CATEGORY="handler">
1.26      harris41  454: <DESCRIPTION>
                    455: This will take bookmarks and get/write/display them for the LON-CAPA user interface
                    456: </DESCRIPTION>
                    457: </METAGROUP>
                    458: <METAGROUP>
1.29      harris41  459: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonratsrv.pm" TARGET="home/httpd/lib/perl/Apache/lonratsrv.pm" CATEGORY="handler">
1.26      harris41  460: <DESCRIPTION>
                    461: Handler tat takes output from RAT and stores it on disk.  Handles the upper hidden
                    462: frame of the added window that comes up in RAT.   (3 frames come up in RAT server,
                    463: code, and output.  This module handles server connection.)
                    464: </DESCRIPTION>
                    465: </METAGROUP>
                    466: <METAGROUP>
1.29      harris41  467: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonpage.pm" TARGET="home/httpd/lib/perl/Apache/lonpage.pm" CATEGORY="handler">
1.26      harris41  468: <DESCRIPTION>
                    469: bundles pages into one page
                    470: </DESCRIPTION>
                    471: </METAGROUP>
                    472: <METAGROUP>
1.29      harris41  473: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonuserstate.pm" TARGET="home/httpd/lib/perl/Apache/lonuserstate.pm" CATEGORY="handler">
1.26      harris41  474: <DESCRIPTION>
                    475: compile course into binary data structure (in loncom/rat)
                    476: </DESCRIPTION>
                    477: </METAGROUP>
                    478: <METAGROUP>
1.29      harris41  479: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/modules/TexConvert/tthperl/lontex.pm" TARGET="home/httpd/lib/perl/Apache/lontex.pm" CATEGORY="handler">
1.26      harris41  480: <DESCRIPTION>
                    481: Handler for tex files (somewhere in loncom/modules)
                    482: </DESCRIPTION>
                    483: </METAGROUP>
                    484: <METAGROUP>
1.29      harris41  485: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/modules/TexConvert/tthperl/lontexconvert.pm" TARGET="home/httpd/lib/perl/Apache/lontexconvert.pm" CATEGORY="handler">
1.26      harris41  486: <DESCRIPTION>
                    487: Access to tth/ttm
                    488: </DESCRIPTION>
                    489: </METAGROUP>
                    490: <METAGROUP>
1.29      harris41  491: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/lonxml.pm" TARGET="home/httpd/lib/perl/Apache/lonxml.pm" CATEGORY="handler">
1.26      harris41  492: <DESCRIPTION>
                    493: XML Parsing Module
                    494: </DESCRIPTION>
                    495: </METAGROUP>
                    496: <METAGROUP>
1.29      harris41  497: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/style.pm" TARGET="home/httpd/lib/perl/Apache/style.pm" CATEGORY="handler">
1.26      harris41  498: <DESCRIPTION>
                    499: Style Parsing Module
                    500: </DESCRIPTION>
                    501: </METAGROUP>
                    502: <METAGROUP>
1.29      harris41  503: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/londefdef.pm" TARGET="home/httpd/lib/perl/Apache/londefdef.pm" CATEGORY="handler">
1.26      harris41  504: <DESCRIPTION>
                    505: Tags Default Definition Module
                    506: </DESCRIPTION>
                    507: </METAGROUP>
                    508: <METAGROUP>
1.29      harris41  509: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/run.pm" TARGET="home/httpd/lib/perl/Apache/run.pm" CATEGORY="handler">
1.26      harris41  510: <DESCRIPTION>
                    511: used to prevent poorly written problems from causing lingering after effects
                    512: </DESCRIPTION>
                    513: </METAGROUP>
                    514: <METAGROUP>
1.29      harris41  515: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/scripttag.pm" TARGET="home/httpd/lib/perl/Apache/scripttag.pm" CATEGORY="handler">
1.26      harris41  516: <DESCRIPTION>
                    517: implements &lt;script&gt;, &lt;scriptlib&gt;, &lt;parserlib&gt;, and &lt;import&gt;
                    518: </DESCRIPTION>
                    519: </METAGROUP>
                    520: <METAGROUP>
1.29      harris41  521: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/lonhomework.pm" TARGET="home/httpd/lib/perl/Apache/lonhomework.pm" CATEGORY="handler">
1.26      harris41  522: <DESCRIPTION>
                    523: handles requests for output, evaluation, and alteration of homework resource
                    524: </DESCRIPTION>
                    525: </METAGROUP>
                    526: <METAGROUP>
1.29      harris41  527: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/inputtags.pm" TARGET="home/httpd/lib/perl/Apache/inputtags.pm" CATEGORY="handler">
1.26      harris41  528: <DESCRIPTION>
                    529: produces HTML input tags (&lt;INPUT&gt;) for rendering homework resources
                    530: </DESCRIPTION>
                    531: </METAGROUP>
                    532: <METAGROUP>
1.29      harris41  533: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/structuretags.pm" TARGET="home/httpd/lib/perl/Apache/structuretags.pm" CATEGORY="handler">
1.26      harris41  534: <DESCRIPTION>
                    535: produces HTML tags necessary for structuring the presentation of homework resources
                    536: </DESCRIPTION>
                    537: </METAGROUP>
                    538: <METAGROUP>
1.29      harris41  539: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/response.pm" TARGET="home/httpd/lib/perl/Apache/response.pm" CATEGORY="handler">
1.26      harris41  540: <DESCRIPTION>
                    541: defines different types of responses given to student as well as syntax for producing response values
                    542: </DESCRIPTION>
                    543: </METAGROUP>
                    544: <METAGROUP>
1.29      harris41  545: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/caparesponse/caparesponse.pm" TARGET="home/httpd/lib/perl/Apache/caparesponse.pm" CATEGORY="handler">
1.26      harris41  546: <DESCRIPTION>
                    547: handles request to the CAPA homework processing engine
                    548: </DESCRIPTION>
                    549: </METAGROUP>
                    550: <METAGROUP>
1.29      harris41  551: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonacc.pm" TARGET="home/httpd/lib/perl/Apache/lonacc.pm" CATEGORY="handler">
1.26      harris41  552: <DESCRIPTION>
                    553: access to for a LON-CAPA user session
                    554: </DESCRIPTION>
                    555: </METAGROUP>
                    556: <METAGROUP>
1.29      harris41  557: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonracc.pm" TARGET="home/httpd/lib/perl/Apache/lonracc.pm" CATEGORY="handler">
1.26      harris41  558: <DESCRIPTION>
                    559: access handler for file transfers
                    560: </DESCRIPTION>
                    561: </METAGROUP>
                    562: <METAGROUP>
1.29      harris41  563: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/loncacc.pm" TARGET="home/httpd/lib/perl/Apache/loncacc.pm" CATEGORY="handler">
1.26      harris41  564: <DESCRIPTION>
                    565: access to construction area
                    566: </DESCRIPTION>
                    567: </METAGROUP>
                    568: <METAGROUP>
1.29      harris41  569: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonauth.pm" TARGET="home/httpd/lib/perl/Apache/lonauth.pm" CATEGORY="handler">
1.26      harris41  570: <DESCRIPTION>
                    571: authenticate, set up session environment
                    572: </DESCRIPTION>
                    573: </METAGROUP>
                    574: <METAGROUP>
1.29      harris41  575: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonlogin.pm" TARGET="home/httpd/lib/perl/Apache/lonlogin.pm" CATEGORY="handler">
1.26      harris41  576: <DESCRIPTION>
                    577: login screen
                    578: </DESCRIPTION>
                    579: </METAGROUP> 
                    580: <METAGROUP>
1.29      harris41  581: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonlogout.pm" TARGET="home/httpd/lib/perl/Apache/lonlogout.pm" CATEGORY="handler">
1.26      harris41  582: <DESCRIPTION>
                    583: logout
                    584: </DESCRIPTION>
                    585: </METAGROUP> 
                    586: <METAGROUP>
1.29      harris41  587: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lonnet/perl/lonrep.pm" TARGET="home/httpd/lib/perl/Apache/lonrep.pm" CATEGORY="handler">
1.26      harris41  588: <DESCRIPTION>
                    589: replication
                    590: </DESCRIPTION>
                    591: </METAGROUP> 
                    592: <METAGROUP>
1.29      harris41  593: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonroles.pm" TARGET="home/httpd/lib/perl/Apache/lonroles.pm" CATEGORY="handler">
1.26      harris41  594: <DESCRIPTION>
                    595: roles picking
                    596: </DESCRIPTION>
                    597: </METAGROUP> 
                    598: <METAGROUP>
1.29      harris41  599: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonindexer.pm" TARGET="home/httpd/lib/perl/Apache/lonindexer.pm" CATEGORY="handler">
1.26      harris41  600: <DESCRIPTION>
                    601: cross server filesystem browser
                    602: </DESCRIPTION>
                    603: </METAGROUP> 
                    604: <METAGROUP>
1.29      harris41  605: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lonnet/perl/lonnet.pm" TARGET="home/httpd/lib/perl/Apache/lonnet.pm" CATEGORY="handler">
1.26      harris41  606: <DESCRIPTION>
                    607: interface to lonc
                    608: </DESCRIPTION>
                    609: </METAGROUP> 
                    610: <METAGROUP>
1.29      harris41  611: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/index.html" TARGET="home/httpd/html/index.html" CATEGORY="interface file">
1.26      harris41  612: <DESCRIPTION>
                    613: bumps to login
                    614: </DESCRIPTION>
                    615: </METAGROUP>
                    616: <METAGROUP>
1.33      harris41  617: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="" TARGET="etc/httpd/conf/mime.types" LINKTO="etc/mime.types" CATEGORY="symbolic link">
                    618: <DESCRIPTION>
                    619: symbolic link to /etc/mime.types
                    620: </DESCRIPTION>
                    621: </METAGROUP>
                    622: <METAGROUP>
1.26      harris41  623: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="" TARGET="home/httpd/html/raw" LINKTO="home/httpd/html/res" CATEGORY="symbolic link">
                    624: <DESCRIPTION>
                    625: symbolic link to /home/httpd/html/res
                    626: </DESCRIPTION>
                    627: </METAGROUP>
                    628: <METAGROUP>
1.29      harris41  629: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/adm/notfound.html" TARGET="home/httpd/html/adm/notfound.html" CATEGORY="interface file">
1.26      harris41  630: <DESCRIPTION>
                    631: static html page that is shown when an attempt is made to access a document not present on the web server
                    632: </DESCRIPTION>
                    633: </METAGROUP>
                    634: <METAGROUP>
1.29      harris41  635: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/adm/unauthorized.html" TARGET="home/httpd/html/adm/unauthorized.html" CATEGORY="interface file">
1.26      harris41  636: <DESCRIPTION>
                    637: static html page that is shown when an attempt is made to access a document which is restricted based on
                    638: file or server configurations
                    639: </DESCRIPTION>
                    640: </METAGROUP>
                    641: <METAGROUP>
1.29      harris41  642: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/client/rat.html" TARGET="home/httpd/html/adm/rat/rat.html" CATEGORY="interface file">
1.26      harris41  643: <DESCRIPTION>
                    644: frameset
                    645: </DESCRIPTION>
                    646: </METAGROUP>
                    647: <METAGROUP>
1.29      harris41  648: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/client/code.html" TARGET="home/httpd/html/adm/rat/code.html" CATEGORY="interface file">
1.26      harris41  649: <DESCRIPTION>
                    650: javascript
                    651: </DESCRIPTION>
                    652: </METAGROUP>
                    653: <METAGROUP>
1.29      harris41  654: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/client/map.html" TARGET="home/httpd/html/adm/rat/map.html" CATEGORY="interface file">
1.26      harris41  655: <DESCRIPTION>
                    656: bumper
                    657: </DESCRIPTION>
                    658: </METAGROUP>
                    659: <METASUPERGROUP>
1.32      harris41  660: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/images/*.gif" TARGET="home/httpd/html/adm/rat/*.gif" CATEGORY="graphic file">
1.26      harris41  661: <DESCRIPTION>
                    662: graphic files
                    663: </DESCRIPTION>
                    664: <FILES>
1.1       harris41  665: 1.1.dt.gif
                    666: 1.1.empty.gif
                    667: 1.1.ld.gif
                    668: 1.1.lr.gif
                    669: 1.1.rd.gif
                    670: 1.1.rl.gif
                    671: 1.1.td.gif
                    672: 1.1.tdrl.gif
                    673: 1.1.tl.gif
                    674: 1.1.tr.gif
                    675: 1.1.utd.gif
                    676: 1.2.ctd.gif
                    677: 1.2.dt.gif
                    678: 1.2.empty.gif
                    679: 1.2.ld.gif
                    680: 1.2.lr.gif
                    681: 1.2.lrd.gif
                    682: 1.2.lrtd.gif
                    683: 1.2.rd.gif
                    684: 1.2.rl.gif
                    685: 1.2.rld.gif
                    686: 1.2.rltd.gif
                    687: 1.2.rtd.gif
                    688: 1.2.rtdl.gif
                    689: 1.2.rtl.gif
                    690: 1.2.td.gif
                    691: 1.2.tdl.gif
                    692: 1.2.tdrl.gif
                    693: 1.2.tl.gif
                    694: 1.2.tr.gif
                    695: 1.2.utd.gif
                    696: 2.1.dt.gif
                    697: 2.1.empty.gif
                    698: 2.1.ld.gif
                    699: 2.1.lr.gif
                    700: 2.1.rd.gif
                    701: 2.1.rl.gif
                    702: 2.1.td.gif
                    703: 2.1.tdrl.gif
                    704: 2.1.tl.gif
                    705: 2.1.tr.gif
                    706: 2.2.dt.gif
                    707: 2.2.empty.gif
                    708: 2.2.ld.gif
                    709: 2.2.lr.gif
                    710: 2.2.lrd.gif
                    711: 2.2.lrt.gif
                    712: 2.2.rd.gif
                    713: 2.2.rl.gif
                    714: 2.2.rld.gif
                    715: 2.2.rlt.gif
                    716: 2.2.td.gif
                    717: 2.2.tdl.gif
                    718: 2.2.tdr.gif
                    719: 2.2.tdrl.gif
                    720: 2.2.tl.gif
                    721: 2.2.tr.gif
                    722: 2.2.url.gif
                    723: 2.2.utd.gif
                    724: arrow.gif
                    725: bdt.gif
                    726: bempty.gif
                    727: bld.gif
                    728: blr.gif
                    729: blrd.gif
                    730: blrt.gif
                    731: brd.gif
                    732: brl.gif
                    733: brld.gif
                    734: brlt.gif
                    735: btd.gif
                    736: btdl.gif
                    737: btdr.gif
                    738: btdrl.gif
                    739: btl.gif
                    740: btr.gif
                    741: burl.gif
                    742: butd.gif
                    743: condition.gif
                    744: edit.gif
                    745: finish.gif
                    746: info.gif
                    747: inscol.gif
                    748: inscond.gif
                    749: insres.gif
                    750: insrow.gif
                    751: resource.gif
                    752: sctd.gif
                    753: sdt.gif
                    754: sempty.gif
                    755: sld.gif
                    756: slr.gif
                    757: slrd.gif
                    758: slrtd.gif
                    759: srd.gif
                    760: srl.gif
                    761: srld.gif
                    762: srltd.gif
                    763: srtd.gif
                    764: srtdl.gif
                    765: srtl.gif
                    766: start.gif
                    767: std.gif
                    768: stdl.gif
                    769: sutd.gif
1.26      harris41  770: </FILES>
                    771: </METASUPERGROUP>
                    772: <METASUPERGROUP>
1.29      harris41  773: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/adm/lonIcons/*.gif" TARGET="home/httpd/html/adm/lonIcons/*.gif" CATEGORY="graphic file">
1.26      harris41  774: <DESCRIPTION>
                    775: logos
                    776: </DESCRIPTION>
                    777: <FILES>
1.2       harris41  778: liteani.gif
1.32      harris41  779: lonlogo.gif
                    780: lonlogos.gif
1.26      harris41  781: </FILES>
                    782: </METASUPERGROUP>
                    783: <METAGROUP>
1.29      harris41  784: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/modules/TexConvert/tthperl/tth.pm" TARGET="usr/lib/perl5/site_perl/5.005/tth.pm" CATEGORY="system file">
1.26      harris41  785: <DESCRIPTION>
                    786: perl module for invoking functions specific to Tex-to-HTML conversion
                    787: </DESCRIPTION>
1.36    ! harris41  788: <NOTE>
        !           789: Has the same dependencies and build process as tth.so.
        !           790: Currently, only the tth.so file specifications invoke
        !           791: the build process however.
        !           792: </NOTE>
1.26      harris41  793: </METAGROUP>
                    794: <METAGROUP>
1.31      harris41  795: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/modules/TexConvert/tthperl/tth.so" TARGET="usr/lib/perl5/site_perl/5.005/tth.so" CATEGORY="system file">
                    796: <DESCRIPTION>
                    797: shared library file for dynamic loading and unloading
                    798: </DESCRIPTION>
1.32      harris41  799: <BUILD>
                    800: loncom/modules/TexConvert/tthperl/commands
                    801: </BUILD>
                    802: <DEPENDENCIES>
                    803: ../tthdynamic/tthfunc.c
                    804: ../ttmdynamic/ttmfunc.c
                    805: </DEPENDENCIES>
1.31      harris41  806: </METAGROUP>
                    807: <METAGROUP>
1.29      harris41  808: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/caparesponse/capa.pm" TARGET="usr/lib/perl5/site_perl/5.005/capa.pm" CATEGORY="system file">
1.26      harris41  809: <DESCRIPTION>
                    810: perl module for invoking functions specific to CAPA
                    811: </DESCRIPTION>
1.36    ! harris41  812: <NOTE>
        !           813: Has the same dependencies and build process as capa.so.
        !           814: Currently, only the capa.so file specifications invoke
        !           815: the build process however.
        !           816: </NOTE>
1.26      harris41  817: </METAGROUP>
                    818: <METAGROUP>
1.29      harris41  819: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/caparesponse/capa.bs" TARGET="usr/lib/perl5/site_perl/5.005/capa.bs" CATEGORY="system file">
1.26      harris41  820: <DESCRIPTION>
                    821: bootstrap file associated with dynamic loading of this module on multiple architectures
                    822: </DESCRIPTION>
1.36    ! harris41  823: <NOTE>
        !           824: Has the same dependencies and build process as capa.so.
        !           825: Currently, only the capa.so file specifications invoke
        !           826: the build process however.
        !           827: </NOTE>
1.26      harris41  828: </METAGROUP>
                    829: <METAGROUP>
1.29      harris41  830: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/caparesponse/capa.so" TARGET="usr/lib/perl5/site_perl/5.005/capa.so" CATEGORY="system file">
1.26      harris41  831: <DESCRIPTION>
                    832: shared library file for dynamic loading and unloading
                    833: </DESCRIPTION>
1.32      harris41  834: <BUILD>
                    835: loncom/homework/caparesponse/commands
                    836: </BUILD>
                    837: <DEPENDENCIES>
                    838: caparesponse.c
1.36    ! harris41  839: caparesponse.pm
        !           840: [ALWAYS_RUN_BUILD_COMMAND]
1.32      harris41  841: </DEPENDENCIES>
1.26      harris41  842: </METAGROUP>
                    843: <METASUPERGROUP>
1.29      harris41  844: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/MathML/*.ent" TARGET="home/httpd/html/adm/MathML/*.ent" CATEGORY="system file">
1.26      harris41  845: <DESCRIPTION>
                    846: entity files
                    847: </DESCRIPTION>
                    848: <FILES>
1.1       harris41  849: isoamsa.ent
                    850: isoamsb.ent
                    851: isoamsc.ent
                    852: isoamsn.ent
                    853: isoamso.ent
                    854: isoamsr.ent
                    855: isobox.ent
                    856: isocyr1.ent
                    857: isocyr2.ent
                    858: isodia.ent
                    859: isogrk1.ent
                    860: isogrk2.ent
                    861: isogrk3.ent
                    862: isogrk4.ent
                    863: isolat1.ent
                    864: isolat2.ent
                    865: isomfrk.ent
                    866: isomopf.ent
                    867: isomscr.ent
                    868: isonum.ent
                    869: isopub.ent
                    870: isotech.ent
                    871: mmlalias.ent
                    872: mmlextra.ent
1.26      harris41  873: </FILES>
                    874: </METASUPERGROUP>
                    875: <METAGROUP>
1.29      harris41  876: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/MathML/mathml.css" TARGET="home/httpd/html/adm/MathML/mathml.css" CATEGORY="system file">
1.26      harris41  877: <DESCRIPTION>
                    878: cascading style sheet
                    879: </DESCRIPTION>
                    880: </METAGROUP>
                    881: <METAGROUP>
1.29      harris41  882: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/MathML/mathml.dtd" TARGET="home/httpd/html/adm/MathML/mathml.dtd" CATEGORY="system file">
1.26      harris41  883: <DESCRIPTION>
                    884: document type definition
                    885: </DESCRIPTION>
                    886: </METAGROUP>
                    887: <METAGROUP>
1.30      harris41  888: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/londes.js" TARGET="home/httpd/html/res/adm/includes/londes.js" CATEGORY="interface file">
1.26      harris41  889: <DESCRIPTION>
                    890: Encryption Routines according to Data Encryption Standard DES, written in javascript
                    891: </DESCRIPTION>
                    892: </METAGROUP>
                    893: <METAGROUP>
1.30      harris41  894: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/default_homework.lcpm" TARGET="home/httpd/html/res/adm/includes/default_homework.lcpm" CATEGORY="handler">
1.26      harris41  895: <DESCRIPTION>
                    896: used by lonxml::xmlparse() as input variable $safeinit to Apache::run::run()
                    897: </DESCRIPTION>
                    898: </METAGROUP>
                    899: <METASUPERGROUP>
1.30      harris41  900: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/res/adm/pages/*.gif" TARGET="home/httpd/html/res/adm/pages/*.gif" CATEGORY="graphic file">
1.26      harris41  901: <DESCRIPTION>
                    902: icons used for the entire LON-CAPA user interface
                    903: </DESCRIPTION>
                    904: <FILES>
1.1       harris41  905: a.gif
                    906: b.gif
                    907: c.gif
                    908: chat.gif
                    909: d.gif
                    910: e.gif
                    911: endmenu.gif
                    912: f.gif
                    913: feedback.gif
                    914: fnkmenu.gif
                    915: g.gif
                    916: group.gif
                    917: h.gif
                    918: help.gif
                    919: hyphen.gif
                    920: i.gif
                    921: info.gif
                    922: j.gif
                    923: k.gif
                    924: l.gif
                    925: ledblink.gif
                    926: ledoff.gif
                    927: ledon.gif
                    928: ledsend.gif
                    929: m.gif
                    930: n.gif
                    931: navmenu.gif
                    932: next.gif
                    933: o.gif
                    934: p.gif
                    935: prev.gif
                    936: q.gif
                    937: r.gif
                    938: reload.gif
                    939: remotebg.gif
                    940: s.gif
                    941: space.gif
                    942: spacer.gif
                    943: t.gif
                    944: title.gif
                    945: u.gif
                    946: v.gif
                    947: w.gif
                    948: x.gif
                    949: y.gif
                    950: z.gif
1.26      harris41  951: </FILES>
                    952: </METASUPERGROUP>
                    953: <METAGROUP>
1.30      harris41  954: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/res/adm/pages/imgmaps.html" TARGET="home/httpd/html/res/adm/pages/imgmaps.html" CATEGORY="interface file">
1.26      harris41  955: <DESCRIPTION>
                    956: image maps for the LON-CAPA remote control
                    957: </DESCRIPTION>
                    958: </METAGROUP>
                    959: <METAGROUP>
1.30      harris41  960: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/res/adm/pages/index.html" TARGET="home/httpd/html/res/adm/includes/index.html" CATEGORY="interface file">
1.26      harris41  961: <DESCRIPTION>
                    962: welcoming page to the LON-CAPA system upon login
                    963: </DESCRIPTION>
                    964: </METAGROUP>
                    965: <METAGROUP>
1.30      harris41  966: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/res/adm/pages/menu.html" TARGET="home/httpd/html/res/adm/includes/menu.html" CATEGORY="interface file">
1.26      harris41  967: <DESCRIPTION>
                    968: renders the HTML (including image maps) for the LON-CAPA remote control
                    969: </DESCRIPTION>
                    970: </METAGROUP>
                    971: <METASUPERGROUP>
1.34      harris41  972: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/indexericons/*.gif" TARGET="home/httpd/html/res/adm/pages/indexericons/*.gif" CATEGORY="graphic file">
                    973: <DESCRIPTION>
                    974: icons used for the bookmark portion of the LON-CAPA user interface
                    975: </DESCRIPTION>
                    976: <FILES>
                    977: a.gif
                    978: alert.black.gif
                    979: alert.red.gif
                    980: back.gif
                    981: ball.gray.gif
                    982: ball.red.gif
                    983: binary.gif
                    984: binhex.gif
                    985: blank.gif
                    986: bomb.gif
                    987: box1.gif
                    988: box2.gif
                    989: broken.gif
                    990: burst.gif
                    991: c.gif
                    992: comp.blue.gif
                    993: comp.gray.gif
                    994: compressed.gif
                    995: continued.gif
                    996: course.gif
                    997: dir.gif
                    998: down.gif
                    999: dvi.gif
                   1000: f.gif
                   1001: folder.gif
                   1002: folder.open.gif
                   1003: folder.sec.gif
                   1004: folder_closed.gif
                   1005: folder_closed_pressed.gif
                   1006: folder_new.gif
                   1007: folder_opened.gif
                   1008: folder_opened_pressed.gif
                   1009: folder_pointer_closed.gif
                   1010: folder_pointer_opened.gif
                   1011: folder_spacer.gif
                   1012: folder_trash.gif
                   1013: forward.gif
                   1014: generic.gif
                   1015: generic.red.gif
                   1016: generic.sec.gif
                   1017: hand.right.gif
                   1018: hand.up.gif
                   1019: html.gif
                   1020: image1.gif
                   1021: image2.gif
                   1022: image3.gif
                   1023: index.gif
                   1024: layout.gif
                   1025: left.gif
                   1026: link.gif
                   1027: mov.gif
                   1028: movie1.gif
                   1029: p.gif
                   1030: patch.gif
                   1031: pdf.gif
                   1032: portal.gif
                   1033: problem.gif
                   1034: ps.gif
                   1035: quill.gif
                   1036: right.gif
                   1037: screw1.gif
                   1038: screw2.gif
                   1039: script.gif
                   1040: sound1.gif
                   1041: sound2.gif
                   1042: sphere1.gif
                   1043: sphere2.gif
                   1044: tar.gif
                   1045: tex.gif
                   1046: text.gif
                   1047: transfer.gif
                   1048: unknown.gif
                   1049: up.gif
                   1050: uu.gif
                   1051: uuencoded.gif
                   1052: white_space_20_22.gif
                   1053: white_space_22_22.gif
                   1054: world1.gif
                   1055: world2.gif
                   1056: </FILES>
                   1057: </METASUPERGROUP>
                   1058: <METASUPERGROUP>
1.29      harris41 1059: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/res/adm/pages/bookmarkmenu/*.gif" TARGET="home/httpd/html/res/adm/pages/bookmarkmenu/*.gif" CATEGORY="graphic file">
1.26      harris41 1060: <DESCRIPTION>
1.34      harris41 1061: icons used for directory indexing and login screen
1.26      harris41 1062: </DESCRIPTION>
                   1063: <FILES>
1.12      harris41 1064: button_close.gif
                   1065: button_edit.gif
                   1066: button_preview.gif
                   1067: folder_closed.gif
                   1068: folder_closed_pressed.gif
                   1069: folder_new.gif
                   1070: folder_opened.gif
                   1071: folder_opened_pressed.gif
                   1072: folder_pointer_closed.gif
                   1073: folder_pointer_opened.gif
                   1074: folder_spacer.gif
                   1075: folder_trash.gif
                   1076: left_bar.gif
                   1077: link.gif
                   1078: link_pressed.gif
                   1079: ll_corner.gif
                   1080: lower_bar.gif
                   1081: lr_corner.gif
                   1082: right_bar.gif
                   1083: toolbar_bg.gif
                   1084: ul_corner.gif
                   1085: upper_bar.gif
                   1086: ur_corner.gif
1.26      harris41 1087: </FILES>
                   1088: </METASUPERGROUP>
                   1089: <METASUPERGROUP>
1.29      harris41 1090: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/res/adm/pages/bookmarkmenu/*.html" TARGET="home/httpd/html/res/adm/pages/bookmarkmenu/*.html" CATEGORY="interface file">
1.26      harris41 1091: <DESCRIPTION>
                   1092: associated with the frameset scheme of displaying bookmarks
                   1093: </DESCRIPTION>
                   1094: <FILES>
1.12      harris41 1095: aaloader.html
1.34      harris41 1096: bookmarkmenu_bb.html
                   1097: bookmarkmenu_left.html
                   1098: bookmarkmenu_ll.html
                   1099: bookmarkmenu_lr.html
                   1100: bookmarkmenu_right.html
                   1101: bookmarkmenu_toolbar.html
                   1102: bookmarkmenu_ul.html
                   1103: bookmarkmenu_ur.html
                   1104: bookmarkmenu_uu.html
1.12      harris41 1105: bookmarkpal.html
                   1106: bookmarkpal_old.html
                   1107: bookmarkpal_v2.html
                   1108: bookmarkpal_v2_backup.html
                   1109: index.html
                   1110: loading_bookmarks.html
1.26      harris41 1111: </FILES>
                   1112: </METASUPERGROUP>
                   1113: <METAGROUP>
1.29      harris41 1114: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js" TARGET="home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js" CATEGORY="interface file">
1.26      harris41 1115: <DESCRIPTION>
                   1116: javascript for handling client-side interactions with bookmark interface
                   1117: </DESCRIPTION>
                   1118: </METAGROUP>
                   1119: <METAGROUP>
1.29      harris41 1120: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncapaverifypackages" TARGET="usr/sbin/loncapaverifypackages" CATEGORY="script">
1.26      harris41 1121: <DESCRIPTION>
                   1122: checks the system RPMs against what install.lon-capa.org specifies
                   1123: </DESCRIPTION>
                   1124: </METAGROUP>
                   1125: <METAGROUP>
1.29      harris41 1126: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncapaverifybasepackage" TARGET="usr/sbin/loncapaverifybasepackage" CATEGORY="script">
1.26      harris41 1127: <DESCRIPTION>
                   1128: checks the important base LON-CAPA files against what install.lon-capa.org specifies
                   1129: </DESCRIPTION>
                   1130: </METAGROUP>
                   1131: <METAGROUP>
1.29      harris41 1132: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncaparestoreconfigurations" TARGET="usr/sbin/loncaparestoreconfigurations" CATEGORY="script">
1.26      harris41 1133: <DESCRIPTION>
                   1134: restores .rpmsave files after a LON-CAPA-base upgrade
                   1135: </DESCRIPTION>
                   1136: </METAGROUP>
                   1137: <METAGROUP>
1.29      harris41 1138: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncapaautoupgrade" TARGET="usr/sbin/loncapaautoupgrade" CATEGORY="script">
1.26      harris41 1139: <DESCRIPTION>
                   1140: does all the things to coordinate updating of LON-CAPA base files.  Should be used with
                   1141: caution so that you do not lose work
                   1142: </DESCRIPTION>
                   1143: </METAGROUP>
                   1144: <METAGROUP>
1.29      harris41 1145: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncapaverify" TARGET="usr/sbin/loncapaverify" CATEGORY="script">
1.26      harris41 1146: <DESCRIPTION>
                   1147: makes verification report using loncapaverifypackages and loncapaverifybasepackage
                   1148: </DESCRIPTION>
                   1149: </METAGROUP>
                   1150: <METAGROUP>
1.29      harris41 1151: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/cron/loncapa" TARGET="etc/cron.d" CATEGORY="static conf">
1.26      harris41 1152: <DESCRIPTION>
                   1153: file that specifies periodic processes to run for the LON-CAPA machine
                   1154: </DESCRIPTION>
                   1155: </METAGROUP>
                   1156: <METAGROUP>
1.29      harris41 1157: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/ntp/step-tickers" TARGET="etc/ntp/step-tickers" CATEGORY="conf">
1.26      harris41 1158: <DESCRIPTION>
                   1159: file that stimulates running of ntpdate upon init.d/xntpd initiation
                   1160: </DESCRIPTION>
                   1161: <NOTE>
1.19      harris41 1162: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
                   1163: <TR><TD><TT>just one line with the ip address of the server</TT></TD></TR>
                   1164: </TABLE>
1.26      harris41 1165: </NOTE>
                   1166: </METAGROUP>
                   1167: <METAGROUP>
1.29      harris41 1168: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/init.d/loncontrol" CATEGORY="root script">
                   1169: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc0.d/K05loncontrol" CATEGORY="root script">
                   1170: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc1.d/K05loncontrol" CATEGORY="root script">
                   1171: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc2.d/K05loncontrol" CATEGORY="root script">
                   1172: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc3.d/S95loncontrol" CATEGORY="root script">
                   1173: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc4.d/S95loncontrol" CATEGORY="root script">
                   1174: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc5.d/S95loncontrol" CATEGORY="root script">
                   1175: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc6.d/K05loncontrol" CATEGORY="root script">
1.26      harris41 1176: <DESCRIPTION>
                   1177: system init and control handling for the LON-CAPA network
                   1178: </DESCRIPTION>
                   1179: </METAGROUP>
                   1180: <METAGROUP>
1.29      harris41 1181: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/atalk/config" TARGET="etc/atalk/config" CATEGORY="conf">
1.26      harris41 1182: <DESCRIPTION>
                   1183: configuration file to make LON-CAPA server file space accessible to Appleshares access (Macintosh)
                   1184: </DESCRIPTION>
                   1185: </METAGROUP>
1.1       harris41 1186: </BODY>
                   1187: </HTML>

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