version 1.158, 2004/05/19 16:05:38
|
version 1.159, 2004/05/19 16:31:43
|
Line 120 help_TARGETS:
|
Line 120 help_TARGETS:
|
@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 "ntpcheck: test to see if ntp is installed and running." |
@echo "ntpcheck: test to see if ntp is installed and running." |
|
@echo "rpmcheck: test to see if rpms known to confict are installed." |
@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 387 ntpcheck:
|
Line 388 ntpcheck:
|
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
tee -a WARNINGS |
tee -a WARNINGS |
|
|
|
rpmcheck: |
|
cat $(SOURCE)/doc/loncapafiles/rpmcheck.piml | \ |
|
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
|
tee -a WARNINGS |
|
|
sanitycheck: |
sanitycheck: |
cat $(SOURCE)/doc/loncapafiles/sanitycheck.piml | \ |
cat $(SOURCE)/doc/loncapafiles/sanitycheck.piml | \ |
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
Line 426 postinstall:
|
Line 432 postinstall:
|
make reseval_fixup |
make reseval_fixup |
make accesscount_seed |
make accesscount_seed |
make clearoutoldspreadsheetcache |
make clearoutoldspreadsheetcache |
|
make rpmcheck |
make ntpcheck |
make ntpcheck |
make sanitycheck |
make sanitycheck |
make sendmail_fix |
make sendmail_fix |