24f1ac426d
- include more official squid patches. o Make external_acl user names available as IDENT in later acl processing o digest authentication security issue o external_acl Assertion failed: auth_user_request != NULL o make install fails to install icons after make distclean o "error: invalid HTTP-ident" breaks log processing
13 lines
366 B
Text
13 lines
366 B
Text
$NetBSD: patch-ae,v 1.6 2003/03/02 16:22:44 taca Exp $
|
|
|
|
--- icons/Makefile.in.orig 2003-03-03 01:16:42.000000000 +0900
|
|
+++ icons/Makefile.in
|
|
@@ -147,7 +147,7 @@ ICON2 = anthony-bomb.gif \
|
|
anthony-xpm.gif
|
|
|
|
|
|
-icondir = $(datadir)/icons
|
|
+icondir = $(datadir)/squid/icons
|
|
icon_DATA = $(ICON1) $(ICON2)
|
|
EXTRA_DIST = $(ICON1) $(ICON2) icons.shar
|
|
DISTCLEANFILES =
|