--- loncom/init.d/loncontrol 2007/05/31 05:20:06 1.30 +++ loncom/init.d/loncontrol 2007/06/02 03:40:02 1.31 @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# $Id: loncontrol,v 1.30 2007/05/31 05:20:06 albertel Exp $ +# $Id: loncontrol,v 1.31 2007/06/02 03:40:02 albertel Exp $ # # The LearningOnline Network with CAPA # @@ -37,6 +37,16 @@ # config: /etc/httpd/conf/loncapa.conf # config: /home/httpd/lonTabs/hosts.tab # config: /home/httpd/lonTabs/spare.tab +# SuSE chkconfig/insserv info +### BEGIN INIT INFO +# Provides: loncapa +# Required-Start: mysql apache2 $network $remote_fs +# Required-Stop: +# Default-Start: 3 4 5 +# Default-Stop: +# Description: Starts the LON-CAPA services +### END INIT INFO + $command=$ARGV[0]; $command=~s/[^a-z]//g;