Diff for /doc/loncapafiles/loncapafiles.lpml between versions 1.797.2.113.2.1 and 1.797.2.131.2.21

version 1.797.2.113.2.1, 2020/01/20 23:50:17 version 1.797.2.131.2.21, 2024/03/29 15:26:10
Line 423  Used by lond parent to check if children Line 423  Used by lond parent to check if children
 </directory>  </directory>
 <directory dist='default'>  <directory dist='default'>
   <protectionlevel>modest_delete</protectionlevel>    <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/lonLTItmp</targetdir>
     <categoryname>server standard</categoryname>
     <description>for temporary storage of LTI nonces</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
   <targetdir dist='default'>home/httpd/webdav</targetdir>    <targetdir dist='default'>home/httpd/webdav</targetdir>
   <categoryname>server standard</categoryname>    <categoryname>server standard</categoryname>
   <description>for storage of webdav DAVLock files</description>    <description>for storage of webdav DAVLock files</description>
Line 461  extensions</description> Line 467  extensions</description>
 </directory>  </directory>
 <directory dist='default'>  <directory dist='default'>
   <protectionlevel>modest_delete</protectionlevel>    <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/lib/perl/Apache/math_parser</targetdir>
     <categoryname>server readonly</categoryname>
     <description>location of LON-CAPA math parser</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
   <targetdir dist='default'>home/httpd/lib/perl/HTML</targetdir>    <targetdir dist='default'>home/httpd/lib/perl/HTML</targetdir>
   <categoryname>server readonly</categoryname>    <categoryname>server readonly</categoryname>
   <description>location of HTML specific perl module fixes and additions    <description>location of HTML specific perl module fixes and additions
Line 480  extensions</description> Line 492  extensions</description>
   <description>cookie jar</description>    <description>cookie jar</description>
 </directory>  </directory>
 <directory dist='default'>  <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/ltiIDs</targetdir>
     <categoryname>server standard</categoryname>
     <description>stores LTI callback IDs for session logout</description>
   </directory>
   <directory dist='default'>
    <protectionlevel>modest_delete</protectionlevel>     <protectionlevel>modest_delete</protectionlevel>
  <targetdir dist='default'>home/httpd/balanceIDs</targetdir>   <targetdir dist='default'>home/httpd/balanceIDs</targetdir>
   <categoryname>server standard</categoryname>    <categoryname>server standard</categoryname>
Line 613  extensions</description> Line 631  extensions</description>
 </directory>  </directory>
 <directory dist='default'>  <directory dist='default'>
   <protectionlevel>modest_delete</protectionlevel>    <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/adm/daxe</targetdir>
     <categoryname>server readonly</categoryname>
     <description>Daxe XML editor</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
   <targetdir dist='default'>home/httpd/html/ckeditor</targetdir>    <targetdir dist='default'>home/httpd/html/ckeditor</targetdir>
   <categoryname>server readonly</categoryname>    <categoryname>server readonly</categoryname>
   <description>Rich Text Editor</description>    <description>Rich Text Editor</description>
Line 1758  LON-CAPA release, starting with 2.10.1 Line 1782  LON-CAPA release, starting with 2.10.1
 2.11.1.tab;  2.11.1.tab;
 2.11.2.tab;  2.11.2.tab;
 2.11.3.tab;  2.11.3.tab;
 2.11.3.B.tab;  2.11.4.tab;
   2.11.4.B.tab;
 </filenames>  </filenames>
 </fileglob>  </fileglob>
   
Line 2528  Handler to check if an external resource Line 2553  Handler to check if an external resource
 <target dist='default'>home/httpd/lib/perl/Apache/lonexttool.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/lonexttool.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
 <description>  <description>
 Handler to allow LON-CAPA to operate as an LTI Tool Consumer  Handler to allow LON-CAPA to operate as an LTI Consumer
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/lti/ltiauth.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/ltiauth.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler to allow LON-CAPA to operate as an LTI Provider
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/lti/ltiroster.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/ltiroster.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler to allow LON-CAPA to service roster requests, as an LTI Consumer.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/lti/ltipassback.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/ltipassback.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler to allow LON-CAPA to service pass back of scores from a Tool Provider,
   as an LTI Consumer.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/lti/ltilogout.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/ltilogout.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler to logout a LON-CAPA user session on callback from an LTI Consumer
   which launched the session, when user logs out of session on Consumer.
 </description>  </description>
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
   <source>loncom/lti/ltiutils.pm</source>
   <target dist='default'>home/httpd/lib/perl/LONCAPA/ltiutils.pm</target>
   <categoryname>system file</categoryname>
   <description>
   Common routines for LTI (Consumer or Provider)
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/lti/templates/LTIstandard.tool.meta</source>
   <target dist='default'>home/httpd/html/res/lib/templates/LTIstandard.tool.meta</target>
   <categoryname>interface file</categoryname>
   <description>
   Meta file which specifies package source for external tool (LTI) without passback
   of grades
   </description>
   </file>
   <file>
   <source>loncom/lti/templates/LTIpassback.tool.meta</source>
   <target dist='default'>home/httpd/html/res/lib/templates/LTIpassback.tool.meta</target>
   <categoryname>interface file</categoryname>
   <description>
   Meta file which specifies package source for external tool (LTI) which supports passback
   of grades, and storable parameters.
   </description>
   </file>
   <file>
   <source>loncom/interface/lonpickcode.pm</source>    <source>loncom/interface/lonpickcode.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonpickcode.pm</target>    <target dist='default'>home/httpd/lib/perl/Apache/lonpickcode.pm</target>
   <categoryname>handler</categoryname>    <categoryname>handler</categoryname>
Line 2578  Handler to pick a user from a directory Line 2668  Handler to pick a user from a directory
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
   <source>loncom/interface/loncourseuser.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/loncourseuser.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler to check if a user has a role (active, future or previous) in a course.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
 <source>loncom/interface/loncourserespicker.pm</source>  <source>loncom/interface/loncourserespicker.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/loncourserespicker.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/loncourserespicker.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 2717  Page of links to help manuals - displaye Line 2816  Page of links to help manuals - displaye
 </description>  </description>
 </file>  </file>
 <file>  <file>
   <source>loncom/html/adm/help/loncapa.html</source>
   <target dist='default'>home/httpd/html/adm/help/loncapa.html</target>
   <categoryname>interface file</categoryname>
   <description>
   Language reference, generated from loncapa.xsd.
   </description>
   </file>
   <file>
 <source>doc/help/author.manual.access.tex</source>  <source>doc/help/author.manual.access.tex</source>
 <target dist='default'>home/httpd/html/adm/help/tex/author.manual.access.tex  <target dist='default'>home/httpd/html/adm/help/tex/author.manual.access.tex
 </target>  </target>
Line 2922  Map_Example.gif; Line 3029  Map_Example.gif;
 Resource_Assembly.gif;  Resource_Assembly.gif;
 aboutme.gif;  aboutme.gif;
 addClickerInfoFile.gif;  addClickerInfoFile.gif;
   add_folder.gif;
   add_link.gif;
 anno.gif;  anno.gif;
 anot.gif;  anot.gif;
 anot2.gif;  anot2.gif;
Line 2933  back.gif; Line 3042  back.gif;
 bchat.gif;  bchat.gif;
 blog.gif;  blog.gif;
 bomb.gif;  bomb.gif;
   bubblesheet.gif;
 catalog.gif;  catalog.gif;
 ccat.gif;  ccat.gif;
 chat.gif;  chat.gif;
Line 2946  cprv.gif; Line 3056  cprv.gif;
 creatingANewCourse.gif;  creatingANewCourse.gif;
 creatingNewProblemResource.gif;  creatingNewProblemResource.gif;
 crsconf.gif;  crsconf.gif;
   daxecollapsible.gif;
   daxeleftpanel.gif;
   daxeradio.gif;
   daxetoolbar.gif;
   daxeui.gif;
   delete.gif;
 docs.gif;  docs.gif;
 document-open.gif;  document-open.gif;
 document-properties.gif;  document-properties.gif;
   download_sub.gif;
 dump.gif;  dump.gif;
 dynamic_piecewise.gif;  dynamic_piecewise.gif;
 dynamic_piecewise2.gif;  dynamic_piecewise2.gif;
Line 2961  edit-find-replace.gif; Line 3078  edit-find-replace.gif;
 edit-redo.gif;  edit-redo.gif;
 edit-undo.gif;  edit-undo.gif;
 emblem-photos.gif;  emblem-photos.gif;
   emblem-readonly.gif;
 eval.gif;  eval.gif;
 extres.gif;  extres.gif;
 fdbk.gif;  fdbk.gif;
Line 2969  formulaResponse.gif; Line 3087  formulaResponse.gif;
 forw.gif;  forw.gif;
 FPRexamples.gif;  FPRexamples.gif;
 fromfile.gif;  fromfile.gif;
   grade_PageFolder.gif;
   grade_students.gif;
   grading_table.gif;
 grds.gif;  grds.gif;
 grps.gif;  grps.gif;
 help.gif;  help.gif;
Line 2997  mapStraightened.gif; Line 3118  mapStraightened.gif;
 mapTwoResources.gif;  mapTwoResources.gif;
 messalog.gif;  messalog.gif;
 mngcu.gif;  mngcu.gif;
   move.gif;
 multiple_choice_problem_menu.gif;  multiple_choice_problem_menu.gif;
 nav.gif;  nav.gif;
 navigation.gif;  navigation.gif;
 network-workgroup.gif;  network-workgroup.gif;
 new.gif;  new.gif;
 newmsg.gif;  newmsg.gif;
   note.gif;
 numericalResponse1.gif;  numericalResponse1.gif;
 numericalResponseEditor.gif;  numericalResponseEditor.gif;
 numericalResponseSlopeProblem.gif;  numericalResponseSlopeProblem.gif;
Line 3017  pref.gif; Line 3140  pref.gif;
 preferences-desktop-font.gif;  preferences-desktop-font.gif;
 preferences-desktop-locale.gif;  preferences-desktop-locale.gif;
 preferences-desktop-theme.gif;  preferences-desktop-theme.gif;
   printout.gif;
 problem_editing_colorful.gif;  problem_editing_colorful.gif;
 problem_editing_xml.gif;  problem_editing_xml.gif;
 problem_testing.gif;  problem_testing.gif;
Line 3025  publishMetadata.gif; Line 3149  publishMetadata.gif;
 radioResponse2.gif;  radioResponse2.gif;
 radioResponseHint.gif;  radioResponseHint.gif;
 rcrs.gif;  rcrs.gif;
   receipt_number.gif;
 res.gif;  res.gif;
 resversion.gif;  resversion.gif;
 roles.gif;  roles.gif;
 rsrv.gif;  rsrv.gif;
   save.gif;
 scoreupfrm.gif;  scoreupfrm.gif;
 sctr.gif;  sctr.gif;
 selfenrl-queue.gif;  selfenrl-queue.gif;
 self_enroll.gif;  self_enroll.gif;
 simple.gif;  simple.gif;
 simpprob.gif;  simpprob.gif;
   slots_change_confirm.gif;
   slots_change_resv.gif;
   slots_creation.gif;
   slots_instructor_assigned.gif;
   slots_manager.gif;
   slots_navmaps.gif;
   slots_params.gif;
   slots_proctor_validate.gif;
   slots_student_reserve.gif;
   slots_summary_cc.gif;
   slots_timeline.gif;
   slots_uniqueness.gif;
 smallHelp.gif;  smallHelp.gif;
 spreadsheet_hierarchy.gif;  spreadsheet_hierarchy.gif;
 sprs.gif;  sprs.gif;
Line 3049  syllabus.gif; Line 3187  syllabus.gif;
 system-users.gif;  system-users.gif;
 tolastloc.gif;  tolastloc.gif;
 turning.gif;  turning.gif;
   ungrade_sub.gif;
 uploadscores.gif;  uploadscores.gif;
 uplusr.gif;  uplusr.gif;
 verify.gif;  verify.gif;
   view.gif;
 webdavcentosauth.gif;  webdavcentosauth.gif;
 webdavcentosdirectory.gif;  webdavcentosdirectory.gif;
 webdavcentosmenu.gif;  webdavcentosmenu.gif;
Line 3110  Map_Example.eps; Line 3250  Map_Example.eps;
 Resource_Assembly.eps;  Resource_Assembly.eps;
 aboutme.eps;  aboutme.eps;
 addClickerInfoFile.eps;  addClickerInfoFile.eps;
   add_folder.eps;
   add_link.eps;
 anno.eps;  anno.eps;
 anot.eps;  anot.eps;
 anot2.eps;  anot2.eps;
Line 3121  back.eps; Line 3263  back.eps;
 bchat.eps;  bchat.eps;
 blog.eps;  blog.eps;
 bomb.eps;  bomb.eps;
   bubblesheet.eps;
 catalog.eps;  catalog.eps;
 ccat.eps;  ccat.eps;
 chat.eps;  chat.eps;
Line 3134  cprv.eps; Line 3277  cprv.eps;
 creatingANewCourse.eps;  creatingANewCourse.eps;
 creatingNewProblemResource.eps;  creatingNewProblemResource.eps;
 crsconf.eps;  crsconf.eps;
   daxecollapsible.eps;
   daxeleftpanel.eps;
   daxeradio.eps;
   daxetoolbar.eps;
   daxeui.eps;
   delete.eps;
 docs.eps;  docs.eps;
 document-open.eps;  document-open.eps;
 document-properties.eps;  document-properties.eps;
   download_sub.eps;
 dump.eps;  dump.eps;
 dynamic_piecewise.eps;  dynamic_piecewise.eps;
 dynamic_piecewise2.eps;  dynamic_piecewise2.eps;
Line 3149  edit-find-replace.eps; Line 3299  edit-find-replace.eps;
 edit-redo.eps;  edit-redo.eps;
 edit-undo.eps;  edit-undo.eps;
 emblem-photos.eps;  emblem-photos.eps;
   emblem-readonly.eps;
 eval.eps;  eval.eps;
 extres.eps;  extres.eps;
 fdbk.eps;  fdbk.eps;
Line 3157  formulaResponse.eps; Line 3308  formulaResponse.eps;
 forw.eps;  forw.eps;
 FPRexamples.eps;  FPRexamples.eps;
 fromfile.eps;  fromfile.eps;
   grade_PageFolder.eps;
   grade_students.eps;
   grading_table.eps;
 grds.eps;  grds.eps;
 grps.eps;  grps.eps;
 help.eps;  help.eps;
Line 3185  mapStraightened.eps; Line 3339  mapStraightened.eps;
 mapTwoResources.eps;  mapTwoResources.eps;
 messalog.eps;  messalog.eps;
 mngcu.eps;  mngcu.eps;
   move.eps;
 multiple_choice_problem_menu.eps;  multiple_choice_problem_menu.eps;
 nav.eps;  nav.eps;
 navigation.eps;  navigation.eps;
 network-workgroup.eps;  network-workgroup.eps;
 new.eps;  new.eps;
 newmsg.eps;  newmsg.eps;
   note.eps;
 numericalResponse1.eps;  numericalResponse1.eps;
 numericalResponseEditor.eps;  numericalResponseEditor.eps;
 numericalResponseSlopeProblem.eps;  numericalResponseSlopeProblem.eps;
Line 3212  publishMetadata.eps; Line 3368  publishMetadata.eps;
 radioResponse2.eps;  radioResponse2.eps;
 radioResponseHint.eps;  radioResponseHint.eps;
 rcrs.eps;  rcrs.eps;
   receipt_number.eps;
 res.eps;  res.eps;
 resversion.eps;  resversion.eps;
 roles.eps;  roles.eps;
 rsrv.eps;  rsrv.eps;
   save.eps;
 scoreupfrm.eps;  scoreupfrm.eps;
 sctr.eps;  sctr.eps;
 selfenrl-queue.eps;  selfenrl-queue.eps;
 self_enroll.eps;  self_enroll.eps;
 simple.eps;  simple.eps;
 simpprob.eps;  simpprob.eps;
   slots_change_confirm.eps;
   slots_change_resv.eps;
   slots_creation.eps;
   slots_instructor_assigned.eps;
   slots_manager.eps;
   slots_navmaps.eps;
   slots_params.eps;
   slots_proctor_validate.eps;
   slots_student_reserve.eps;
   slots_summary_cc.eps;
   slots_timeline.eps;
   slots_uniqueness.eps;
 smallHelp.eps;  smallHelp.eps;
 spreadsheet_hierarchy.eps;  spreadsheet_hierarchy.eps;
 sprs.eps;  sprs.eps;
Line 3236  syllabus.eps; Line 3406  syllabus.eps;
 system-users.eps;  system-users.eps;
 tolastloc.eps;  tolastloc.eps;
 turning.eps;  turning.eps;
   ungrade_sub.eps;
 uploadscores.eps;  uploadscores.eps;
 uplusr.eps;  uplusr.eps;
 verify.eps;  verify.eps;
   view.eps;
 webdavcentosauth.eps;  webdavcentosauth.eps;
 webdavcentosdirectory.eps;  webdavcentosdirectory.eps;
 webdavcentosmenu.eps;  webdavcentosmenu.eps;
Line 3297  Authentication.tex; Line 3469  Authentication.tex;
 Auth_Options.tex;  Auth_Options.tex;
 Authoring_Adding_Pictures.tex;  Authoring_Adding_Pictures.tex;
 Authoring_DataResponse.tex;  Authoring_DataResponse.tex;
   Authoring_Daxe_CSS.tex;
   Authoring_Daxe_FAQ.tex;
   Authoring_Daxe_Introduction.tex;
   Authoring_Daxe_Left_Panel.tex;
   Authoring_Daxe_Math.tex;
   Authoring_Daxe_Menus.tex;
   Authoring_Daxe_Radiobuttonresponse.tex;
   Authoring_Daxe_Templates.tex;
   Authoring_Daxe_Toolbar.tex;
   Authoring_Daxe_UI.tex;
   Authoring_Daxe_Variables.tex;
 Authoring_Dynamic_Plot_Axes.tex;  Authoring_Dynamic_Plot_Axes.tex;
 Authoring_Dynamic_Plot_Color_Selection.tex;  Authoring_Dynamic_Plot_Color_Selection.tex;
 Authoring_Dynamic_Plot_Curve_Data.tex;  Authoring_Dynamic_Plot_Curve_Data.tex;
Line 3309  Authoring_Dynamic_Plot_Linestyle.tex; Line 3492  Authoring_Dynamic_Plot_Linestyle.tex;
 Authoring_Dynamic_Plot.tex;  Authoring_Dynamic_Plot.tex;
 Authoring_Dynamic_Plot_Tics.tex;  Authoring_Dynamic_Plot_Tics.tex;
 Authoring_Dynamic_Plot_Title_X_Y_Label.tex;  Authoring_Dynamic_Plot_Title_X_Y_Label.tex;
   Authoring_Equations.tex;
 Authoring_ExternalResponse.tex;  Authoring_ExternalResponse.tex;
 Authoring_Foil_Structure_Tags.tex;  Authoring_Foil_Structure_Tags.tex;
 Authoring_Hint_Tags.tex;  Authoring_Hint_Tags.tex;
Line 3387  Chart_Sequences.tex; Line 3571  Chart_Sequences.tex;
 Chart_Student_Data.tex;  Chart_Student_Data.tex;
 Chatting.tex;  Chatting.tex;
 Clicker_Registration.tex;  Clicker_Registration.tex;
   Clone_Tiny_URLs.tex;
 Coauthor.tex;  Coauthor.tex;
 Construction_Space_Overview.tex;  Construction_Space_Overview.tex;
 Content_Page_Overview.tex;  Content_Page_Overview.tex;
Line 3426  Course_Parameter_Levels.tex; Line 3611  Course_Parameter_Levels.tex;
 Course_Parameter_Table_Mode.tex;  Course_Parameter_Table_Mode.tex;
 Course_Prefs_Bridgetasks.tex;  Course_Prefs_Bridgetasks.tex;
 Course_Prefs_Display.tex;  Course_Prefs_Display.tex;
   Course_Prefs_ExternalTools.tex;
 Course_Prefs_Grading.tex;  Course_Prefs_Grading.tex;
 Course_Prefs_Printouts.tex;  Course_Prefs_Printouts.tex;
 Course_Prefs_Classlists.tex;  Course_Prefs_Classlists.tex;
 Course_Prefs_Feedback.tex;  Course_Prefs_Feedback.tex;
 Course_Prefs_Language.tex;  Course_Prefs_Language.tex;
   Course_Prefs_Linkprotection.tex;
   Course_Prefs_Menus.tex;
 Course_Prefs_Spreadsheet.tex;  Course_Prefs_Spreadsheet.tex;
 Course_Prefs_Discussions.tex;  Course_Prefs_Discussions.tex;
 Course_Prefs_General.tex;  Course_Prefs_General.tex;
Line 3523  Docs_Viewing_Course_Doc.tex; Line 3711  Docs_Viewing_Course_Doc.tex;
 Docs_Web_Page.tex;  Docs_Web_Page.tex;
 Domain_Change_Logs.tex;  Domain_Change_Logs.tex;
 Domain_Change_Privileges.tex;  Domain_Change_Privileges.tex;
   Domain_Configuration_Author_Defaults.tex;
 Domain_Configuration_Auto_Creation.tex;  Domain_Configuration_Auto_Creation.tex;
 Domain_Configuration_Auto_Enrollment.tex;  Domain_Configuration_Auto_Enrollment.tex;
 Domain_Configuration_Auto_Updates.tex;  Domain_Configuration_Auto_Updates.tex;
Line 3532  Domain_Configuration_Contact_Info.tex; Line 3721  Domain_Configuration_Contact_Info.tex;
 Domain_Configuration_Course_Defaults.tex;  Domain_Configuration_Course_Defaults.tex;
 Domain_Configuration_Help_Settings.tex;  Domain_Configuration_Help_Settings.tex;
 Domain_Configuration_InstDirectory_Search.tex;  Domain_Configuration_InstDirectory_Search.tex;
   Domain_Configuration_IP_Access.tex;
 Domain_Configuration_LangTZAuth.tex;  Domain_Configuration_LangTZAuth.tex;
 Domain_Configuration_Load_Balancing.tex;  Domain_Configuration_Load_Balancing.tex;
 Domain_Configuration_Login_Page.tex;  Domain_Configuration_Login_Page.tex;
   Domain_Configuration_LTI_Provider.tex;
   Domain_Configuration_LTI_Tools.tex;
 Domain_Configuration_Passwords.tex;  Domain_Configuration_Passwords.tex;
 Domain_Configuration_Quotas.tex;  Domain_Configuration_Quotas.tex;
 Domain_Configuration_Request_Author.tex;  Domain_Configuration_Request_Author.tex;
Line 3547  Domain_Configuration_SSL.tex; Line 3739  Domain_Configuration_SSL.tex;
 Domain_Configuration_User_Creation.tex;  Domain_Configuration_User_Creation.tex;
 Domain_Configuration_User_Modification.tex;  Domain_Configuration_User_Modification.tex;
 Domain_Configuration_User_Sessions.tex;  Domain_Configuration_User_Sessions.tex;
   Domain_Configuration_WAF_Proxy.tex;
 Domain_Coordination_Intro.tex;  Domain_Coordination_Intro.tex;
 Domain_Coordination_Overview.tex;  Domain_Coordination_Overview.tex;
 Domain_Create_Users.tex;  Domain_Create_Users.tex;
 Domain_Crontab_Entries.tex;  Domain_Crontab_Entries.tex;
 Domain_Editing_Custom_Roles.tex;  Domain_Editing_Custom_Roles.tex;
 Domain_Manual_Title_Page.tex;  Domain_Manual_Title_Page.tex;
   Domain_Modify_Course.tex;
   Domain_Modify_Community.tex;
 Domain_Role_Approvals.tex;  Domain_Role_Approvals.tex;
 Domain_Role_Logs.tex;  Domain_Role_Logs.tex;
 Domain_User_Access_Logs.tex;  Domain_User_Access_Logs.tex;
Line 3639  Math_Response_Problems.tex; Line 3834  Math_Response_Problems.tex;
 Maxima_Argument_Array.tex;  Maxima_Argument_Array.tex;
 Maxima_Libraries.tex;  Maxima_Libraries.tex;
 Metadata_Description.tex;  Metadata_Description.tex;
   Modify_Anonsurvey_Threshold.tex;
 Modify_Community_Owner.tex;  Modify_Community_Owner.tex;
   Modify_Course_Chgpasswd.tex;
   Modify_Course_Credithours.tex;
 Modify_Course_Defaultauth.tex;  Modify_Course_Defaultauth.tex;
 Modify_Course_Instcode.tex;  Modify_Course_Instcode.tex;
   Modify_Course_LTI_Authen.tex;
 Modify_Course_Owner.tex;  Modify_Course_Owner.tex;
 Modify_Course_Quota.tex;  Modify_Course_Quota.tex;
   Modify_Course_Selfenrolladmin.tex;
   Modify_Course_Table_Lifetime.tex;
   Modify_Course_Upload_Quota.tex;
   Modify_Postsubmit_Config.tex;
 Navigation_Screen.tex;  Navigation_Screen.tex;
 Navmap_Host_Down.tex;  Navmap_Host_Down.tex;
 NavMaps_MarkPosts_Read.tex;  NavMaps_MarkPosts_Read.tex;
Line 3710  Problem_Types.tex; Line 3913  Problem_Types.tex;
 Publishing_A_Resource.tex;  Publishing_A_Resource.tex;
 Publishing_Author_Tutorial_Segue.tex;  Publishing_Author_Tutorial_Segue.tex;
 Publishing_Copyright.tex;  Publishing_Copyright.tex;
   Publishing_Directory_Options.tex;
 Publishing_Intro.tex;  Publishing_Intro.tex;
 Publishing_Keywords.tex;  Publishing_Keywords.tex;
 Quick_Grades_Description.tex;  Quick_Grades_Description.tex;
Line 3732  Search_Basic.tex; Line 3936  Search_Basic.tex;
 Searching.tex;  Searching.tex;
 Sending_Email.tex;  Sending_Email.tex;
 Sequence_Advanced_Editor_Creation.tex;  Sequence_Advanced_Editor_Creation.tex;
   Sequence_Advanced_Editor_Links_Conditions.tex;
 Sequence_Definition.tex;  Sequence_Definition.tex;
 Sequence_Editor_Selection.tex;  Sequence_Editor_Selection.tex;
 Sequence_Page_Maps.tex;  Sequence_Page_Maps.tex;
Line 3749  Slot_ResourceParameter.tex; Line 3954  Slot_ResourceParameter.tex;
 Slot_RestrictAvailibility.tex;  Slot_RestrictAvailibility.tex;
 Slot_SelectingField.tex;  Slot_SelectingField.tex;
 Slot_SpecifyProctors.tex;  Slot_SpecifyProctors.tex;
   Slot_Use.tex;
 Some_Items_Were_Not_Submitted.tex;  Some_Items_Were_Not_Submitted.tex;
 Spreadsheet_About.tex;  Spreadsheet_About.tex;
 Spreadsheet_Authoring.tex;  Spreadsheet_Authoring.tex;
Line 4633  assignment. Line 4839  assignment.
 </file>  </file>
   
 <file>  <file>
   <source>loncom/html/adm/jsme/JSME_2015-02-09.zip</source>    <source>loncom/html/adm/jsme/JSME_2020-12-26.zip</source>
   <target dist='default'>home/httpd/html/adm/jsme</target>    <target dist='default'>home/httpd/html/adm/jsme</target>
   <categoryname>script</categoryname>    <categoryname>script</categoryname>
   <description>    <description>
Line 4647  commands Line 4853  commands
   <dependencies>    <dependencies>
 loncom/html/adm/jsme/commands;  loncom/html/adm/jsme/commands;
 loncom/html/adm/jsme/VERSION;  loncom/html/adm/jsme/VERSION;
 loncom/html/adm/jsme/JSME_2015-02-09.zip;  loncom/html/adm/jsme/JSME_2020-12-26.zip;
   </dependencies>    </dependencies>
 </file>  </file>
   
Line 4773  LON-CAPA math editor Line 4979  LON-CAPA math editor
 </file>  </file>
   
 <file>  <file>
     <source>loncom/html/adm/daxe/daxe.tar.gz</source>
     <target dist='default'>home/httpd/html/adm/daxe</target>
     <categoryname>script</categoryname>
     <description>
      Daxe XML editor
     </description>
     <installscript>
   commands
     </installscript>
     <dependencies>
   loncom/html/adm/daxe/commands;
   loncom/html/adm/daxe/daxe.tar.gz;
   loncom/html/adm/daxe/VERSION;
     </dependencies>
   </file>
   
   <file>
   <source>loncom/javascriptlib/file_upload.js</source>    <source>loncom/javascriptlib/file_upload.js</source>
   <target dist='default'>home/httpd/html/res/adm/includes/file_upload.js</target>    <target dist='default'>home/httpd/html/res/adm/includes/file_upload.js</target>
   <categoryname>interface file</categoryname>    <categoryname>interface file</categoryname>
Line 6112  handles request to the CAPA homework pro Line 6335  handles request to the CAPA homework pro
   <status>works/unverified</status>    <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
     <source>loncom/homework/loncapamath.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/loncapamath.pm</target>
     <categoryname>handler</categoryname>
     <description>
       lm element implementation, using the math parser package
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/units.json</source>
     <target dist='default'>home/httpd/lonTabs/units.json</target>
     <categoryname>static conf</categoryname>
     <description>
       Math parser: units
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/constants.json</source>
     <target dist='default'>home/httpd/lonTabs/constants.json</target>
     <categoryname>static conf</categoryname>
     <description>
       Math parser: constants
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/CalcEnv.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/CalcEnv.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: Calculation environment
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/CalcException.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/CalcException.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: Calculation exception
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/Definitions.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/Definitions.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: Operator definitions
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/ENode.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/ENode.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: Parsed tree node.
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/Operator.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/Operator.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: Parser operator
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/ParseException.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/ParseException.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: Parse exception
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/Parser.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/Parser.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: Equation parser
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/QInterval.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/QInterval.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: An interval of quantities
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/QIntervalUnion.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/QIntervalUnion.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: A union of possibly disjoint intervals
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/QMatrix.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/QMatrix.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: A matrix of quantities
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/QSet.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/QSet.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: A set of quantities
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/Quantity.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/Quantity.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: A quantity (value and units)
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/QVector.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/QVector.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: A vector of quantities
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/Token.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/Token.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: A parser token.
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/Tokenizer.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/Tokenizer.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: String tokenizer
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/Units.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/Units.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: Loads and converts units
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/daxepage.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/daxepage.pm</target>
     <categoryname>handler</categoryname>
     <description>
       Handler displaying Daxe and the problem preview
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/daxeopen.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/daxeopen.pm</target>
     <categoryname>handler</categoryname>
     <description>
       Handler sending a file for Daxe, converting problems if necessary
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/daxesave.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/daxesave.pm</target>
     <categoryname>handler</categoryname>
     <description>
       Handler saving a file edited with Daxe
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/cleanxml/pre_xml.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/pre_xml.pm</target>
     <categoryname>system file</categoryname>
     <description>
       First step to clean a file before Daxe editing.
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/cleanxml/html_to_xml.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/html_to_xml.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Second step to clean a file before Daxe editing.
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/cleanxml/post_xml.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/post_xml.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Third step to clean a file before Daxe editing.
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/cleanxml/xml_to_loncapa.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/xml_to_loncapa.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Takes a well-formed XML file content and converts it to LON-CAPA syntax.
     </description>
     <status>works/unverified</status>
   </file>
   <file>
 <source>loncom/xml/Safe.pm</source>  <source>loncom/xml/Safe.pm</source>
 <target dist='default'>home/httpd/lib/perl/Safe.pm</target>  <target dist='default'>home/httpd/lib/perl/Safe.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 6358  by the URL-related pattern syntax: Line 6815  by the URL-related pattern syntax:
 <source>loncom/auth/blockedaccess.pm</source>  <source>loncom/auth/blockedaccess.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/blockedaccess.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/blockedaccess.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
 <description>Information about course-based blocking conditions for files with blocked access (currently affects portfolio files)</description>  <description>Information about course-based blocking conditions for files with blocked access (currently affects portfolio files) and resources in a course</description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/auth/lonprotected.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonprotected.pm</target>
   <categoryname>handler</categoryname>
   <description>Information about deeplink-only access for a resource</description>
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
Line 6376  by the URL-related pattern syntax: Line 6840  by the URL-related pattern syntax:
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
   <source>loncom/auth/lonslotcheck.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonslotcheck.pm</target>
   <categoryname>handler</categoryname>
   <description>Checks if access to a non-gradable external tool uses slots.
   Disable subsequent PerlHandlers if a slot is in use, and slot status does
   not currently allow access.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/auth/publiccheck.pm</source>    <source>loncom/auth/publiccheck.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/publiccheck.pm</target>    <target dist='default'>home/httpd/lib/perl/Apache/publiccheck.pm</target>
   <categoryname>handler</categoryname>    <categoryname>handler</categoryname>
Line 6397  by the URL-related pattern syntax: Line 6871  by the URL-related pattern syntax:
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
   <source>loncom/auth/lonlinkexit.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonlinkexit.pm</target>
   <categoryname>handler</categoryname>
   <description>
   logout session launched via deep link and escape iframe and redirect
   (for LTI-protected link and appropriate Link Protection setting in course)
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/auth/migrateuser.pm</source>    <source>loncom/auth/migrateuser.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/migrateuser.pm</target>    <target dist='default'>home/httpd/lib/perl/Apache/migrateuser.pm</target>
   <categoryname>handler</categoryname>    <categoryname>handler</categoryname>
Line 6425  by the URL-related pattern syntax: Line 6909  by the URL-related pattern syntax:
   <status>works/unverified</status>    <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
     <source>loncom/auth/lonrelaunch.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/lonrelaunch.pm</target>
     <categoryname>handler</categoryname>
     <description>For a deep link protected by LTI where username is included
                  in launch payload, expire user's current session if username
                  from payload does not match username in LON-CAPA session.
     </description>
     <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/auth/lonshibauth.pm</source>    <source>loncom/auth/lonshibauth.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonshibauth.pm</target>    <target dist='default'>home/httpd/lib/perl/Apache/lonshibauth.pm</target>
   <categoryname>handler</categoryname>    <categoryname>handler</categoryname>
Line 6943  eps.gif; Line 7437  eps.gif;
 eps_big.gif;  eps_big.gif;
 exam.gif;  exam.gif;
 exam_big.gif;  exam_big.gif;
   externallink.gif;
 face-angel.png;  face-angel.png;
 face-angry.png;  face-angry.png;
 face-cool.png;  face-cool.png;
Line 7024  mpg.gif; Line 7519  mpg.gif;
 navmap.correct.gif;  navmap.correct.gif;
 navmap.partial.gif;  navmap.partial.gif;
 navmap.ellipsis.gif;  navmap.ellipsis.gif;
   navmap.none.closed.gif;
   navmap.none.open.gif;
 navmap.open.gif;  navmap.open.gif;
 navmap.page.open.gif;  navmap.page.open.gif;
 navmap.page.closed.gif;  navmap.page.closed.gif;
Line 7352  compiles/tth.so.x86_64.perl.5.26; Line 7849  compiles/tth.so.x86_64.perl.5.26;
 compiles/tth.so.i386.perl.5.28;  compiles/tth.so.i386.perl.5.28;
 compiles/tth.so.x86_64.perl.5.28;  compiles/tth.so.x86_64.perl.5.28;
 compiles/tth.so.x86_64.perl.5.30;  compiles/tth.so.x86_64.perl.5.30;
   compiles/tth.so.x86_64.perl.5.32;
   compiles/tth.so.x86_64.perl.5.34;
 compiles/tth.so.x86_64.sles12;  compiles/tth.so.x86_64.sles12;
 compiles/tth.so.x86_64.sles15;  compiles/tth.so.x86_64.sles15;
 compiles/tth.so.i386.debian5;  compiles/tth.so.i386.debian5;
Line 7883  next.gif; Line 8382  next.gif;
 nothumb.gif;  nothumb.gif;
 open-all-folders.gif;  open-all-folders.gif;
 open-first-problem.gif;  open-first-problem.gif;
   printout.gif;
 pdfupload.gif;  pdfupload.gif;
 parm.gif;  parm.gif;
 pcstr.gif;  pcstr.gif;
Line 8011  alnk.png; Line 8511  alnk.png;
 aboutme.png;  aboutme.png;
 addClickerInfoFile.png;  addClickerInfoFile.png;
 anonsurveythreshold.png;  anonsurveythreshold.png;
   bubblesheet.png;
 ccatconf.png;  ccatconf.png;
 ccat-22x22.png;  ccat-22x22.png;
 chat.png;  chat.png;
   collapsed.png;
 comblock.png;  comblock.png;
 contact-new.png;  contact-new.png;
 contact-new-22x22.png;  contact-new-22x22.png;
Line 8023  dialog-information.png; Line 8525  dialog-information.png;
 docs-22x22.png;  docs-22x22.png;
 document-open.png;  document-open.png;
 document-properties.png;  document-properties.png;
   download_sub.png;
 dropbox.png;  dropbox.png;
 dump.png;  dump.png;
 edit-copy.png;  edit-copy.png;
Line 8037  edit-undo-22x22.png; Line 8540  edit-undo-22x22.png;
 emblem-photos.png;  emblem-photos.png;
 emblem-readonly.png;  emblem-readonly.png;
 emblem-system.png;  emblem-system.png;
   expanded.png;
 extres.png;  extres.png;
 exttool.png;  exttool.png;
 folder-new.png;  folder-new.png;
 folder-new-22x22.png;  folder-new-22x22.png;
 format-justify-fill.png;  format-justify-fill.png;
 fromfile.png;  fromfile.png;
   grade_PageFolder.png;
   grade_students.png;
   grading_table.png;
 groupportfolio.png;  groupportfolio.png;
 groupportfolioquota.png;  groupportfolioquota.png;
 grp_add.png;  grp_add.png;
Line 8071  preferences-desktop-remote-desktop.png; Line 8578  preferences-desktop-remote-desktop.png;
 preferences-desktop-theme.png;  preferences-desktop-theme.png;
 preferences-desktop-wallpaper.png;  preferences-desktop-wallpaper.png;
 preferences-system-windows.png;  preferences-system-windows.png;
   receipt_number.png;
 rcrs-22x22.png;  rcrs-22x22.png;
 recover.png;  recover.png;
 remotecontrol.png;  remotecontrol.png;
Line 8093  symbs.png; Line 8601  symbs.png;
 system-lock-screen.png;  system-lock-screen.png;
 system-users.png;  system-users.png;
 timer.png;  timer.png;
   timezone.png;
 trck-22x22.png;  trck-22x22.png;
   ungrade_sub.png;
 uplcrs.png;  uplcrs.png;
 uploadscores.png;  uploadscores.png;
 verify.png;  verify.png;
 view-mode-22x22.png;  view-mode-22x22.png;
   viewuser.png;
 wishlist.png;  wishlist.png;
 wishlist-link.png;  wishlist-link.png;
 wishlist-link-lighter.png;  wishlist-link-lighter.png;
Line 8246  Associated file for answering reactionre Line 8757  Associated file for answering reactionre
 </description>  </description>
 <filenames>  <filenames>
 reaction_editor.html;  reaction_editor.html;
 reaction_frame.html;  
 reaction_help.html;  reaction_help.html;
 reaction_viewer.html;  reaction_viewer.html;
 reaction_window.html  reaction_preview.js;
 </filenames>  </filenames>
 </fileglob>  </fileglob>
 <file>  <file>
Line 8367  file that allows setuid password privile Line 8877  file that allows setuid password privile
 <source>loncom/init.d/loncontrol</source>  <source>loncom/init.d/loncontrol</source>
 <target dist='default'>etc/rc.d/init.d/loncontrol</target>  <target dist='default'>etc/rc.d/init.d/loncontrol</target>
 <target dist='suse9.2 suse9.3 sles9 sles10 sles11 sles12 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2 suse12.3 suse13.1 suse13.2 debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12 ubuntu14 ubuntu16'>etc/init.d/loncontrol</target>  <target dist='suse9.2 suse9.3 sles9 sles10 sles11 sles12 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2 suse12.3 suse13.1 suse13.2 debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12 ubuntu14 ubuntu16'>etc/init.d/loncontrol</target>
 <target dist='fedora26 fedora27 fedora28 fedora29 fedora30 fedora31 sles15 ubuntu18 ubuntu20 rhes8 centos8 oracle7 oracle8'>home/httpd/perl/loncontrol</target>  <target dist='fedora26 fedora27 fedora28 fedora29 fedora30 fedora31 fedora32 fedora33 fedora34 fedora35 sles15 ubuntu18 ubuntu20 rhes8 centos8 oracle7 oracle8 rocky8 alma8 centos8-stream centos9-stream'>home/httpd/perl/loncontrol</target>
 <categoryname>root script</categoryname>  <categoryname>root script</categoryname>
 <description>  <description>
 Controls the launching/halting of lonc, lond, and lonsql processes.  Controls the launching/halting of lonc, lond, and lonsql processes.
Line 8376  Controls the launching/halting of lonc, Line 8886  Controls the launching/halting of lonc,
 <file>  <file>
 <source>loncom/init.d/loncontrol.service</source>  <source>loncom/init.d/loncontrol.service</source>
 <target dist='default'>home/httpd/perl/systemd/loncontrol.service</target>  <target dist='default'>home/httpd/perl/systemd/loncontrol.service</target>
 <target dist='fedora26 fedora27 fedora28 fedora29 fedora30 fedora31 sles15 ubuntu18 ubuntu20 rhes8 centos8 oracle7 oracle8'>etc/systemd/system/loncontrol.service</target>  <target dist='fedora26 fedora27 fedora28 fedora29 fedora30 fedora31 fedora32 fedora33 fedora34 fedora35 sles15 ubuntu18 ubuntu20 rhes8 centos8 oracle7 oracle8 rocky8 alma8 centos8-stream centos9-stream'>etc/systemd/system/loncontrol.service</target>
 <categoryname>static conf</categoryname>  <categoryname>static conf</categoryname>
 <description>  <description>
 Controls the launching/halting of lon-capa daemons by loncontrol in systemd  Controls the launching/halting of lon-capa daemons by loncontrol in systemd
 </description>  </description>
 </file>  </file>
 <link dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12 ubuntu14 ubuntu16 suse9.2 suse9.3 sles9 sles10 sles11 sles12 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2 suse12.3 suse13.1 suse13.2 fedora1 fedora2 fedora3 fedora4 fedora5 fedora6 fedora7 fedora8 fedora9 fedora10 fedora11 fedora12 fedora13 fedora14 fedora15 fedora16 fedora17 fedora18 fedora19 fedora20 fedora21 fedora22 fedora23 fedora24 fedora25 rhes4 rhes5 rhes6 rhes7 scientific5 scientific6 scientific7 centos5 centos6 centos7 oracle'>  <link dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12 ubuntu14 ubuntu16 suse9.2 suse9.3 sles9 sles10 sles11 sles12 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2 suse12.3 suse13.1 suse13.2 fedora1 fedora2 fedora3 fedora4 fedora5 fedora6 fedora7 fedora8 fedora9 fedora10 fedora11 fedora12 fedora13 fedora14 fedora15 fedora16 fedora17 fedora18 fedora19 fedora20 fedora21 fedora22 fedora23 fedora24 fedora25 rhes4 rhes5 rhes6 rhes7 scientific5 scientific6 scientific7 centos5 centos6 centos7 oracle6'>
 <linkto dist='default'>etc/rc.d/init.d/loncontrol</linkto>  <linkto dist='default'>etc/rc.d/init.d/loncontrol</linkto>
 <linkto dist='suse9.2 suse9.3 sles9 sles10 sles11 sles12 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2 suse12.3 suse13.1 suse13.2 debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12 ubuntu14 ubuntu16'>etc/init.d/loncontrol</linkto>  <linkto dist='suse9.2 suse9.3 sles9 sles10 sles11 sles12 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2 suse12.3 suse13.1 suse13.2 debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12 ubuntu14 ubuntu16'>etc/init.d/loncontrol</linkto>
 <target dist='default'>  <target dist='default'>
Line 8429  symbolic links to /etc/rc.d/init.d/lonco Line 8939  symbolic links to /etc/rc.d/init.d/lonco
 loncom/init.d/loncontrol  loncom/init.d/loncontrol
   </dependencies>    </dependencies>
 </file>  </file>
 <file dist="fedora26 fedora27 fedora28 fedora29 fedora30 fedora31 sles15 ubuntu18 ubuntu20 rhes8 centos8 oracle7 oracle8">  <file dist="fedora26 fedora27 fedora28 fedora29 fedora30 fedora31 fedora32 fedora33 fedora34 fedora35 sles15 ubuntu18 ubuntu20 rhes8 centos8 oracle7 oracle8 rocky8 alma8 centos8-stream centos9-stream">
 <source>loncom/init.d/loncontrol.service</source>  <source>loncom/init.d/loncontrol.service</source>
 <target>etc/systemd/system/loncontrol.service</target>  <target>etc/systemd/system/loncontrol.service</target>
 <description>  <description>
 Controls the launching/halting of lon-capa daemons by loncontrol in systemd  Controls the launching/halting of lon-capa daemons by loncontrol in systemd
 </description>  </description>
   <installscript dist="fedora26 fedora27 fedora28 fedora29 fedora30 fedora31 sles15 rhes8 centos8 oracle7 oracle8">    <installscript dist="fedora26 fedora27 fedora28 fedora29 fedora30 fedora31 fedora32 fedora33 fedora34 fedora35 sles15 rhes8 centos8 oracle7 oracle8 rocky8 alma8 centos8-stream centos9-stream">
 -c '/usr/bin/systemctl enable loncontrol.service'  -c '/usr/bin/systemctl enable loncontrol.service'
   </installscript>    </installscript>
   <installscript dist="ubuntu18 ubuntu20">    <installscript dist="ubuntu18 ubuntu20">
Line 8749  seed_accesscount.pl; Line 9259  seed_accesscount.pl;
 stress.pl;  stress.pl;
 testkerberos.pl;  testkerberos.pl;
 unescape.pl;  unescape.pl;
   unsubresources.pl;
 user_login_count.pl;  user_login_count.pl;
 </filenames>  </filenames>
 </fileglob>  </fileglob>

Removed from v.1.797.2.113.2.1  
changed lines
  Added in v.1.797.2.131.2.21


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