Diff for /loncom/build/Makefile between versions 1.201.2.27 and 1.201.2.28

version 1.201.2.27, 2024/07/28 20:05:23 version 1.201.2.28, 2024/07/31 22:10:08
Line 373  hosts_and_domain_tab: TEST_hosts_tab TES Line 373  hosts_and_domain_tab: TEST_hosts_tab TES
  "$(TARGET)" > Makefile.install   "$(TARGET)" > Makefile.install
  make -f Makefile.install directories   make -f Makefile.install directories
  make -f Makefile.install files   make -f Makefile.install files
  @echo "If hosts.tab or domain.tab has changed, restart httpd and loncontrol:"   @echo "If hosts.tab or domain.tab has changed, restart the web server and loncontrol:"
  @echo "   /etc/rc.d/init.d/httpd restart"   @echo "   service httpd restart,  or if that is unavailable on your Linux distro:"
  @echo "   /etc/rc.d/init.d/loncontrol restart"   @echo "   service apache2 restart"
    @echo "   /home/httpd/perl/loncontrol restart, or if that is unavailable on your Linux distro:"
    @echo "   /etc/init.d/loncontrol restart"
   
 webserverconf:  webserverconf:
  cat $(SOURCE)/doc/loncapafiles/webserver.piml | \   cat $(SOURCE)/doc/loncapafiles/webserver.piml | \

Removed from v.1.201.2.27  
changed lines
  Added in v.1.201.2.28


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>