--- loncom/build/Makefile 2024/07/08 23:46:06 1.225 +++ loncom/build/Makefile 2024/07/28 19:40:59 1.226 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA -# $Id: Makefile,v 1.225 2024/07/08 23:46:06 raeburn Exp $ +# $Id: Makefile,v 1.226 2024/07/28 19:40:59 raeburn Exp $ # TYPICAL USAGE of this Makefile is primarily for two targets: # "make build" and "make install". @@ -150,6 +150,7 @@ help_TARGETS: @echo "rpmcheck: test to see if rpms known to confict are installed." @echo "wrap_setuid: put a C wrapper around setuid scripts." @echo "bash_config_check: test if enable-bracketed-paste set to on." + @echo "systemd_config_check: test if ProtectHome set to readonly." @echo "latex_fixup: regenerate ls-R database for the latex base." @echo "picins_check: check for picins.sty, retrieve and rebuild" @echo " filename databases used by LaTeX" @@ -555,6 +556,11 @@ bash_config_check: perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ tee -a WARNINGS +systemd_config_check: + cat $(SOURCE)/doc/loncapafiles/systemd_config_check.piml | \ + perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ + tee -a WARNINGS + postinstall: make postaboutVERSION make webserverconf @@ -579,6 +585,7 @@ postinstall: make mimetex_version_check make verify_domconfiguser make bash_config_check + make systemd_config_check make latex_fmtutil make lcmathcomplex sed -i "s/\x08\x08*/.../g" WARNINGS