version 1.171.2.5, 2005/02/02 19:31:47
|
version 1.183.2.1, 2007/05/10 21:20:24
|
Line 22 SAVE=program.pl.$(TIMESTAMP)
|
Line 22 SAVE=program.pl.$(TIMESTAMP)
|
LAUNCHSAVE=$(OUTSTREAM) $(SAVE) |
LAUNCHSAVE=$(OUTSTREAM) $(SAVE) |
METAMTARGET="" |
METAMTARGET="" |
MTARGET="" |
MTARGET="" |
VERSION=1.3.2 |
VERSION=2.3.99.0 |
# The current working definition for "RELEASE" is: changes not in the software, |
# The current working definition for "RELEASE" is: changes not in the software, |
# but in the operating system dependent packaging of the software. Thus, the |
# but in the operating system dependent packaging of the software. Thus, the |
# generic tarball releases do not need to have a release number specified. |
# generic tarball releases do not need to have a release number specified. |
Line 119 help_TARGETS:
|
Line 119 help_TARGETS:
|
@echo " system" |
@echo " system" |
@echo "sanitycheck: probe for common errors and recommend fixes to" |
@echo "sanitycheck: probe for common errors and recommend fixes to" |
@echo " the user" |
@echo " the user" |
|
@echo "logcleanup: clean spurious logfile entries" |
|
@echo "clean_file_permissions: Remove erroneous keys from the " |
|
@echo " file_permissions.db" |
@echo "accesscount_seed: Migrate the access counting mechanism from " |
@echo "accesscount_seed: Migrate the access counting mechanism from " |
@echo " nohist_reseval.db to nohist_accesscount.db." |
@echo " nohist_reseval.db to nohist_accesscount.db." |
@echo "modify_config_files: Perform automatic update of the " |
@echo "modify_config_files: Perform automatic update of the " |
Line 128 help_TARGETS:
|
Line 131 help_TARGETS:
|
@echo "cron_lpmlcheck: remove cron file /etc/cron.d/loncapa.lpml." |
@echo "cron_lpmlcheck: remove cron file /etc/cron.d/loncapa.lpml." |
@echo "chkconfig: test runlevels of httpd and loncontrol." |
@echo "chkconfig: test runlevels of httpd and loncontrol." |
@echo "rpmcheck: test to see if rpms known to confict are installed." |
@echo "rpmcheck: test to see if rpms known to confict are installed." |
|
@echo "wrap_setuid: put a C wrapper around setuid scripts." |
@echo "updatequery: solicit the user for machine configuration" |
@echo "updatequery: solicit the user for machine configuration" |
@echo " information; to be incorporated during an update" |
@echo " information; to be incorporated during an update" |
@echo " procedure (via the UPDATE command)" |
@echo " procedure (via the UPDATE command)" |
Line 340 webserverconf:
|
Line 344 webserverconf:
|
# ---------------- Top-level files such as README, UPDATE, CHECKRPMS, and TEST |
# ---------------- Top-level files such as README, UPDATE, CHECKRPMS, and TEST |
vanillatar: |
vanillatar: |
# --------------------------- Point UPDATE to the internal make process |
# --------------------------- Point UPDATE to the internal make process |
echo '#!/bin/sh' > $(SOURCE)/UPDATE |
cp $(SOURCE)/loncom/UPDATE $(SOURCE)/UPDATE |
echo 'touch loncom/build/WARNINGS' >> $(SOURCE)/UPDATE; |
|
echo 'ln -s loncom/build/WARNINGS WARNINGS' >> $(SOURCE)/UPDATE; |
|
echo 'cd loncom/build; make build' >> $(SOURCE)/UPDATE |
|
echo 'make rawinstall' >> $(SOURCE)/UPDATE |
|
echo 'make configinstall' >> $(SOURCE)/UPDATE |
|
echo 'make updatequery' >> $(SOURCE)/UPDATE |
|
echo 'make hosts_and_domain_tab' >> $(SOURCE)/UPDATE |
|
echo 'make postinstall' >> $(SOURCE)/UPDATE |
|
echo 'make run_searchcat' >> $(SOURCE)/UPDATE |
|
echo 'make aboutVERSION' >> $(SOURCE)/UPDATE |
|
echo 'make warningnote' >> $(SOURCE)/UPDATE |
|
# ----------------------------- Point TEST to the internal make process |
# ----------------------------- Point TEST to the internal make process |
echo '#!/bin/sh' > $(SOURCE)/TEST |
echo '#!/bin/sh' > $(SOURCE)/TEST |
echo 'cd loncom/build; make test' >> $(SOURCE)/TEST |
echo 'cd loncom/build; make test' >> $(SOURCE)/TEST |
Line 422 sanitycheck:
|
Line 415 sanitycheck:
|
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
tee -a WARNINGS |
tee -a WARNINGS |
|
|
|
logcleanup: |
|
cat $(SOURCE)/doc/loncapafiles/logcleanup.piml | \ |
|
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
|
tee -a WARNINGS |
|
|
updatequery: |
updatequery: |
cat $(SOURCE)/doc/loncapafiles/updatequery.piml | \ |
cat $(SOURCE)/doc/loncapafiles/updatequery.piml | \ |
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(QUERYLAUNCH) |
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(QUERYLAUNCH) |
Line 430 run_searchcat:
|
Line 428 run_searchcat:
|
cat $(SOURCE)/doc/loncapafiles/run_searchcat.piml | \ |
cat $(SOURCE)/doc/loncapafiles/run_searchcat.piml | \ |
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(QUERYLAUNCH) |
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(QUERYLAUNCH) |
|
|
|
clean_file_permissions: |
|
cat $(SOURCE)/doc/loncapafiles/clean_file_permissions.piml | \ |
|
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
|
tee -a WARNINGS |
|
|
accesscount_seed: |
accesscount_seed: |
cat $(SOURCE)/doc/loncapafiles/accesscount_seed.piml | \ |
cat $(SOURCE)/doc/loncapafiles/accesscount_seed.piml | \ |
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
Line 445 reseval_fixup:
|
Line 448 reseval_fixup:
|
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
tee -a WARNINGS |
tee -a WARNINGS |
|
|
|
update_queue_slots: |
|
cat $(SOURCE)/doc/loncapafiles/update_queue_slots.piml | \ |
|
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
|
tee -a WARNINGS |
|
|
clearoutoldspreadsheetcache: |
clearoutoldspreadsheetcache: |
cat $(SOURCE)/doc/loncapafiles/clearoutoldspreadsheetcache.piml | \ |
cat $(SOURCE)/doc/loncapafiles/clearoutoldspreadsheetcache.piml | \ |
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
Line 460 ownership_fix:
|
Line 468 ownership_fix:
|
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
tee -a WARNINGS |
tee -a WARNINGS |
|
|
|
wrap_setuid: |
|
cat $(SOURCE)/doc/loncapafiles/wrap_setuid.piml | \ |
|
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
|
tee -a WARNINGS |
|
|
postinstall: |
postinstall: |
make webserverconf |
make webserverconf |
make reseval_fixup |
make reseval_fixup |
|
make clean_file_permissions |
make accesscount_seed |
make accesscount_seed |
|
make update_queue_slots |
make modify_config_files |
make modify_config_files |
make clearoutoldspreadsheetcache |
make clearoutoldspreadsheetcache |
make chkconfig |
make chkconfig |
Line 472 postinstall:
|
Line 487 postinstall:
|
make html_parser_check |
make html_parser_check |
make cron_lpmlcheck |
make cron_lpmlcheck |
make sanitycheck |
make sanitycheck |
|
make logcleanup |
make sendmail_fix |
make sendmail_fix |
make ownership_fix |
make ownership_fix |
|
make wrap_setuid |
|
|
VERSION: |
VERSION: |
install -d $(TARGET)/etc |
install -d $(TARGET)/etc |
Line 485 VERSION:
|
Line 502 VERSION:
|
|
|
aboutVERSION: |
aboutVERSION: |
cat $(SOURCE)/loncom/license/about.html | \ |
cat $(SOURCE)/loncom/license/about.html | \ |
perl -e '$$d=`date +"%Y%m%d"`;chomp($$d);while(<>){s/\<\!\-\- VERSION \-\-\>/$(VERSION)-$$d/; print;}' > \ |
perl -e '$$d=`date +"%Y%m%d%H"`;chomp($$d);while(<>){s/\<\!\-\- VERSION \-\-\>/$(VERSION)-$$d/; print;}' > \ |
$(SOURCE)/loncom/license/about.html.new |
$(SOURCE)/loncom/license/about.html.new |
mv -v $(SOURCE)/loncom/license/about.html.new \ |
mv -v $(SOURCE)/loncom/license/about.html.new \ |
$(SOURCE)/loncom/license/about.html |
$(SOURCE)/loncom/license/about.html |
cat $(SOURCE)/loncom/loncapa_apache.conf | \ |
cat $(SOURCE)/loncom/loncapa_apache.conf | \ |
perl -e '$$d=`date +"%Y%m%d"`;chomp($$d);while(<>){s/\<\!\-\- VERSION \-\-\>/$(VERSION)-$$d/; print;}' > \ |
perl -e '$$d=`date +"%Y%m%d%H"`;chomp($$d);while(<>){s/\<\!\-\- VERSION \-\-\>/$(VERSION)-$$d/; print;}' > \ |
$(SOURCE)/loncom/loncapa_apache.conf.new |
$(SOURCE)/loncom/loncapa_apache.conf.new |
mv -v $(SOURCE)/loncom/loncapa_apache.conf.new \ |
mv -v $(SOURCE)/loncom/loncapa_apache.conf.new \ |
$(SOURCE)/loncom/loncapa_apache.conf |
$(SOURCE)/loncom/loncapa_apache.conf |