--- loncom/loncnew 2003/10/07 11:23:03 1.27 +++ loncom/loncnew 2003/10/14 15:36:21 1.28 @@ -2,7 +2,7 @@ # The LearningOnline Network with CAPA # lonc maintains the connections to remote computers # -# $Id: loncnew,v 1.27 2003/10/07 11:23:03 foxr Exp $ +# $Id: loncnew,v 1.28 2003/10/14 15:36:21 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -45,6 +45,12 @@ # Change log: # $Log: loncnew,v $ +# Revision 1.28 2003/10/14 15:36:21 albertel +# - making it easier to run loncnew, +# /etc/init.d/loncontrol startnew +# /etc/init.d/loncontrol restartnew +# will now start loncnew in place of lonc +# # Revision 1.27 2003/10/07 11:23:03 foxr # Installed and tested code to process reinit in parent server. # @@ -1774,7 +1780,7 @@ sub Restart { Log("CRITICAL", "Restarting"); my $execdir = $perlvar{'lonDaemons'}; unlink("$execdir/logs/lonc.pid"); - exec("$execdir/lonc"); + exec("$execdir/loncnew"); } =pod