[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /build Makefile /html/adm/help/tex Slot_CommaDelimited.tex
raeburn
raeburn at source.lon-capa.org
Wed Jul 31 18:10:08 EDT 2024
raeburn Wed Jul 31 22:10:08 2024 EDT
Modified files: (Branch: version_2_11_X)
/loncom/html/adm/help/tex Slot_CommaDelimited.tex
/loncom/build Makefile
Log:
- For 2.11
Backport 1.227
Index: loncom/html/adm/help/tex/Slot_CommaDelimited.tex
diff -u loncom/html/adm/help/tex/Slot_CommaDelimited.tex:1.6.2.2 loncom/html/adm/help/tex/Slot_CommaDelimited.tex:1.6.2.3
--- loncom/html/adm/help/tex/Slot_CommaDelimited.tex:1.6.2.2 Tue Jan 19 18:56:20 2021
+++ loncom/html/adm/help/tex/Slot_CommaDelimited.tex Tue Mar 9 19:54:33 2021
@@ -1,4 +1,4 @@
-\label{Slot_CommaDelimited}
+\label{Slot_CommaDelimited}\index(slot attributes file}
If you will be creating several slots you may prefer to create them by uploading a comma separated value (CSV) file containing slot configuration information with one line of data per slot. An easy way to create this type of file is to use a spreadsheet application such as Microsoft Excel, and save the file as a Text (CSV) file. If you use a text editor directly to create the file, you should use double quotes around any values which themselves contain a comma (e.g., list of proctor ids).
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.201.2.27 loncom/build/Makefile:1.201.2.28
--- loncom/build/Makefile:1.201.2.27 Sun Jul 28 20:05:23 2024
+++ loncom/build/Makefile Wed Jul 31 22:10:08 2024
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
-# $Id: Makefile,v 1.201.2.27 2024/07/28 20:05:23 raeburn Exp $
+# $Id: Makefile,v 1.201.2.28 2024/07/31 22:10:08 raeburn Exp $
# TYPICAL USAGE of this Makefile is primarily for two targets:
# "make build" and "make install".
@@ -373,9 +373,11 @@
"$(TARGET)" > Makefile.install
make -f Makefile.install directories
make -f Makefile.install files
- @echo "If hosts.tab or domain.tab has changed, restart httpd and loncontrol:"
- @echo " /etc/rc.d/init.d/httpd restart"
- @echo " /etc/rc.d/init.d/loncontrol restart"
+ @echo "If hosts.tab or domain.tab has changed, restart the web server and loncontrol:"
+ @echo " service httpd restart, or if that is unavailable on your Linux distro:"
+ @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:
cat $(SOURCE)/doc/loncapafiles/webserver.piml | \
More information about the LON-CAPA-cvs
mailing list