Annotation of loncom/build/Makefile, revision 1.219

1.48      harris41    1: # The LearningOnline Network with CAPA
                      2: 
1.219   ! raeburn     3: # $Id: Makefile,v 1.218 2019/10/23 20:55:00 raeburn Exp $
1.1       harris41    4: 
1.129     harris41    5: # TYPICAL USAGE of this Makefile is primarily for two targets:
                      6: # "make build" and "make install".
                      7: # Many other targets and features are supported (see the initial
                      8: # help targets).
                      9: 
                     10: # ======================================= Default settings for Makefile options
1.79      harris41   11: DISTPROBE=`perl ./distprobe`
                     12: DIST=$(DISTPROBE)
1.39      harris41   13: CATEGORY="development"
1.80      harris41   14: SOURCE=../..
1.51      harris41   15: TARGET=""
1.197     raeburn    16: CURRSHELL=`echo $(SHELL)`
                     17: ifneq ('/bin/bash',${CURRSHELL})
                     18: CURRSHELL=/bin/bash
                     19: endif
1.55      harris41   20: NORESTORECONF="0"
1.66      harris41   21: HOSTNAME=""
                     22: LAUNCH=| perl
1.106     harris41   23: QUERYLAUNCH=> /tmp/loncapa_query.pl; perl /tmp/loncapa_query.pl
1.66      harris41   24: OUTSTREAM=>
                     25: SAVE=program.pl.$(TIMESTAMP)
                     26: LAUNCHSAVE=$(OUTSTREAM) $(SAVE)
                     27: METAMTARGET=""
                     28: MTARGET=""
1.179     albertel   29: VERSION=CVS_HEAD
1.192     raeburn    30: SHOWVERSION=$(VERSION)
1.208     raeburn    31: NEXTVERSION=2.12
1.192     raeburn    32: ifeq (CVS_HEAD,${VERSION})
                     33: SHOWVERSION=$(NEXTVERSION).$(VERSION)
                     34: endif
                     35: #
1.142     harris41   36: # The current working definition for "RELEASE" is: changes not in the software,
                     37: # but in the operating system dependent packaging of the software.  Thus, the
                     38: # generic tarball releases do not need to have a release number specified.
                     39: RELEASE=1 # As a general rule for now, this is always being set to "1".
1.126     harris41   40: DIRTARGET=loncapa-$(VERSION)
1.143     harris41   41: LOCALAUTHPATH=/home/httpd/lib/perl
1.12      harris41   42: 
1.129     harris41   43: # =============================================== Help targets for the Makefile
                     44: # If 'make' is run without any arguments, the 'help' target is called since
                     45: # it is the first target.
1.105     harris41   46: help:
1.52      harris41   47: 	@echo "*** You need to specify a valid target ***"
1.129     harris41   48: 	@echo "To get a list of valid targets: \"make help_TARGETS\""
                     49: 	@echo "To get a list of valid options: \"make help_OPTIONS\""
                     50: 	@echo " "
                     51: 	@echo "Typically invoked targets are:"
                     52: 	@echo "    make build"
                     53: 	@echo "    make install"
                     54: 	@echo "    make test"
                     55: 	@echo "    make clean"
                     56: 
                     57: help_OPTIONS:
                     58: 	@echo "* ADJUSTABLE OPTIONS *"
1.218     raeburn    59: 	@echo "(option) DIST can be centosN (N = 5, 6, 7 or 8), rhesN (N = 4, 5, 6, 7 or 8),"
                     60: 	@echo "         scientificN (N = 5, 6 or 7), oracleN (N = 6, 7 or 8),"
1.215     raeburn    61: 	@echo "         or slesN (N = 9, 10, 11, 12 or 15), or debianN (N = 5 or 6)," 
1.219   ! raeburn    62: 	@echo "         or ubuntuN (N= 6, 8, 10, 12, 14, 16 or 18), or fedoraN (N = 1 .. 31),"
1.216     raeburn    63: 	@echo "         or suseN.M (N.M: 9.2 .. 13.2), or default."
1.215     raeburn    64: 	@echo "         It is unlikely you would ever need to specify this,"
                     65: 	@echo "         as it is automatically probed for."
1.129     harris41   66: 	@echo "(option) CATEGORY can be 'runtime' or 'development'; currently"
                     67: 	@echo "         the 'development' setting is the most reliable;"
                     68: 	@echo "         eventually, production machines should be using the"
                     69: 	@echo "         'runtime' settings"
                     70: 	@echo "(option) SOURCE is an absolute or relative directory path."
                     71: 	@echo "         SOURCE corresponds to the root directory of the"
                     72: 	@echo "         loncapa source release"
                     73: 	@echo "(option) TARGET is an absolute or relative directory path."
                     74: 	@echo "         This is where files will be installed on your system."
                     75: 	@echo "         Typically, this should be set to nothing (which"
                     76: 	@echo "         corresponds to the '/' root of the entire filesystem)."
                     77: 	@echo "(option) NORESTORECONF, when set to a non-zero value, stops"
                     78: 	@echo "         filesystem upgrades from overwriting existing "
                     79: 	@echo "         configuration files.  Ordinarily, NORESTORECONF=0, "
                     80: 	@echo "         because the existing configuration files are safely"
                     81: 	@echo "         dealt with (or so one hopes... :) )."
                     82: 	@echo "(option) HOSTNAME specifies the name of a remote server for"
                     83: 	@echo "         which a NET_* Makefile target should be launched"
                     84: 	@echo "(option) VERSION; especially useful for the 'tardist' target"
                     85: 	@echo "         this tags the tarball file and internal directories"
                     86: 	@echo "         with a specific version string (conventionally "
                     87: 	@echo "         numeric)"
                     88: 
                     89: help_TARGETS:
                     90: 	@echo "*** RUNNING TESTS TO ENSURE SOLID PERFORMANCE ***"
                     91: 	@echo "test: test different parts of the LON-CAPA system (TEST_*)."
                     92: 	@echo "      Makefile-dependent processes as well as horizontal and"
                     93: 	@echo "      vertical aspects of the LON-CAPA system architecture"
                     94: 	@echo "      are all tested."
                     95: 	@echo "TEST_lpml_scripts: make sure that the system can process"
                     96: 	@echo "                   the Linux Packaging Markup Language."
                     97: 	@echo "                   This is neither horizontal or vertical"
                     98: 	@echo "                   testing.  The idea is to make sure that"
                     99: 	@echo "                   the installation software itself works"
                    100: 	@echo "                   as expected."
1.52      harris41  101: 	@echo "TEST_system_dependencies: make sure that all needed system "
                    102: 	@echo "                          components are active and present "
                    103: 	@echo "                          on the server such as perl modules"
                    104: 	@echo "                          and the MySQL database"
1.129     harris41  105: 	@echo "                          (horizontal testing)"
                    106: 	@echo "TEST_web_layer: mimic a login and various vertical actions on "
1.52      harris41  107: 	@echo "                a LON-CAPA system"
1.149     albertel  108: 	@echo "TEST_hosts_and_domain_tab: make sure that a "
                    109: 	@echo "        loncapa/loncom/hosts.tab and loncapa/loncom/domain.tab"
                    110: 	@echo "        file is specified for installation"
1.129     harris41  111: 	@echo "TEST_html2ps: test for the presence of html2ps which is needed"
                    112: 	@echo "              for making a PDF compilation for pdfdoc"
                    113: 	@echo "*** GENERAL TARGETS SUCH AS 'build' AND 'install' ***"
                    114: 	@echo "build: compile the source tree"
                    115: 	@echo "buildflag: a semaphore that helps educate the user to run"
                    116: 	@echo "           'make build' first before running 'make install'"
                    117: 	@echo "configinstall: install configuration files and restore with"
                    118: 	@echo "               prior information"
1.134     albertel  119: 	@echo "install: install from a ***compiled*** source tree"
1.129     harris41  120: 	@echo "         (see make build) to a specified TARGET destination"
                    121: 	@echo "         on the filesystem (default setting is TARGET=/)."
                    122: 	@echo "rawinstall: just install files, links and directories without"
                    123: 	@echo "            any bells or whistles (e.g. double-checking"
                    124: 	@echo "            configurations, fine-tuning webserver, etc.)"
1.149     albertel  125: 	@echo "hosts_and_domain_tab: install the hosts.tab and domain.tab" 
                    126: 	@echo "                      to the filesystem"
1.129     harris41  127: 	@echo "webserverconf: fine-tune the web server configuration;"
                    128: 	@echo "               make sure the proper 'Include' statements"
                    129: 	@echo "               are appended to httpd.conf"
                    130: 	@echo "vanillatar: generate top-level files such as README, UPDATE,"
                    131: 	@echo "            CHECKRPMS, and TEST (needed by tardist)"
                    132: 	@echo "tardist: build a tarball that will upgrade the software on a "
                    133: 	@echo "         system"
                    134: 	@echo "sanitycheck: probe for common errors and recommend fixes to"
                    135: 	@echo "             the user"
1.177     www       136: 	@echo "logcleanup: clean spurious logfile entries"
1.173     albertel  137: 	@echo "clean_file_permissions: Remove erroneous keys from the  "
                    138: 	@echo "    file_permissions.db"
1.165     matthew   139: 	@echo "accesscount_seed: Migrate the access counting mechanism from "
                    140: 	@echo "    nohist_reseval.db to nohist_accesscount.db."
                    141: 	@echo "modify_config_files: Perform automatic update of the "
                    142: 	@echo "    configuration files for yum and MySQL."
1.199     raeburn   143: 	@echo "langcheck: test to see if root bash and OS are using English."
1.158     matthew   144: 	@echo "ntpcheck: test to see if ntp is installed and running."
1.171     matthew   145: 	@echo "html_parser_check: test functionality of HTML::Parser."
1.185     albertel  146: 	@echo "math_random_check: test functionality of Math::Random."
1.162     matthew   147: 	@echo "cron_lpmlcheck: remove cron file /etc/cron.d/loncapa.lpml."
1.172     matthew   148: 	@echo "chkconfig: test runlevels of httpd and loncontrol."
1.159     matthew   149: 	@echo "rpmcheck: test to see if rpms known to confict are installed."
1.176     albertel  150: 	@echo "wrap_setuid: put a C wrapper around setuid scripts."
1.186     raeburn   151:         @echo "latex_fixup: regenerate ls-R database for the latex base."
1.188     raeburn   152: 	@echo "picins_check: check for picins.sty, retrieve and rebuild"
                    153: 	@echo "             filename databases used by LaTeX"
1.189     raeburn   154: 	@echo "mimetex_version_check: check if mimetex.cgi version has changed,"
                    155: 	@echo "                      if so remove files from mimetexcache."
1.191     raeburn   156: 	@echo "latex_fmtutil: run utility to maintain TeX format files system-wide."
1.206     raeburn   157: 	@echo "lcmathcomplex: set nvsize in LCMathComplex, if different from default."
                    158: 	@echo "removenolongerused: check if there are files from previous
                    159: 	@echo "                    LON-CAPA version; if so, prompt for removal."
1.129     harris41  160: 	@echo "updatequery: solicit the user for machine configuration"
                    161: 	@echo "             information; to be incorporated during an update"
                    162: 	@echo "             procedure (via the UPDATE command)"
                    163: 	@echo "postinstall: double-check things after installation"
                    164: 	@echo "VERSION: tag the filesystem with version information inside"
1.153     www       165: 	@echo "         /etc/loncapa-release and"
                    166: 	@echo "         /home/httpd/html/lon-status/version.txt"
1.129     harris41  167: 	@echo "aboutVERSION: place version information inside about.html"
1.153     www       168: 	@echo "              and loncapa_apache.conf"
1.194     raeburn   169: 	@echo "postaboutVERSION: restore default version <!-- VERSION --> to"
                    170: 	@echo "                  about.html and loncapa_apache.conf"
1.129     harris41  171: 	@echo "*** Makefile.* TARGETS BUILT DYNAMICALLY FROM loncapafiles.lpml ***"
                    172: 	@echo "Makefile.configinstall: generate a Makefile for configuration"
                    173: 	@echo "                        files; built dynamically from"
                    174: 	@echo "                        loncapafiles.lpml"
                    175: 	@echo "Makefile.build: generate a Makefile for compiling"
                    176: 	@echo "                files inside the source directory; "
                    177: 	@echo "                Makefile.build is generated from"
                    178: 	@echo "                loncapafiles.lpml"
                    179: 	@echo "Makefile.install: generate a Makefile for installing"
                    180: 	@echo "                  files; built dynamically from"
                    181: 	@echo "                  loncapafiles.lpml"
                    182: 	@echo "*** TARGETS FOR OPERATING ON FILESYSTEMS ACROSS THE NETWORK ***"
                    183: 	@echo "lpmladm: coordinates username=lpmladm mediated secure shell"
                    184: 	@echo "         processes; needed for the NET_* targets"
1.149     albertel  185: 	@echo "NET_hosts_and_domain_tab: install the hosts.tab and domain.tab"
                    186: 	@echo "                          to a filesystem elsewhere"
                    187: 	@echo "                          on the network"
1.129     harris41  188: 	@echo "NET_webserverconf: fine-tune the web server configuration on a"
                    189: 	@echo "                   filesystem elsewhere on the network"
                    190: 	@echo "NET_rawinstall: launch the rawinstall target on a filesystem"
                    191: 	@echo "                elsewhere on the network"
                    192: 	@echo "*** TARGETS FOR MAKING LISTS (MANIFESTS) OF LON-CAPA FILES ***"
                    193: 	@echo "MANIFEST_all: generate a list of all files to be included in"
                    194: 	@echo "              the distributed tarball"
                    195: 	@echo "MANIFEST_cvs: essentially a list of all CVS/Entries files used"
                    196: 	@echo "              for 'time-checking' intelligence"
1.134     albertel  197: 	@echo "MANIFEST_lpml: a list of all LON-CAPA files to be installed,"
1.129     harris41  198: 	@echo "               compile from, used as building software, and"
                    199: 	@echo "               testing"
                    200: 	@echo "MANIFEST_vanillatar: 'README'-type top-level files that a user"
                    201: 	@echo "                     of the distributed tarball would first"
                    202: 	@echo "                     look at and work with"
                    203: 	@echo "*** STATUS REPORT TARGETS ***"
                    204: 	@echo "warningnote: analyze the WARNINGS file and produce a synopsis"
                    205: 	@echo "             and recommended action to the user"
1.52      harris41  206: 	@echo "HTML: generate an HTML-formatted description of the LON-CAPA"
1.129     harris41  207: 	@echo "      source files"
                    208: 	@echo "status: compare the TARGET filesystem with a compiled loncapa "
1.52      harris41  209: 	@echo "        source directory"
                    210: 	@echo "statuspost: post the results of "make status" to "
                    211: 	@echo "            TARGET/home/httpd/html/lon-status/filestatus.html"
                    212: 	@echo "rpmstatus: compare the rpms on a system to defined lists "
1.129     harris41  213: 	@echo "           loncapa/doc/otherfiles/cd_rpms and "
                    214: 	@echo "           loncapa/doc/otherfiles/rpm_list.txt"
                    215: 	@echo "rpmstatuspost: post the results of 'make rpmstatus' to "
1.52      harris41  216: 	@echo "            TARGET/home/httpd/html/lon-status/rpmstatus.html"
1.129     harris41  217: 	@echo "*** ALTERNATIVE PACKAGING TARGETS ***"
                    218: 	@echo "RPM: build LON-CAPA-base RPM from loncapa source repository"
                    219: 	@echo "     (still under development)"
                    220: 	@echo "DPKG: build a loncapa Debian package from loncapa source"
                    221: 	@echo "      repository (still under development)"
                    222: 	@echo "base_rpm_file_list: create a file listing to be used for"
                    223: 	@echo "                    generating an RPM software package"
                    224: 	@echo "BinaryRoot: create a BinaryRoot directory to be used for"
                    225: 	@echo "            generating an RPM software package"
                    226: 	@echo "*** MASTER DOCUMENTATION TARGETS ***"	
                    227: 	@echo "doc: generate web-page documentation for install.lon-capa.org"
                    228: 	@echo "     (and eventually for documentation on installed machines)"
                    229: 	@echo "pdfdoc: make a PDF-formatted compilation of all installation"
                    230: 	@echo "        documentation"
                    231: 	@echo "*** KEEPING THINGS CLEAN ***"
                    232: 	@echo "clean: remove any files that might (even by remote chance)"
                    233: 	@echo "       interfere with rebuilding/recompiling software"
                    234: 	@echo "reallyclean: remove all files that were generated during"
                    235: 	@echo "             building or compilation of the software"
1.136     harris41  236: 	@echo "uninstall: remove all directories that do not contain files"
                    237: 	@echo "           from other software packages and that do not contain"
                    238: 	@echo "           student and instructor data; NOTE THAT THIS IS"
                    239: 	@echo "           INTERACTIVE--you will be given a final chance"
                    240: 	@echo "           to look at what will and will not be deleted."
                    241: 	@echo "           Still, be careful.  This is a very new target and is"
                    242: 	@echo "           an alpha-level software feature for now."
                    243: 	@echo "backup: rolls a tarball backup of all important student and "
                    244: 	@echo "        instructor data (NOT YET IMPLEMENTED)"
                    245: 	@echo "restore: reseeds a LON-CAPA server with tarball backups "
                    246: 	@echo "         generated by \"make backup\" (NOT YET IMPLEMENTED)"
1.143     harris41  247: 	@echo "*** AUXILIARY TESTS ***"
                    248: 	@echo "localauth: tests to see if localauth exists or not and run"
                    249: 	@echo "           appropriate tests"
1.129     harris41  250: 	@echo "*** A HELPFUL DEPENDENCY ***"
                    251: 	@echo "alwaysrun: blank target that is a dependency for targets"
                    252: 	@echo "           that should \"always run\""
                    253: 
                    254: # =========================== *** RUNNING TESTS TO ENSURE SOLID PERFORMANCE ***
1.1       harris41  255: 
1.52      harris41  256: test: TEST_lpml_scripts TEST_system_dependencies TEST_web_layer
1.41      harris41  257: 	@echo "ALL SYSTEM DEPENDENCY TESTS SUCCESSFUL"
                    258: 
                    259: TEST_system_dependencies:
1.52      harris41  260: 	@echo "TESTING SYSTEM DEPENDENCIES"
1.41      harris41  261: 	cd system_dependencies; make
1.44      harris41  262: 
                    263: TEST_lpml_scripts:
1.52      harris41  264: 	@echo "TESTING LPML INSTALLATION CODE"
1.44      harris41  265: 	cd ../test; perl filecomparetest.pl
1.41      harris41  266: 
1.52      harris41  267: TEST_web_layer:
1.77      harris41  268: 	@echo "TESTING WEB LAYER"
                    269: 	cd weblayer_test; make
1.2       harris41  270: 
1.63      harris41  271: TEST_hosts_tab:
                    272: 	@echo "Testing hosts.tab"
1.120     albertel  273: 	@if (test -e ../hosts.tab); then \
1.129     harris41  274: 		echo "there is a defined link or file; assume okay"; \
1.63      harris41  275: 	else echo "**** ERROR **** hosts.tab not defined!" && \
                    276: 	     echo -n "You need to do one of the following within your " && \
1.92      harris41  277: 	     echo "CVS repository (cd loncapa/loncom)" && \
1.210     raeburn   278: 	     echo "   1) ln -s production_hosts.tab hosts.tab" && \
                    279: 	     echo "   2) ln -s development_hosts.tab hosts.tab" && \
                    280: 	     echo "or 3) ln -s rawhide_hosts.tab hosts.tab" && \
                    281: 	     echo "(you most likely want option #1, production_hosts.tab)" && \
                    282: 	     echo " and also one of the following within your " && \
                    283: 	     echo "CVS repository (cd loncapa/loncom)" && \
1.187     droeschl  284: 	     echo "   1) ln -s production_dns_hosts.tab dns_hosts.tab" && \
                    285: 	     echo "   2) ln -s development_dns_hosts.tab dns_hosts.tab" && \
1.210     raeburn   286: 	     echo "(you most likely want option #1, production_dns_hosts.tab)" && \
1.63      harris41  287: 	     exit 1; \
                    288: 	fi
1.64      harris41  289: 
1.149     albertel  290: TEST_domain_tab:
                    291: 	@echo "Testing domain.tab"
                    292: 	@if (test -e ../domain.tab); then \
                    293: 		echo "there is a defined link or file; assume okay"; \
                    294: 	else echo "**** ERROR **** domain.tab not defined!" && \
                    295: 	     echo -n "You need to do one of the following within your " && \
                    296: 	     echo "CVS repository (cd loncapa/loncom)" && \
1.210     raeburn   297: 	     echo "   1) ln -s production_domain.tab domain.tab" && \
                    298: 	     echo "   2) ln -s development_domain.tab domain.tab" && \
                    299: 	     echo "or 3) ln -s rawhide_domain.tab domain.tab" && \
                    300: 	     echo "(you most likely want option #1, production_domain.tab)" && \
                    301: 	     echo " and also one of the following within your " && \
                    302: 	     echo "CVS repository (cd loncapa/loncom)" && \
1.187     droeschl  303: 	     echo "   1) ln -s production_dns_domain.tab dns_domain.tab" && \
                    304: 	     echo "   2) ln -s development_dns_domain.tab dns_domain.tab" && \
1.212     raeburn   305: 	     echo "(you most likely want option #1, production_dns_domain.tab)" && \
1.149     albertel  306: 	     exit 1; \
                    307: 	fi
                    308: 
1.129     harris41  309: TEST_html2ps:
                    310: 	@if (test -e /usr/local/html2ps/bin/html2ps); then \
                    311: 		echo "I can find html2ps; assume okay"; \
                    312: 	else \
                    313: 	echo "**** ERROR **** cannot find /usr/local/html2ps/bin/html2ps!" && \
                    314:         echo "Please visit http://www.tdb.uu.se/~jan/html2ps.html" && \
                    315: 	exit 1; \
                    316: 	fi
                    317: 
                    318: # ======================= *** GENERAL TARGETS SUCH AS 'build' AND 'install' ***
                    319: 
                    320: build: Makefile.build pod2html.sh pod2man.sh
                    321: 	install -d $(SOURCE)/doc/man
                    322: 	install -d $(SOURCE)/doc/scripts
                    323: 	install -d $(SOURCE)/doc/lib/perl/Apache
                    324: 	echo -n "" > WARNINGS
                    325: 	make -f Makefile.build all
                    326: 	echo '1' > buildflag
                    327: 	make warningnote
                    328: 
                    329: buildflag:
                    330: 	@echo "**** ERROR **** You need to run 'make build' first" > WARNINGS
                    331: 	make warningnote
                    332: 	@need_to_run_make_build_first 2>/dev/null
                    333: 
                    334: configinstall: Makefile.configinstall
                    335: 	make -f Makefile.configinstall SOURCE="$(SOURCE)" TARGET="$(TARGET)" \
                    336: 	configfiles
                    337: 	if (test "0" = $(NORESTORECONF)); then \
                    338: 	perl loncaparestoreconfigurations suffix .lpmlnew; fi
                    339: 
1.149     albertel  340: install: buildflag VERSION TEST_hosts_tab TEST_domain_tab Makefile.install Makefile
1.129     harris41  341: 	echo -n "" > WARNINGS
1.194     raeburn   342: 	make aboutVERSION
1.129     harris41  343: 	make -f Makefile.install SOURCE="$(SOURCE)" TARGET="$(TARGET)" \
                    344: 	directories
                    345: 	make -f Makefile.install SOURCE="$(SOURCE)" TARGET="$(TARGET)" files
                    346: 	make -f Makefile.install SOURCE="$(SOURCE)" TARGET="$(TARGET)" links
                    347: 	make SOURCE="$(SOURCE)" TARGET="$(TARGET)" \
                    348: 	NORESTORECONF="$(NORESTORECONF)" configinstall
                    349: 	make postinstall
                    350: 	make warningnote
1.195     raeburn   351: #	@echo "You can now run 'make test' to see if your system is ready to go!"
1.151     albertel  352: #	@echo "NOTE THAT YOUR SYSTEM MUST HAVE MYSQL WITH A USER=\"www\" AND"
                    353: #	@echo -n "PASSWORD=\"localhostkey\" FOR www\@localhost"
                    354: #	@echo -n "(YOU MAY NEED TO REINITIALIZE YOUR MYSQL www\@localhost USER)"
                    355: #	@echo -n "Please see http://install.lon-capa.org/ for more information"
1.129     harris41  356: 
                    357: rawinstall: VERSION Makefile.install Makefile
                    358: 	echo -n "" > WARNINGS
                    359: 	make -f Makefile.install SOURCE="$(SOURCE)" TARGET="$(TARGET)" \
                    360: 	directories
                    361: 	make -f Makefile.install SOURCE="$(SOURCE)" TARGET="$(TARGET)" files
                    362: 	make -f Makefile.install SOURCE="$(SOURCE)" TARGET="$(TARGET)" links
                    363: 	make SOURCE="$(SOURCE)" TARGET="$(TARGET)" \
                    364: 	NORESTORECONF="$(NORESTORECONF)" configinstall
1.66      harris41  365: 
1.149     albertel  366: hosts_and_domain_tab: TEST_hosts_tab TEST_domain_tab
1.80      harris41  367: 	cat $(SOURCE)/doc/loncapafiles/loncapafiles.lpml | \
                    368: 	perl xfml_parse.pl $(SOURCE)/doc/loncapafiles/valid_hosts.xfml | \
1.64      harris41  369: 	perl lpml_parse.pl install $(CATEGORY) $(DIST) "$(SOURCE)" \
                    370: 	"$(TARGET)" > Makefile.install
1.66      harris41  371: 	make -f Makefile.install directories
1.64      harris41  372: 	make -f Makefile.install files
1.149     albertel  373: 	@echo "If hosts.tab or domain.tab has changed, restart httpd and loncontrol:"
1.64      harris41  374: 	@echo "   /etc/rc.d/init.d/httpd restart"
                    375: 	@echo "   /etc/rc.d/init.d/loncontrol restart"
                    376: 
1.129     harris41  377: webserverconf:
                    378: 	cat $(SOURCE)/doc/loncapafiles/webserver.piml | \
1.168     albertel  379: 	perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
                    380: 	tee -a WARNINGS
1.129     harris41  381: 
                    382: # ---------------- Top-level files such as README, UPDATE, CHECKRPMS, and TEST
                    383: vanillatar:
                    384: 	# --------------------------- Point UPDATE to the internal make process
1.180     albertel  385: 	cp  $(SOURCE)/loncom/UPDATE $(SOURCE)/UPDATE
1.129     harris41  386: 	# ----------------------------- Point TEST to the internal make process
                    387: 	echo '#!/bin/sh' > $(SOURCE)/TEST
                    388: 	echo 'cd loncom/build; make test' >> $(SOURCE)/TEST
1.132     harris41  389: 	echo 'cd system_dependencies || cd loncom/build/system_dependencies; cp -v CPAN_STATUS_REPORT ../../../CPAN_STATUS_REPORT' >> $(SOURCE)/TEST
1.129     harris41  390: 	# ----------------------------- Copy CHECKRPMS to the vanilla top-level
                    391: 	cp -v $(SOURCE)/loncom/build/CHECKRPMS $(SOURCE)/CHECKRPMS
                    392: 	# ----------------------- vanilla executables must indeed be executable
                    393: 	chmod a+rx $(SOURCE)/UPDATE
                    394: 	chmod a+rx $(SOURCE)/TEST
                    395: 	chmod a+rx $(SOURCE)/CHECKRPMS
                    396: 	# -------------------------------- Copy README to the vanilla top-level
1.146     albertel  397: 	#cp -v $(SOURCE)/doc/shortest_path_redhat7.2.txt $(SOURCE)/README
1.129     harris41  398: 
                    399: tardist:
                    400: 	make MANIFEST_all
                    401: 	make vanillatar
                    402: 	# -------------------------------------------------------- Make tardist
                    403: 	@cd $(SOURCE); \
                    404: 	if (test -h $(DIRTARGET)); then \
                    405: 		echo "$(DIRTARGET) link already defined; assume okay"; \
                    406: 	else \
                    407: 		ln -s . $(DIRTARGET); \
                    408: 	fi
                    409: 	make aboutVERSION
                    410: 	cd $(SOURCE); \
                    411: 	tar --no-recursion --numeric-owner --files-from MANIFEST \
                    412: 	-h -czf $(DIRTARGET).tar.gz 2>tar_WARNINGS || [ "0" == "0" ]
1.194     raeburn   413: 	make postaboutVERSION
1.129     harris41  414: 	cat $(SOURCE)/tar_WARNINGS | \
                    415: 	xargs --replace=XXX echo '**** WARNING **** XXX' > WARNINGS
                    416: 	rm -f $(SOURCE)/tar_WARNINGS
                    417: 	make warningnote
                    418: 
1.198     golterma  419: langcheck:
                    420: 	cat $(SOURCE)/doc/loncapafiles/langcheck.piml | \
                    421: 	perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
                    422: 	tee -a WARNINGS
                    423: 
1.158     matthew   424: ntpcheck:
                    425: 	cat $(SOURCE)/doc/loncapafiles/ntpcheck.piml | \
                    426: 	perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
                    427: 	tee -a WARNINGS
                    428: 
1.171     matthew   429: html_parser_check:
                    430: 	cat $(SOURCE)/doc/loncapafiles/html_parser_check.piml | \
                    431: 	perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
                    432: 	tee -a WARNINGS
                    433: 
1.185     albertel  434: math_random_check:
                    435: 	cat $(SOURCE)/doc/loncapafiles/math_random_check.piml | \
                    436: 	perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
                    437: 	tee -a WARNINGS
                    438: 
1.162     matthew   439: cron_lpmlcheck:
                    440: 	cat $(SOURCE)/doc/loncapafiles/cron_lpmlcheck.piml | \
                    441: 	perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
                    442: 	tee -a WARNINGS
                    443: 
1.172     matthew   444: chkconfig:
                    445: 	cat $(SOURCE)/doc/loncapafiles/chkconfig.piml | \
                    446: 	perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
                    447: 	tee -a WARNINGS
1.162     matthew   448: 
1.159     matthew   449: rpmcheck:
                    450: 	cat $(SOURCE)/doc/loncapafiles/rpmcheck.piml | \
                    451: 	perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
                    452: 	tee -a WARNINGS
                    453: 
1.129     harris41  454: sanitycheck:
                    455: 	cat $(SOURCE)/doc/loncapafiles/sanitycheck.piml | \
                    456: 	perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
                    457: 	tee -a WARNINGS
                    458: 
1.177     www       459: logcleanup:
                    460: 	cat $(SOURCE)/doc/loncapafiles/logcleanup.piml | \
                    461: 	perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
                    462: 	tee -a WARNINGS
                    463: 
1.129     harris41  464: updatequery:
                    465: 	cat $(SOURCE)/doc/loncapafiles/updatequery.piml | \
                    466: 	perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(QUERYLAUNCH)
                    467: 
1.164     matthew   468: run_searchcat:
                    469: 	cat $(SOURCE)/doc/loncapafiles/run_searchcat.piml | \
                    470: 	perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(QUERYLAUNCH)
                    471: 
1.173     albertel  472: clean_file_permissions:
                    473: 	cat $(SOURCE)/doc/loncapafiles/clean_file_permissions.piml | \
                    474: 	perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
                    475: 	tee -a WARNINGS
                    476: 
1.156     matthew   477: accesscount_seed:
                    478: 	cat $(SOURCE)/doc/loncapafiles/accesscount_seed.piml | \
                    479: 	perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
                    480: 	tee -a WARNINGS
                    481: 
1.165     matthew   482: modify_config_files:
                    483: 	cat $(SOURCE)/doc/loncapafiles/modify_config_files.piml | \
                    484: 	perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
                    485: 	tee -a WARNINGS
                    486: 
1.130     albertel  487: reseval_fixup:
                    488: 	cat $(SOURCE)/doc/loncapafiles/reseval_fixup.piml | \
                    489: 	perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
                    490: 	tee -a WARNINGS
                    491: 
1.181     albertel  492: update_queue_slots:
                    493: 	cat $(SOURCE)/doc/loncapafiles/update_queue_slots.piml | \
                    494: 	perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
                    495: 	tee -a WARNINGS
                    496: 
1.137     albertel  497: clearoutoldspreadsheetcache:
                    498: 	cat $(SOURCE)/doc/loncapafiles/clearoutoldspreadsheetcache.piml | \
                    499: 	perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
                    500: 	tee -a WARNINGS
                    501: 
1.133     harris41  502: sendmail_fix:
                    503: 	cat $(SOURCE)/doc/loncapafiles/sendmail_fix.piml | \
                    504: 	perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
                    505: 	tee -a WARNINGS
                    506: 
1.157     www       507: ownership_fix:
                    508: 	cat $(SOURCE)/doc/loncapafiles/ownership_fix.piml | \
                    509: 	perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
                    510: 	tee -a WARNINGS
                    511: 
1.176     albertel  512: wrap_setuid:
                    513: 	cat $(SOURCE)/doc/loncapafiles/wrap_setuid.piml | \
                    514: 	perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
                    515: 	tee -a WARNINGS
                    516: 
1.186     raeburn   517: latex_fixup:
                    518: 	cat $(SOURCE)/doc/loncapafiles/latex_fixup.piml | \
                    519:         perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
                    520:         tee -a WARNINGS
                    521: 
1.188     raeburn   522: picins_check:
                    523: 	cat $(SOURCE)/doc/loncapafiles/picins_check.piml | \
                    524: 	perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
                    525: 	tee -a WARNINGS
                    526: 
1.189     raeburn   527: mimetex_version_check:
                    528: 	cat $(SOURCE)/doc/loncapafiles/mimetex_version_check.piml | \
                    529: 	perl piml_parse.pl  $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
                    530: 	tee -a WARNINGS
                    531: 
1.190     raeburn   532: verify_domconfiguser:
                    533: 	cat $(SOURCE)/doc/loncapafiles/verify_domconfiguser.piml | \
                    534: 	perl piml_parse.pl  $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
                    535: 	tee -a WARNINGS
                    536: 
1.191     raeburn   537: latex_fmtutil:
                    538: 	cat $(SOURCE)/doc/loncapafiles/latex_fmtutil.piml | \
                    539: 	perl piml_parse.pl  $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
                    540: 	tee -a WARNINGS
                    541: 
1.206     raeburn   542: lcmathcomplex:
                    543: 	cat $(SOURCE)/doc/loncapafiles/lcmathcomplex.piml | \
                    544:         perl piml_parse.pl  $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
                    545:         tee -a WARNINGS
                    546: 
1.203     raeburn   547: removenolongerused:
                    548: 	cat $(SOURCE)/doc/loncapafiles/removenolongerused.piml | \
1.205     raeburn   549: 	perl piml_parse.pl  $(CATEGORY) $(DIST) "$(TARGET)" $(QUERYLAUNCH)
1.203     raeburn   550: 
1.129     harris41  551: postinstall:
1.194     raeburn   552: 	make postaboutVERSION
1.129     harris41  553: 	make webserverconf
1.130     albertel  554: 	make reseval_fixup
1.173     albertel  555: 	make clean_file_permissions
1.156     matthew   556: 	make accesscount_seed
1.182     albertel  557: 	make update_queue_slots
1.165     matthew   558: 	make modify_config_files
1.137     albertel  559: 	make clearoutoldspreadsheetcache
1.198     golterma  560: 	make langcheck	
1.172     matthew   561: 	make chkconfig
1.159     matthew   562: 	make rpmcheck
1.158     matthew   563: 	make ntpcheck
1.171     matthew   564: 	make html_parser_check
1.162     matthew   565: 	make cron_lpmlcheck
1.129     harris41  566: 	make sanitycheck
1.177     www       567: 	make logcleanup
1.133     harris41  568: 	make sendmail_fix
1.176     albertel  569: 	make wrap_setuid
1.186     raeburn   570: 	make latex_fixup
1.188     raeburn   571: 	make picins_check
1.189     raeburn   572: 	make mimetex_version_check
1.190     raeburn   573: 	make verify_domconfiguser
1.201     golterma  574: 	make latex_fmtutil
1.206     raeburn   575: 	make lcmathcomplex
1.201     golterma  576: 	sed -i "s/\x08\x08*/.../g" WARNINGS
1.129     harris41  577: VERSION:
                    578: 	install -d $(TARGET)/etc
1.207     raeburn   579: 	if (test -e /etc/loncapa-release); then \
                    580: 		cp -p -v /etc/loncapa-release /etc/loncapa-release.prev; \
                    581: 	fi
1.129     harris41  582: 	echo -n "LON-CAPA release $(VERSION)-" > $(TARGET)/etc/loncapa-release
                    583: 	date +"%Y%m%d" >> $(TARGET)/etc/loncapa-release
1.153     www       584: 	install -d $(TARGET)/home/httpd/html/lon-status
                    585: 	echo -n "$(VERSION)-" > $(TARGET)/home/httpd/html/lon-status/version.txt
                    586: 	date +"%Y%m%d" >> $(TARGET)/home/httpd/html/lon-status/version.txt
1.129     harris41  587: 
                    588: aboutVERSION:
1.196     raeburn   589: 	cp -p -v $(SOURCE)/loncom/license/about.html \
1.194     raeburn   590: 	$(SOURCE)/loncom/license/about.html.orig
1.129     harris41  591: 	cat $(SOURCE)/loncom/license/about.html | \
1.193     raeburn   592: 	perl -e '$$d=`date +"%Y%m%d%H"`;chomp($$d);while(<>){s/(\<\!\-\- VERSION \-\-\>|\d+\.\d+\.CVS_HEAD\-\d{10})/$(SHOWVERSION)-$$d/; print;}' > \
1.129     harris41  593: 	$(SOURCE)/loncom/license/about.html.new
                    594: 	mv -v $(SOURCE)/loncom/license/about.html.new \
                    595: 	$(SOURCE)/loncom/license/about.html
1.200     raeburn   596: 	touch --date="$(shell echo `perl getcvsdate.pl \
                    597: 	$(SOURCE)/loncom/license/CVS/Entries about.html`)" \
                    598: 	$(SOURCE)/loncom/license/about.html
                    599: 	cp -p -v $(SOURCE)/loncom/loncapa_apache.conf \
                    600: 	$(SOURCE)/loncom/loncapa_apache.conf.orig
1.153     www       601: 	cat $(SOURCE)/loncom/loncapa_apache.conf | \
1.193     raeburn   602: 	perl -e '$$d=`date +"%Y%m%d%H"`;chomp($$d);while(<>){s/(\<\!\-\- VERSION \-\-\>|\d+\.\d+\.CVS_HEAD\-\d{10})/$(SHOWVERSION)-$$d/; print;}' > \
1.153     www       603: 	$(SOURCE)/loncom/loncapa_apache.conf.new
                    604: 	mv -v $(SOURCE)/loncom/loncapa_apache.conf.new \
                    605: 	$(SOURCE)/loncom/loncapa_apache.conf
1.200     raeburn   606: 	touch --date="$(shell echo `perl getcvsdate.pl \
                    607: 	$(SOURCE)/loncom/CVS/Entries loncapa_apache.conf`)" \
                    608: 	$(SOURCE)/loncom/loncapa_apache.conf
1.129     harris41  609: 
1.194     raeburn   610: postaboutVERSION:
                    611: 	if (test -e $(SOURCE)/loncom/license/about.html.orig) && \
1.200     raeburn   612: 		(diff $(SOURCE)/loncom/license/about.html.orig \
1.194     raeburn   613: 		$(SOURCE)/loncom/license/about.html > /dev/null); then \
                    614: 		mv -v $(SOURCE)/loncom/license/about.html.orig \
                    615: 		$(SOURCE)/loncom/license/about.html; \
                    616: 	elif (test -e $(SOURCE)/loncom/license/about.html.orig) && \
1.200     raeburn   617: 		!(diff $(SOURCE)/loncom/license/about.html.orig \
1.194     raeburn   618: 		$(SOURCE)/loncom/license/about.html > /dev/null); then \
                    619: 		rm -f $(SOURCE)/loncom/license/about.html.orig; \
                    620: 	fi
1.200     raeburn   621: 	touch --date="$(shell echo `perl getcvsdate.pl \
                    622: 	$(SOURCE)/loncom/license/CVS/Entries about.html`)" \
                    623: 	$(SOURCE)/loncom/license/about.html
1.194     raeburn   624: 	if (test -e $(SOURCE)/loncom/loncapa_apache.conf.orig) && \
1.200     raeburn   625: 		(diff $(SOURCE)/loncom/loncapa_apache.conf.orig \
                    626: 		$(SOURCE)/loncom/loncapa_apache.conf > /dev/null); then \
1.194     raeburn   627: 		mv -v $(SOURCE)/loncom/loncapa_apache.conf.orig \
                    628: 		$(SOURCE)/loncom/loncapa_apache.conf; \
                    629: 	elif (test -e $(SOURCE)/loncom/loncapa_apache.conf.orig) && \
1.200     raeburn   630: 		!(diff $(SOURCE)/loncom/loncapa_apache.conf.orig \
                    631: 		$(SOURCE)/loncom/loncapa_apache.conf > /dev/null); then \
1.194     raeburn   632: 		rm -f $(SOURCE)/loncom/loncapa_apache.conf.orig; \
                    633: 	fi
1.200     raeburn   634: 	touch --date="$(shell echo `perl getcvsdate.pl \
                    635: 	$(SOURCE)/loncom/CVS/Entries loncapa_apache.conf`)" \
                    636: 	$(SOURCE)/loncom/loncapa_apache.conf
1.194     raeburn   637: 
1.129     harris41  638: # ========= *** Makefile.* TARGETS BUILT DYNAMICALLY FROM loncapafiles.lpml ***
                    639: 
                    640: Makefile.configinstall: $(SOURCE)/doc/loncapafiles/loncapafiles.lpml \
                    641:                         lpml_parse.pl
                    642: 	cat $(SOURCE)/doc/loncapafiles/loncapafiles.lpml | \
                    643: 	perl lpml_parse.pl configinstall $(CATEGORY) $(DIST) "$(SOURCE)" \
                    644: 	"$(TARGET)" > Makefile.configinstall
                    645: 
                    646: Makefile.build: $(SOURCE)/doc/loncapafiles/loncapafiles.lpml lpml_parse.pl
                    647: 	cat $(SOURCE)/doc/loncapafiles/loncapafiles.lpml | \
                    648: 	perl lpml_parse.pl build $(CATEGORY) $(DIST) "$(SOURCE)" "$(TARGET)" \
1.197     raeburn   649: 	"$(CURRSHELL)" > Makefile.build
1.129     harris41  650: 
                    651: Makefile.install: alwaysrun
                    652: 	cat $(SOURCE)/doc/loncapafiles/loncapafiles.lpml | \
                    653: 	perl lpml_parse.pl install $(CATEGORY) $(DIST) "$(SOURCE)" \
                    654: 	"$(TARGET)" > Makefile.install
                    655: 
                    656: # ============= *** TARGETS FOR OPERATING ON FILESYSTEMS ACROSS THE NETWORK ***
                    657: 
1.66      harris41  658: lpmladm:
                    659: 	@if (test $(METAMTARGET) = "TRANSPORT"); then \
                    660: 		echo "Transporting to $(HOSTNAME)"; \
                    661: 		sudo make DIST=$(DIST) CATEGORY=$(CATEGORY) \
                    662: 		SOURCE="$(SOURCE)" \
                    663: 		TARGET="lpmladm.$(TIMESTAMP)" \
                    664: 		NORESTORECONF="$(NORESTORECONF)" "$(MTARGET)"; \
                    665: 		cd lpmladm.$(TIMESTAMP); \
                    666: 		sudo tar czvf ../tarball$(TIMESTAMP).tar.gz .; \
                    667: 		cd ..; scp tarball$(TIMESTAMP).tar.gz \
                    668: 		lpmladm@$(HOSTNAME):~/tarball$(TIMESTAMP).tar.gz; \
                    669: 		ssh lpmladm@$(HOSTNAME) sudo mv tarball$(TIMESTAMP).tar.gz /; \
                    670: 		ssh lpmladm@$(HOSTNAME) sudo tar -x -z -v -C / \
                    671: 		-p --same-owner -f \
                    672: 		/tarball$(TIMESTAMP).tar.gz; \
                    673: 		ssh lpmladm@$(HOSTNAME) sudo rm -f \
                    674: 		/tarball$(TIMESTAMP).tar.gz; \
                    675: 	elif (test $(METAMTARGET) = "LAUNCH"); then \
                    676: 		echo "Launching process on $(HOSTNAME)"; \
                    677: 		LAUNCHSAVE=$(OUTSTREAM) $(SAVE); \
                    678: 		make DIST=$(DIST) CATEGORY=$(CATEGORY) SOURCE="$(SOURCE)" \
                    679: 		TARGET="$(TARGET)" NORESTORECONF="$(NORESTORECONF)" \
                    680: 		LAUNCH="$(LAUNCHSAVE)" "$(MTARGET)"; \
                    681: 		scp $(SAVE) lpmladm@$(HOSTNAME):~/$(SAVE); \
                    682: 		ssh lpmladm@$(HOSTNAME) sudo perl $(SAVE); \
                    683: 		ssh lpmladm@$(HOSTNAME) sudo rm -f $(SAVE); \
                    684: 	else \
                    685: 		echo "**** ERROR **** Incorrect METAMTARGET"; \
                    686: 	fi
                    687: 
1.149     albertel  688: NET_hosts_and_domain_tab:
1.129     harris41  689: 	make TIMESTAMP=`date +"%s"` METAMTARGET="TRANSPORT" \
1.149     albertel  690: 	MTARGET="hosts_and_domain_tab" HOSTNAME="$(HOSTNAME)" lpmladm
1.129     harris41  691: 
                    692: NET_webserverconf:
                    693: 	make TIMESTAMP=`date +"%s"` METAMTARGET="LAUNCH" \
                    694: 	MTARGET="webserverconf" HOSTNAME="$(HOSTNAME)" lpmladm
                    695: 
                    696: NET_rawinstall:
                    697: 	make TIMESTAMP=`date +"%s"` METAMTARGET="TRANSPORT" \
                    698: 	MTARGET="rawinstall" HOSTNAME="$(HOSTNAME)" lpmladm
                    699: 
                    700: # ============== *** TARGETS FOR MAKING LISTS (MANIFESTS) OF LON-CAPA FILES ***
                    701: 
                    702: MANIFEST_all:
                    703: 	# --------------------------------------------------------- start clean
                    704: 	rm -f $(SOURCE)/MANIFEST
                    705: 	make MANIFEST_lpml
                    706: 	make MANIFEST_vanillatar
                    707: 	make MANIFEST_cvs
                    708: 	# ---------------------------------- might as well include the MANIFEST
                    709: 	echo 'MANIFEST' >> $(SOURCE)/MANIFEST
                    710: 	# ------------------------------------------ hosts.tab are belong to us
                    711: 	echo 'loncom/rawhide_hosts.tab' >> $(SOURCE)/MANIFEST
                    712: 	echo 'loncom/production_hosts.tab' >> $(SOURCE)/MANIFEST
                    713: 	echo 'loncom/development_hosts.tab' >> $(SOURCE)/MANIFEST
1.147     albertel  714: 	echo 'loncom/production_domain.tab' >> $(SOURCE)/MANIFEST
                    715: 	echo 'loncom/development_domain.tab' >> $(SOURCE)/MANIFEST
1.184     albertel  716: 	echo 'loncom/production_dns_hosts.tab' >> $(SOURCE)/MANIFEST
                    717: 	echo 'loncom/development_dns_hosts.tab' >> $(SOURCE)/MANIFEST
                    718: 	echo 'loncom/production_dns_domain.tab' >> $(SOURCE)/MANIFEST
                    719: 	echo 'loncom/development_dns_domain.tab' >> $(SOURCE)/MANIFEST
1.129     harris41  720: 	# ------------------ Files needed for dynamically generated directories
                    721: 	echo 'doc/man' >> $(SOURCE)/MANIFEST
                    722: 	echo 'doc/lib' >> $(SOURCE)/MANIFEST
                    723: 	echo 'doc/lib/perl' >> $(SOURCE)/MANIFEST
                    724: 	echo 'doc/lib/perl/Apache' >> $(SOURCE)/MANIFEST
                    725: 	echo 'doc/scripts' >> $(SOURCE)/MANIFEST
                    726: 	# --------------------------------------------------- Clean up MANIFEST
                    727: 	cd $(SOURCE); \
                    728: 	sort MANIFEST | perl -nle 'print "$(DIRTARGET)/$$_"' | \
                    729: 	perl -nle 's/\w+\/\.\.\///g;s/\w+\/\.\.\///g;print' | \
                    730: 	perl -nle 's/\w+\/\.\.\///g;s/\w+\/\.\.\///g;print' | \
                    731: 	perl -nle 's/\w+\/\.\.\///g;s/\w+\/\.\.\///g;print' | \
                    732: 	perl -nle 's/\/\.\//\//g;print' | sort | uniq > \
                    733: 	MANIFEST_loncapa
                    734: 	cd $(SOURCE); mv -v MANIFEST_loncapa MANIFEST
                    735: 
                    736: # --------------- MANIFEST files with important CVS versioning/date information
                    737: MANIFEST_cvs:
                    738: 	# ------ CVS/Entries directories to retain 'time-checking' intelligence
                    739: 	cd $(SOURCE); find . -type f -name 'Entries' | grep 'CVS/Entries' >> \
                    740: 	MANIFEST
                    741: 
                    742: # ------------------- MANIFEST the building, testing and standard loncapa files
                    743: MANIFEST_lpml:
                    744: 	cat $(SOURCE)/doc/loncapafiles/buildfiles.lpml | \
1.167     albertel  745: 	perl lpml_parse.pl MANIFEST development $(DIST) \
1.129     harris41  746: 	'$(SOURCE)' '$(TARGET)' | grep '[[:alnum:]]' >> $(SOURCE)/MANIFEST
                    747: 	cat $(SOURCE)/doc/loncapafiles/testfiles.lpml | \
1.167     albertel  748: 	perl lpml_parse.pl MANIFEST development $(DIST) \
1.140     harris41  749: 	'$(SOURCE)' '$(TARGET)' | grep '[[:alnum:]]' >> $(SOURCE)/MANIFEST
                    750: 	cat $(SOURCE)/doc/loncapafiles/installfiles.lpml | \
1.167     albertel  751: 	perl lpml_parse.pl MANIFEST development $(DIST) \
1.129     harris41  752: 	'$(SOURCE)' '$(TARGET)' | grep '[[:alnum:]]' >> $(SOURCE)/MANIFEST
                    753: 	cat $(SOURCE)/doc/loncapafiles/loncapafiles.lpml | \
1.167     albertel  754: 	perl lpml_parse.pl MANIFEST development $(DIST) \
1.129     harris41  755: 	'$(SOURCE)' '$(TARGET)' | grep '[[:alnum:]]' >> $(SOURCE)/MANIFEST
                    756: 
                    757: # ------------ Files for top-level (the vanilla layer that the user first sees)
                    758: MANIFEST_vanillatar:
                    759: 	echo 'README' >> $(SOURCE)/MANIFEST
                    760: 	echo 'UPDATE' >> $(SOURCE)/MANIFEST
                    761: 	echo 'TEST' >> $(SOURCE)/MANIFEST
                    762: 	echo 'CHECKRPMS' >> $(SOURCE)/MANIFEST
                    763: 
                    764: # =============================================== *** STATUS REPORT TARGETS ***
                    765: 
                    766: warningnote:
                    767: 	@if (test -s WARNINGS); then \
                    768: 		W=`grep -c '\*\*\*\* WARNING' WARNINGS`; \
                    769: 		E=`grep -c '\*\*\*\* ERROR' WARNINGS`; \
                    770: 		N=`grep -c '\*\*\*\* NOTE' WARNINGS`; \
                    771: 		echo "--->  $$W WARNINGS ENCOUNTERED!       "; \
                    772: 		echo "--->  $$E ERRORS ENCOUNTERED!         "; \
                    773: 		echo "--->  $$N NOTES ENCOUNTERED!          "; \
                    774: 		echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"; \
                    775: 		echo "!!!!  Please read the WARNINGS file !!!!"; \
                    776: 		echo "!!!!   to make sure everything is   !!!!"; \
                    777: 		echo "!!!!    correct and taken care of   !!!!"; \
                    778: 		echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"; \
                    779: 	fi
                    780: 
1.3       harris41  781: HTML:
                    782: 	install -d HTML
1.80      harris41  783: 	cp $(SOURCE)/doc/loncapafiles/*.gif HTML
                    784: 	cat $(SOURCE)/doc/loncapafiles/loncapafiles.lpml | \
                    785: 	perl lpml_parse.pl html development default "$(SOURCE)" '$(TARGET)' \
                    786: 	> HTML/index.html
1.3       harris41  787: 
1.8       harris41  788: status:
1.7       harris41  789: 	install -d HTML
1.80      harris41  790: 	cp $(SOURCE)/doc/loncapafiles/*.gif HTML
                    791: 	cat $(SOURCE)/doc/loncapafiles/loncapafiles.lpml | \
                    792: 	perl lpml_parse.pl html $(CATEGORY) $(DIST) "$(SOURCE)" "($TARGET)" | \
1.49      harris41  793: 	perl lpml_html_posteval.pl > \
1.39      harris41  794: 	HTML/filestatus.html
1.48      harris41  795: 
1.22      harris41  796: statuspost: status
1.80      harris41  797: 	cp $(SOURCE)/doc/loncapafiles/*.gif \
                    798: 	$(TARGET)/home/httpd/html/lon-status
1.52      harris41  799: 	cp HTML/filestatus.html \
                    800: 	$(TARGET)/home/httpd/html/lon-status/filestatus.html
1.22      harris41  801: 
1.33      harris41  802: rpmstatus:
                    803: 	install -d RPMSTATUS
1.52      harris41  804: 	rpm -qa --queryformat \
                    805: 	'%{NAME}\t%{VERSION}\t%{RELEASE}\t%{BUILDTIME}\n' | sort > \
                    806: 	RPMSTATUS/current.tmp
1.80      harris41  807: 	cat $(SOURCE)/doc/otherfiles/cd_rpms.txt > RPMSTATUS/standard.tmp
                    808: 	cat $(SOURCE)/doc/otherfiles/rpm_list.txt > RPMSTATUS/expected.tmp
1.52      harris41  809: 	perl rpmparse.pl RPMSTATUS/standard.tmp RPMSTATUS/current.tmp \
                    810: 	RPMSTATUS/expected.tmp > RPMSTATUS/rpmstatus.html
1.33      harris41  811: 
                    812: rpmstatuspost: rpmstatus
                    813: 	cp RPMSTATUS/rpmstatus.html /home/httpd/html/lon-status/rpmstatus.html
                    814: 
1.129     harris41  815: # ======================================= *** ALTERNATIVE PACKAGING TARGETS ***
1.8       harris41  816: 
1.55      harris41  817: RPM: BinaryRoot base_rpm_file_list
1.80      harris41  818: 	cat $(SOURCE)/doc/loncapafiles/loncapafiles.lpml | \
1.63      harris41  819: 	perl lpml_parse.pl make_rpm $(CATEGORY) $(DIST) $(SOURCE) $(TARGET) \
                    820: 	> base_customizerpm.xml
1.142     harris41  821: 	cat base_rpm_file_list.txt | perl make_rpm.pl base $(VERSION) \
                    822: 	$(RELEASE) '' '' BinaryRoot base_customizerpm.xml
1.55      harris41  823: 
1.60      harris41  824: DPKG:
1.82      harris41  825: 	make TARGET='lon-capa-$(VERSION)' NORESTORECONF='1' install
1.60      harris41  826: 	@echo "You will next need to follow instructions at:"
                    827: 	@echo "http://people.debian.org/~jaldhar/make_package1.html"
                    828: 	@echo "A directory with a snapshot of the debian package files"
                    829: 	@echo "is LON-CAPA-base."
1.82      harris41  830: # What DPKG steps need to happen (for future implementation):
                    831: # export EMAIL="" ... probably sharrison@mail.lon-capa.org
                    832: # deb-make
                    833: # edit debian/control
                    834: # make debian/dirs file
                    835: # make debian/copyright file
                    836: # debian/README.debian... point them to LON-CAPA URLS
                    837: # debian/changelog
                    838: # debian/conffiles
                    839: # debuild
                    840: # and maybe do some GPG-related steps around here
1.55      harris41  841: 
                    842: base_rpm_file_list:
1.80      harris41  843: 	cat $(SOURCE)/doc/loncapafiles/loncapafiles.lpml | \
1.55      harris41  844: 	perl lpml_parse.pl rpm_file_list $(CATEGORY) $(DIST) $(SOURCE) \
                    845: 	'BinaryRoot' | sort > base_rpm_file_list.txt
1.6       harris41  846: 
1.55      harris41  847: BinaryRoot: base_rpm_file_list
                    848: 	make TARGET='BinaryRoot' NORESTORECONF='1' install
1.23      harris41  849: 
1.129     harris41  850: # ======================================== *** MASTER DOCUMENTATION TARGETS ***
                    851: 
1.163     albertel  852: buildwebsite:
                    853: 	cd ../../doc/build; perl ./generate_web_pages.pl
                    854: 
                    855: 
1.62      harris41  856: # Generates CVS:loncom/build/docs; root location of install.lon-capa.org
                    857: doc:
                    858: 	install -d docs
1.99      harris41  859: 	@if (test -e installation_manual.pdf); then \
                    860: 		cp -vf installation_manual.pdf docs/.; \
                    861: 	else \
                    862: 		touch docs/installation_manual.pdf; \
                    863: 	fi
1.62      harris41  864: 	install -m 0755 -d docs/icons
1.80      harris41  865: 	install -m 0644 $(SOURCE)/doc/icons/[^C][^V]* docs/icons
1.62      harris41  866: 	install -m 0755 -d docs/reconfig
1.99      harris41  867: 	cd docs; ln -fs installation_manual.pdf index.pdf
                    868: 	cd docs/reconfig; ln -fs ../installation_manual.pdf index.pdf
1.80      harris41  869: 	perl doc_template.pl $(SOURCE)/doc/templates/template.html \
                    870: 		$(SOURCE)/doc/build/reconfig.html > docs/reconfig/index.html
1.62      harris41  871: 	install -m 0755 -d docs/reconfig/confexamples
1.80      harris41  872: 	install -m 0644 $(SOURCE)/doc/build/confexamples/[^C][^V]* \
1.62      harris41  873: 		docs/reconfig/confexamples
1.80      harris41  874: 	perl doc_template.pl $(SOURCE)/doc/templates/template.html \
                    875: 		$(SOURCE)/doc/build/installindex.html > docs/index.html
1.67      harris41  876: 	install -m 0755 -d docs/license
1.99      harris41  877: 	cd docs/license; ln -fs ../installation_manual.pdf index.pdf
1.80      harris41  878: 	perl doc_template.pl $(SOURCE)/doc/templates/template.html \
                    879: 		$(SOURCE)/doc/build/license.html > docs/license/index.html
1.67      harris41  880: 	install -m 0755 -d docs/contact
1.99      harris41  881: 	cd docs/contact; ln -fs ../installation_manual.pdf index.pdf
1.80      harris41  882: 	perl doc_template.pl $(SOURCE)/doc/templates/template.html \
                    883: 		$(SOURCE)/doc/build/contact.html > docs/contact/index.html
1.68      harris41  884: 	install -m 0755 -d docs/faq
1.99      harris41  885: 	cd docs/faq; ln -fs ../installation_manual.pdf index.pdf
1.80      harris41  886: 	perl doc_template.pl $(SOURCE)/doc/templates/template.html \
                    887: 		$(SOURCE)/doc/build/faq.html > docs/faq/index.html
1.69      harris41  888: 	install -m 0755 -d docs/downloads
1.99      harris41  889: 	cd docs/downloads; ln -fs ../installation_manual.pdf download.pdf
1.80      harris41  890: 	perl doc_template.pl $(SOURCE)/doc/templates/template.html \
                    891: 		$(SOURCE)/doc/build/download.html > docs/downloads/index.html
1.69      harris41  892: 	install -m 0755 -d docs/install
1.99      harris41  893: 	cd docs/install; ln -fs ../installation_manual.pdf install.pdf
1.80      harris41  894: 	perl doc_template.pl $(SOURCE)/doc/templates/template.html \
                    895: 		$(SOURCE)/doc/build/install.html > docs/install/index.html
1.125     harris41  896: 	cp -v $(SOURCE)/doc/install/redhat7.3/new_install_rh73.html \
                    897: 		docs/install/rh73.html
1.127     harris41  898: 	cp -v $(SOURCE)/doc/install/redhat7.3/new_install_rh73.html \
1.128     harris41  899: 		docs/downloads/rh73.html
1.69      harris41  900: 	install -m 0755 -d docs/upgrade
1.99      harris41  901: 	cd docs/upgrade; ln -fs ../installation_manual.pdf upgrade.pdf
1.80      harris41  902: 	perl doc_template.pl $(SOURCE)/doc/templates/template.html \
                    903: 		$(SOURCE)/doc/build/upgrade.html > docs/upgrade/index.html
1.62      harris41  904: 	cd docs; tar czvpf ../docs.tar.gz .
                    905: 
1.99      harris41  906: pdfdoc: TEST_html2ps
                    907: 	install -d pdfdoc
                    908: 	/usr/local/html2ps/bin/html2ps -D \
                    909: 	$(SOURCE)/doc/build/installindex_noform.html > pdfdoc/installindex.ps
                    910: 	/usr/local/html2ps/bin/html2ps -D \
                    911: 	$(SOURCE)/doc/build/reconfig.html | \
                    912: 	perl -nle 's/\[EXAMPLE\]/\[EXAMPLE \(at end of document\)\]/g;print' \
                    913: 	> pdfdoc/reconfig.ps
                    914: 	/usr/local/html2ps/bin/html2ps -D \
                    915: 	$(SOURCE)/doc/build/install.html > pdfdoc/install.ps
                    916: 	/usr/local/html2ps/bin/html2ps -D \
                    917: 	$(SOURCE)/doc/build/upgrade.html > pdfdoc/upgrade.ps
                    918: 	/usr/local/html2ps/bin/html2ps -D \
                    919: 	$(SOURCE)/doc/build/faq.html > pdfdoc/faq.ps
                    920: 	/usr/local/html2ps/bin/html2ps -D \
                    921: 	$(SOURCE)/doc/build/download.html > pdfdoc/download.ps
                    922: 	/usr/local/html2ps/bin/html2ps -D \
                    923: 	$(SOURCE)/doc/build/contact.html > pdfdoc/contact.ps
                    924: 	/usr/local/html2ps/bin/html2ps -D \
                    925: 	$(SOURCE)/doc/build/license.html > pdfdoc/license.ps
                    926: #       This creates a bad confexamples.ps... so take the long way around
                    927: #	cd $(SOURCE)/doc/build/confexamples; \
                    928: #	mpage -P- -1 -H [^C]* > ../../../loncom/build/pdfdoc/confexamples.ps
                    929: 	install -d pdfdoc/confexamples
                    930: 	cd $(SOURCE)/doc/build/confexamples; \
1.129     harris41  931: 	find . -type f | cut -b3- | grep -v '^C' | grep -v 'keyword' | \
                    932: 	perl -nle \
1.99      harris41  933: 	'`mpage -P- -1 -H $$_ > ../../../loncom/build/pdfdoc/confexamples/$$_.ps`;'
                    934: 	echo '' > pdfdoc/contents.txt
                    935: 	echo '' >> pdfdoc/contents.txt
                    936: 	echo '          The Learning Online Network' >> pdfdoc/contents.txt
                    937: 	echo '                    with the' >> pdfdoc/contents.txt
                    938: 	echo '     Computer-Assisted Personalized Approach' >> \
                    939: 	pdfdoc/contents.txt
                    940: 	echo '' >> pdfdoc/contents.txt
                    941: 	echo '' >> pdfdoc/contents.txt
                    942: 	echo 'CONTENTS' >> pdfdoc/contents.txt
                    943: 	echo '--------' >> pdfdoc/contents.txt
                    944: 	echo 'Opening' >> pdfdoc/contents.txt
                    945: 	echo 'Configuration' >> pdfdoc/contents.txt
                    946: 	echo 'Installation' >> pdfdoc/contents.txt
                    947: 	echo 'Upgrading a LON-CAPA Server' >> pdfdoc/contents.txt
                    948: 	echo 'FAQ' >> pdfdoc/contents.txt
                    949: 	echo 'Download' >> pdfdoc/contents.txt
                    950: 	echo 'Contact Information' >> pdfdoc/contents.txt
                    951: 	echo 'License Information' >> pdfdoc/contents.txt
                    952: 	echo 'Configuration Examples' >> pdfdoc/contents.txt
                    953: 	mpage -P- -1 \
                    954: 	pdfdoc/contents.txt \
                    955: 	pdfdoc/installindex.ps \
                    956: 	pdfdoc/reconfig.ps \
                    957: 	pdfdoc/install.ps \
                    958: 	pdfdoc/upgrade.ps \
                    959: 	pdfdoc/faq.ps \
                    960: 	pdfdoc/download.ps \
                    961: 	pdfdoc/contact.ps \
                    962: 	pdfdoc/license.ps \
                    963: 	pdfdoc/confexamples/*.ps \
                    964: 	> pdfdoc/installation_manual.ps
                    965: 	ps2pdf pdfdoc/installation_manual.ps pdfdoc/installation_manual.pdf
                    966: 	mv -vf pdfdoc/installation_manual.pdf .
                    967: 
1.129     harris41  968: # ================================================ *** KEEPING THINGS CLEAN ***
1.52      harris41  969: 
1.1       harris41  970: clean:
1.129     harris41  971: 	rm -f buildflag
1.112     harris41  972: 	rm -Rf HTML
                    973: 	rm -f installation_manual.pdf
                    974: 	rm -f Makefile.build
                    975: 	rm -f Makefile.install
                    976: 	rm -f Makefile.configinstall
                    977: 	rm -Rf BinaryRoot
                    978: 	rm -Rf SetupBinaryRoot
                    979: 	rm -Rf LON-CAPA-base
                    980: 	rm -f base_rpm_file_list.txt
                    981: 	rm -f base_customizerpm.xml
                    982: 	rm -f setup_rpm_file_list.txt
                    983: 	rm -f docs.tar.gz
                    984: 	rm -Rf docs
                    985: 	rm -Rf pdfdoc
                    986: 	rm -f program.pl*
                    987: 	rm -Rf lpmladm.*
                    988: 	rm -f WARNINGS
1.131     harris41  989: 	rm -f CPAN_STATUS_REPORT
1.114     harris41  990: 	rm -f $(SOURCE)/loncom/build/hosts.tab
1.112     harris41  991: 
                    992: reallyclean:
1.129     harris41  993: 	rm -f buildflag
1.80      harris41  994: 	rm -f $(SOURCE)/README
                    995: 	rm -f $(SOURCE)/UPDATE
                    996: 	rm -f $(SOURCE)/TEST
1.105     harris41  997: 	rm -f $(SOURCE)/MANIFEST
1.129     harris41  998: 	rm -f $(SOURCE)/MANIFEST_loncapa
1.105     harris41  999: 	rm -f $(SOURCE)/loncapa
1.114     harris41 1000: 	rm -f $(SOURCE)/loncom/build/hosts.tab
1.80      harris41 1001: 	rm -f $(SOURCE)/loncapa.tar.gz
1.3       harris41 1002: 	rm -Rf HTML
1.99      harris41 1003: 	rm -f installation_manual.pdf
1.8       harris41 1004: 	rm -f Makefile.build
                   1005: 	rm -f Makefile.install
1.57      harris41 1006: 	rm -f Makefile.configinstall
1.55      harris41 1007: 	rm -Rf BinaryRoot
                   1008: 	rm -Rf SetupBinaryRoot
1.62      harris41 1009: 	rm -Rf LON-CAPA-base
1.56      harris41 1010: 	rm -f base_rpm_file_list.txt
1.58      harris41 1011: 	rm -f base_customizerpm.xml
1.56      harris41 1012: 	rm -f setup_rpm_file_list.txt
1.62      harris41 1013: 	rm -f docs.tar.gz
                   1014: 	rm -Rf docs
1.99      harris41 1015: 	rm -Rf pdfdoc
1.66      harris41 1016: 	rm -f program.pl*
                   1017: 	rm -Rf lpmladm.*
1.67      harris41 1018: 	make -f Makefile.cvs clean
1.80      harris41 1019: 	rm -f WARNINGS
1.136     harris41 1020: 
                   1021: uninstall:
                   1022: 	rm -f UNINSTALL_SHELL_COMMANDS
                   1023: 	cat $(SOURCE)/doc/loncapafiles/loncapafiles.lpml | \
                   1024: 	perl lpml_parse.pl uninstall_shell_commands $(CATEGORY) $(DIST) \
                   1025: 	"$(SOURCE)" "$(TARGET)" > UNINSTALL_SHELL_COMMANDS
                   1026: 	@echo -n "**** NOTE **** A file \"UNINSTALL_SHELL_COMMANDS\" has been "
                   1027: 	@echo "generated."
                   1028: 	@echo "First, you should view the contents of this file."
                   1029: 	@echo "If you are happy with the 'rm -Rf'! commands (or at least"
                   1030: 	@echo "have another job lined up in case of catastrophe), then you "
                   1031: 	@echo "can execute the following: sh ./UNINSTALL_SHELL_COMMANDS"
                   1032: 
                   1033: backup:
                   1034: 	@echo "Not yet implemented"
                   1035: 
                   1036: restore:
                   1037: 	@echo "Not yet implemented"
1.143     harris41 1038: 
                   1039: # ===================================================== *** AUXILIARY TESTS ***
                   1040: localauth:
                   1041: 	@if (test -e $(LOCALAUTHPATH)/localauth.pm) && \
                   1042:              !(diff $(LOCALAUTHPATH)/localauth-std.pm \
                   1043:               $(LOCALAUTHPATH)/localauth.pm > /dev/null); then \
                   1044: 		echo "**** WARNING **** $(LOCALAUTHPATH)/localauth.pm is different than the $(LOCALAUTHPATH)/localauth-std.pm; if you have not customized localauth.pm, then please manually overwrite localauth.pm (rm $(LOCALAUTHPATH)/localauth.pm; ln -s $(LOCALAUTHPATH)/localauth-std.pm $(LOCALAUTHPATH)/localauth.pm); if you have customized localauth.pm, then please double-check to see that your customized localauth.pm is compatible with any localauth-std.pm changes for this version of LON-CAPA"| tee -a WARNINGS; \
                   1045: 	elif (test -e $(LOCALAUTHPATH)/localauth.pm) && \
                   1046:               (diff $(LOCALAUTHPATH)/localauth-std.pm \
                   1047:               $(LOCALAUTHPATH)/localauth.pm > /dev/null); then \
                   1048: 		echo "**** NOTE **** LOCAL AUTH IS IDENTICAL WITH STANDARD TEMPLATE"| tee -a WARNINGS; \
                   1049: 	elif !(test -e $(LOCALAUTHPATH)/localauth.pm) && \
                   1050: 	      (test -e $(LOCALAUTHPATH)/localauth-std.pm); then \
                   1051: 		ln -s $(LOCALAUTHPATH)/localauth-std.pm $(LOCALAUTHPATH)/localauth.pm; \
                   1052: 	fi
1.115     harris41 1053: 
1.129     harris41 1054: # ================================================ *** A HELPFUL DEPENDENCY ***
1.115     harris41 1055: alwaysrun:

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