--- loncom/init.d/loncontrol 2000/10/27 18:06:00 1.4 +++ loncom/init.d/loncontrol 2001/04/21 15:29:05 1.5 @@ -22,7 +22,7 @@ if (($command eq "restart") or ($command print "Ending LON-CAPA client and daemon processes\n"; print `su -c '/bin/kill \`/bin/cat /home/httpd/perl/logs/*.pid\`' www`; print "Starting LON-CAPA client and daemon processes (please be patient)\n"; - system("su -c '/home/httpd/perl/loncron' www"); + system("su -c '/home/httpd/perl/loncron quick' www"); } elsif ($command eq "stop") { print "Stopping LON-CAPA\n"; @@ -31,7 +31,7 @@ elsif ($command eq "stop") { elsif ($command eq "start") { print "Starting LON-CAPA\n"; print "Starting LON-CAPA client and daemon processes (please be patient)\n"; - system("su -c /home/httpd/perl/loncron www"); + system("su -c '/home/httpd/perl/loncron quick' www"); } elsif ($command eq "status") { $response=`/bin/cat /home/httpd/perl/logs/*.pid 2>&1`;