[LON-CAPA-cvs] cvs: loncom /init.d loncontrol
albertel
lon-capa-cvs@mail.lon-capa.org
Mon, 08 Dec 2003 18:59:30 -0000
albertel Mon Dec 8 13:59:30 2003 EDT
Modified files:
/loncom/init.d loncontrol
Log:
- make loncnew the default
Index: loncom/init.d/loncontrol
diff -u loncom/init.d/loncontrol:1.13 loncom/init.d/loncontrol:1.14
--- loncom/init.d/loncontrol:1.13 Thu Nov 6 10:05:23 2003
+++ loncom/init.d/loncontrol Mon Dec 8 13:59:30 2003
@@ -74,13 +74,13 @@
&stop_daemon($daemon);
}
}
-elsif ($command eq "start") {
+elsif ($command eq "startold") {
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");
}
-elsif ($command eq "startnew") {
+elsif ($command eq "start") {
print 'Starting LON-CAPA'."\n";
print 'Starting LON-CAPA client and daemon processes (please be patient)'.
"\n";