version 1.176, 2005/07/08 01:31:08
|
version 1.177, 2005/07/08 15:46:42
|
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 "clean_file_permissions: Remove erroneous keys from the " |
@echo " file_permissions.db" |
@echo " file_permissions.db" |
@echo "accesscount_seed: Migrate the access counting mechanism from " |
@echo "accesscount_seed: Migrate the access counting mechanism from " |
Line 425 sanitycheck:
|
Line 426 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 486 postinstall:
|
Line 492 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 |
make wrap_setuid |