From: wessels <> Date: Fri, 21 Nov 1997 12:17:42 +0000 (+0000) Subject: clean up snmp debug levels X-Git-Tag: SQUID_3_0_PRE1~4494 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4379a34f5647b6b3e022bf8fff4df907a114a3ba;p=thirdparty%2Fsquid.git clean up snmp debug levels --- diff --git a/src/Makefile.in b/src/Makefile.in index 82ce873074..05efc7cdee 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.99 1997/11/21 04:45:34 wessels Exp $ +# $Id: Makefile.in,v 1.100 1997/11/21 05:17:42 wessels Exp $ # # Uncomment and customize the following to suit your needs: # @@ -280,7 +280,7 @@ install: all install-mkdirs $(RM) -f $(libexecdir)/-$$f; \ fi; \ done - $(INSTALL_FILE) mib.txt $(sysconfdir)/mib.txt + $(INSTALL_FILE) mib.txt $(DEFAULT_MIB_PATH) $(INSTALL_FILE) squid.conf $(sysconfdir)/squid.conf.default @if test -f $(sysconfdir)/squid.conf ; then \ echo "$@ will not overwrite existing $(sysconfdir)/squid.conf" ; \