--- loncom/build/Makefile 2004/12/23 18:01:02 1.171.2.2 +++ loncom/build/Makefile 2004/12/23 18:07:47 1.171.2.3 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA -# $Id: Makefile,v 1.171.2.2 2004/12/23 18:01:02 albertel Exp $ +# $Id: Makefile,v 1.171.2.3 2004/12/23 18:07:47 albertel Exp $ # TYPICAL USAGE of this Makefile is primarily for two targets: # "make build" and "make install". @@ -126,6 +126,7 @@ help_TARGETS: @echo "ntpcheck: test to see if ntp is installed and running." @echo "html_parser_check: test functionality of HTML::Parser." @echo "cron_lpmlcheck: remove cron file /etc/cron.d/loncapa.lpml." + @echo "chkconfig: test runlevels of httpd and loncontrol." @echo "rpmcheck: test to see if rpms known to confict are installed." @echo "updatequery: solicit the user for machine configuration" @echo " information; to be incorporated during an update" @@ -406,6 +407,10 @@ cron_lpmlcheck: perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ tee -a WARNINGS +chkconfig: + cat $(SOURCE)/doc/loncapafiles/chkconfig.piml | \ + perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ + tee -a WARNINGS rpmcheck: cat $(SOURCE)/doc/loncapafiles/rpmcheck.piml | \ @@ -461,6 +466,7 @@ postinstall: make accesscount_seed make modify_config_files make clearoutoldspreadsheetcache + make chkconfig make rpmcheck make ntpcheck make html_parser_check