From ccd3d968339ba69cfd5688e28bace649eac6c871 Mon Sep 17 00:00:00 2001 From: robertc <> Date: Sun, 19 Aug 2001 15:34:36 +0000 Subject: [PATCH] Bugfix: squid.conf.default needs renaming when installing --- src/Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index 8b51676d1f..56add71b88 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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 -- 2.47.3