Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Jul 2015 09:31:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 201405] www/squid : why is /var/run/squid not installed?  (causing issue)
Message-ID:  <bug-201405-13-htoWjmXI8b@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-201405-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-201405-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201405

--- Comment #7 from commit-hook@freebsd.org ---
A commit references this bug:

Author: marino
Date: Wed Jul  8 09:30:19 UTC 2015
New revision: 391555
URL: https://svnweb.freebsd.org/changeset/ports/391555

Log:
  www/squid: Support DragonFly SHM segments

  Out of the box, squid would not run on dragonfly due to its handling
  of SHM segments.  On DragonFly, SHM segments are always treated as files
  but on FreeBSD it depends on whether or not application is inside a jail.

  In any case, the case for DragonFly was no supported, so it has been
  added via patch.  This also requires the return of /var/run/squid
  directory which is where the SHM files are stored (defined by
  localstatedir and supported by RC script).  The RC script would define
  this directory if missing, but let's make sure it is always available.

  PR:        201405
  Submitted by:    marino
  Approved by:    maintainer (timp87/gmail)

Changes:
  head/www/squid/Makefile
  head/www/squid/files/patch-compat_shm.cc
  head/www/squid/pkg-plist

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201405-13-htoWjmXI8b>