View | Details | Raw Unified | Return to bug 52508
Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 41-46 Link Here
41
41
42
STRIP=		# won't install scripts correctly otherwise.
42
STRIP=		# won't install scripts correctly otherwise.
43
MAKEFILE=	Makefile
43
MAKEFILE=	Makefile
44
MAN8=		pam_auth.8 squid_unix_group.8 squid.8
44
45
45
# Some other configure options..
46
# Some other configure options..
46
#  - Compile and use the malloc package from Doug Lea
47
#  - Compile and use the malloc package from Doug Lea
(-)pkg-plist (-3 lines)
Lines 822-836 Link Here
822
libexec/ip_user_check
822
libexec/ip_user_check
823
libexec/yp_auth
823
libexec/yp_auth
824
libexec/pam_auth
824
libexec/pam_auth
825
man/man8/pam_auth.8
826
libexec/ncsa_auth
825
libexec/ncsa_auth
827
libexec/squid_unix_group
826
libexec/squid_unix_group
828
man/man8/squid_unix_group.8
829
sbin/RunAccel
827
sbin/RunAccel
830
sbin/RunCache
828
sbin/RunCache
831
sbin/squidclient
829
sbin/squidclient
832
sbin/squid
830
sbin/squid
833
man/man8/squid.8
834
@exec mkdir -p %D/squid/cache
831
@exec mkdir -p %D/squid/cache
835
@exec chown nobody:nogroup %D/squid/cache
832
@exec chown nobody:nogroup %D/squid/cache
836
@exec mkdir -p %D/squid/logs
833
@exec mkdir -p %D/squid/logs

Return to bug 52508