rse 98/12/17 07:26:54
Modified: . Makefile.tmpl Log: Although we still install the three config files (two of them are already dummies), there is no need to explicitly direct the user to the dummy files. Revision Changes Path 1.57 +1 -1 apache-1.3/Makefile.tmpl Index: Makefile.tmpl =================================================================== RCS file: /home/cvs/apache-1.3/Makefile.tmpl,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- Makefile.tmpl 1998/12/14 01:11:35 1.56 +++ Makefile.tmpl 1998/12/17 15:26:53 1.57 @@ -209,7 +209,7 @@ echo "| works correctly you now should first check the |"; \ echo "| (initially created or preserved) configuration files |"; \ echo "| |"; \ - echo "| $(sysconfdir)/{$(TARGET),access,srm}.conf"; \ + echo "| $(sysconfdir)/$(TARGET).conf"; \ echo "| |"; \ echo "| and then you should be able to immediately fire up |"; \ echo "| Apache the first time by running: |"; \