]> git.pld-linux.org Git - packages/squid.git/commitdiff
- move cachemgr.conf to webapp dir
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 12 Nov 2008 14:04:46 +0000 (14:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    squid-cachemgr-webapp.patch -> 1.1

squid-cachemgr-webapp.patch [new file with mode: 0644]

diff --git a/squid-cachemgr-webapp.patch b/squid-cachemgr-webapp.patch
new file mode 100644 (file)
index 0000000..3f1e9ce
--- /dev/null
@@ -0,0 +1,22 @@
+--- squid-2.7.STABLE5/tools/Makefile.am~       2006-09-22 12:08:46.000000000 +0300
++++ squid-2.7.STABLE5/tools/Makefile.am        2008-11-12 15:55:17.030499323 +0200
+@@ -39,7 +39,7 @@
+ EXTRA_DIST = \
+       cachemgr.conf
+-DEFAULT_CACHEMGR_CONFIG = $(sysconfdir)/cachemgr.conf
++DEFAULT_CACHEMGR_CONFIG = /etc/webapps/cachemgr/cachemgr.conf
+ $(OBJS): $(top_srcdir)/include/version.h ../include/autoconf.h
+--- squid-2.7.STABLE5/doc/Makefile.am~ 2006-05-31 02:52:10.000000000 +0300
++++ squid-2.7.STABLE5/doc/Makefile.am  2008-11-12 15:54:19.871204867 +0200
+@@ -7,7 +7,7 @@
+ #
+ DEFAULT_CONFIG_FILE = $(sysconfdir)/squid.conf
+-DEFAULT_CACHEMGR_CONFIG = $(sysconfdir)/cachemgr.conf
++DEFAULT_CACHEMGR_CONFIG = /etc/webapps/cachemgr/cachemgr.conf
+ DEFAULT_MIME_TABLE      = $(sysconfdir)/mime.conf
+ DEFAULT_ERROR_DIR       = $(datadir)/errors/@ERR_DEFAULT_LANGUAGE@
This page took 0.087274 seconds and 4 git commands to generate.