]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bugfix: squid.conf.default needs renaming when installing
authorrobertc <>
Sun, 19 Aug 2001 15:34:36 +0000 (15:34 +0000)
committerrobertc <>
Sun, 19 Aug 2001 15:34:36 +0000 (15:34 +0000)
src/Makefile.in

index 8b51676d1f85553c1a84f35e87d235434837a76d..56add71b88cbec1e2c21be4ff64eb2976eb80db9 100644 (file)
@@ -1,7 +1,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.203 2001/08/19 03:49:38 robertc Exp $
+#  $Id: Makefile.in,v 1.204 2001/08/19 09:34:36 robertc Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -393,12 +393,12 @@ install: all install-mkdirs
                fi; \
        done
        $(INSTALL_FILE) $(srcdir)/mib.txt $(DEFAULT_MIB_PATH)
-       $(INSTALL_FILE) squid.conf.default $(sysconfdir)/squid.conf.default
+       $(INSTALL_FILE) squid.conf.default $(sysconfdir)
        @if test -f $(sysconfdir)/squid.conf ; then \
                echo "$@ will not overwrite existing $(sysconfdir)/squid.conf" ; \
        else \
-               echo "$(INSTALL_FILE) squid.conf.default $(sysconfdir)"; \
-               $(INSTALL_FILE) squid.conf.default $(sysconfdir); \
+               echo "$(INSTALL_FILE) squid.conf.default $(sysconfdir)/squid.conf"; \
+               $(INSTALL_FILE) squid.conf.default $(sysconfdir)/squid.conf; \
        fi
 
        $(INSTALL_FILE) $(srcdir)/mime.conf $(sysconfdir)/mime.conf.default