--- loncom/init.d/loncontrol 2003/10/14 15:36:21 1.12 +++ loncom/init.d/loncontrol 2003/12/18 21:23:01 1.15 @@ -51,7 +51,7 @@ sub stop_daemon { if (($command eq "restart") or ($command eq "reload")) { print 'Restarting LON-CAPA'."\n"; print 'Ending LON-CAPA client and daemon processes'."\n"; - foreach my $daemon ('lonsql','lond','lonc','loncnew','lonhttpd') { + foreach my $daemon ('lonsql','lond','lonc','lonhttpd') { &stop_daemon($daemon); } print 'Starting LON-CAPA client and daemon processes (please be patient)'. @@ -61,7 +61,7 @@ if (($command eq "restart") or ($command elsif (($command eq "restartnew") or ($command eq "reloadnew")) { print 'Restarting LON-CAPA'."\n"; print 'Ending LON-CAPA client and daemon processes'."\n"; - foreach my $daemon ('lonsql','lond','lonc','loncnew','lonhttpd') { + foreach my $daemon ('lonsql','lond','lonc','lonhttpd') { &stop_daemon($daemon); } print 'Starting LON-CAPA client and daemon processes (please be patient)'. @@ -70,7 +70,7 @@ elsif (($command eq "restartnew") or ($c } elsif ($command eq "stop") { print 'Stopping LON-CAPA'."\n"; - foreach my $daemon ('lonsql','lond','lonc','loncnew','lonhttpd') { + foreach my $daemon ('lonsql','lond','lonc','lonhttpd') { &stop_daemon($daemon); } }