Diff for /doc/loncapafiles/loncapafiles.lpml between versions 1.540 and 1.546

version 1.540, 2007/05/24 07:12:01 version 1.546, 2007/06/08 20:01:06
Line 1118  as well as a /home/httpd/prtspool direct Line 1118  as well as a /home/httpd/prtspool direct
   
 <file>  <file>
   <source>loncom/interface/multidownload.pl</source>    <source>loncom/interface/multidownload.pl</source>
   <target dist='default'>home/httpd/cgi-bin/printout.pl</target>    <target dist='default'>home/httpd/cgi-bin/multidownload.pl</target>
   <categoryname>script</categoryname>    <categoryname>script</categoryname>
   <description>    <description>
 cgi script to generate a zip file of all student submissions  cgi script to generate a zip file of all student submissions
Line 6608  Controls the launching/halting of lonc, Line 6608  Controls the launching/halting of lonc,
 </description>  </description>
 </file>  </file>
 <link>  <link>
 <linkto>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 suse10.1 suse10.2'>etc/init.d/loncontrol</linkto>
 <target dist='default'>  <target dist='default'>
 etc/rc.d/rc0.d/K05loncontrol;  etc/rc.d/rc0.d/K05loncontrol;
 etc/rc.d/rc1.d/K05loncontrol;  etc/rc.d/rc1.d/K05loncontrol;
Line 6618  etc/rc.d/rc4.d/S95loncontrol; Line 6619  etc/rc.d/rc4.d/S95loncontrol;
 etc/rc.d/rc5.d/S95loncontrol;  etc/rc.d/rc5.d/S95loncontrol;
 etc/rc.d/rc6.d/K05loncontrol  etc/rc.d/rc6.d/K05loncontrol
 </target>  </target>
   <target dist='suse10.2'></target>
 <categoryname>symbolic link</categoryname>  <categoryname>symbolic link</categoryname>
 <description>  <description>
 symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>  symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
 </link>  </link>
   
   <file dist="suse10.2">
     <source>loncom/init.d/loncontrol</source>
     <target>etc/rc.d/</target>
     <description>
       setup loncontrol to run at boot
     </description>
     <installscript dist="suse10.2">
   -c 'chkconfig --del loncontrol;chkconfig loncontrol 345;chkconfig --list loncontrol'
     </installscript>
     <dependencies>
   loncom/init.d/loncontrol
     </dependencies>
   </file>
   
 <file>  <file>
 <source>loncom/atalk/config</source>  <source>loncom/atalk/config</source>
 <target dist='default'>usr/local/loncapa/doc/conf_examples/config</target>  <target dist='default'>usr/local/loncapa/doc/conf_examples/config</target>
Line 6750  of users, and (b) to display e-mail of t Line 6767  of users, and (b) to display e-mail of t
   <target dist='default'>home/httpd/perl/Autoenroll.pl</target>    <target dist='default'>home/httpd/perl/Autoenroll.pl</target>
   <categoryname>script</categoryname>    <categoryname>script</categoryname>
   <description>    <description>
     Local handler for automated enrollment, standard version.      Script to perform automated enrollments from institutional classlists.
     </description>
   </file>
   <file>
     <source>loncom/enrollment/Autoupdate.pl</source>
     <target dist='default'>home/httpd/perl/Autoupdate.pl</target>
     <categoryname>script</categoryname>
     <description>
       Script to perform automated updates of names for existing users in the domain using data provided by the domain's administrative information service.
   </description>    </description>
 </file>  </file>
 <file>  <file>
Line 6821  user_login_count.pl; Line 6846  user_login_count.pl;
 <filenames>  <filenames>
 create_db_dynamic;  create_db_dynamic;
 create_db_dynamic_64;  create_db_dynamic_64;
   create_db_dynamic_64_so.3;
 dump_db_static_32;  dump_db_static_32;
 </filenames>  </filenames>
 </fileglob>  </fileglob>

Removed from v.1.540  
changed lines
  Added in v.1.546


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