rse 98/05/12 04:52:13
Modified: . Makefile.tmpl Log: Adjust the banner we print after "make install": 1. Make sure the user _first_ edits or at least reviews the config files and _then_ tries to fire up Apache. (This is IMHO important because we know of problems like "Group #-1" which currently lead to a "Haha... immediately fire it up. Good joke" by the users) 2. Compactify it a little bit. Revision Changes Path 1.36 +7 -8 apache-1.3/Makefile.tmpl Index: Makefile.tmpl =================================================================== RCS file: /export/home/cvs/apache-1.3/Makefile.tmpl,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- Makefile.tmpl 1998/05/10 13:04:25 1.35 +++ Makefile.tmpl 1998/05/12 11:52:11 1.36 @@ -188,18 +188,17 @@ echo "+--------------------------------------------------------+"; \ echo "| You now have successfully built and installed the |"; \ echo "| Apache 1.3 HTTP server. To verify that Apache actually |"; \ - echo "| works correctly you can immediately try to fire it up |"; \ - echo "| the first time by running: |"; \ + echo "| works correctly you now should first check the |"; \ + echo "| (initially created or preserved) configuration files |"; \ echo "| |"; \ - echo "| $(sbindir)/apachectl start"; \ + echo "| $(sysconfdir)/{httpd,access,srm}.conf"; \ echo "| |"; \ - echo "| Then you should additionally adjust the configuration |"; \ - echo "| files which can be found under the following paths: |"; \ + echo "| and then you should be able to immediately fire up |"; \ + echo "| Apache the first time by running: |"; \ echo "| |"; \ - echo "| $(sysconfdir)/{httpd,access,srm}.conf"; \ + echo "| $(sbindir)/apachectl start"; \ echo "| |"; \ - echo "| Thanks for running Apache. |"; \ - echo "| The Apache Group |"; \ + echo "| Thanks for using Apache. The Apache Group |"; \ echo "| http://www.apache.org/ |"; \ echo "+--------------------------------------------------------+"; \ fi