[LON-CAPA-cvs] cvs: loncom(version_1_3_X) /build Makefile

albertel lon-capa-cvs@mail.lon-capa.org
Thu, 23 Dec 2004 18:07:47 -0000


albertel		Thu Dec 23 13:07:47 2004 EDT

  Modified files:              (Branch: version_1_3_X)
    /loncom/build	Makefile 
  Log:
  - backport 1.172
  
  
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.171.2.2 loncom/build/Makefile:1.171.2.3
--- loncom/build/Makefile:1.171.2.2	Thu Dec 23 13:01:02 2004
+++ loncom/build/Makefile	Thu Dec 23 13:07:47 2004
@@ -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 @@
 	@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 @@
 	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 @@
 	make accesscount_seed
 	make modify_config_files
 	make clearoutoldspreadsheetcache
+	make chkconfig
 	make rpmcheck
 	make ntpcheck
 	make html_parser_check