--- loncom/init.d/loncontrol 2003/11/06 15:05:23 1.13 +++ loncom/init.d/loncontrol 2003/12/08 18:59:30 1.14 @@ -74,13 +74,13 @@ elsif ($command eq "stop") { &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";