[LON-CAPA-cvs] cvs: doc /loncapafiles cron_lpmlcheck.piml
matthew
lon-capa-cvs@mail.lon-capa.org
Wed, 23 Jun 2004 14:41:38 -0000
matthew Wed Jun 23 10:41:38 2004 EDT
Added files:
/doc/loncapafiles cron_lpmlcheck.piml
Log:
Remove /etc/cron.d/loncapa.lpmlsave
Index: doc/loncapafiles/cron_lpmlcheck.piml
+++ doc/loncapafiles/cron_lpmlcheck.piml
<!DOCTYPE piml PUBLIC "-//TUX/DTD piml 1.0 Final//EN"
"http://lpml.sourceforge.net/DTD/piml.dtd">
<!-- cron_lpmlcheck.piml -->
<!-- Matthew Hall -->
<!-- $Id: cron_lpmlcheck.piml,v 1.1 2004/06/23 14:41:38 matthew Exp $ -->
<!--
This file is part of the LearningOnline Network with CAPA (LON-CAPA).
LON-CAPA is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
LON-CAPA is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LON-CAPA; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
/home/httpd/html/adm/gpl.txt
http://www.lon-capa.org/
-->
<piml>
<targetroot>/</targetroot>
<files>
<file>
<target dist="default">/home/httpd/lonUsers</target>
<perlscript mode="fg">
if (-e '/etc/cron.d/loncapa.lpmlsave') {
unlink ('/etc/cron.d/loncapa.lpmlsave');
}
</perlscript>
</file>
</files>
</piml>