Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Mar 2001 04:28:47 -0800 (PST)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www/squid24 Makefile distinfo pkg-descr pkg-install pkg-plist
Message-ID:  <200103271228.f2RCSlA68905@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
adrian      2001/03/27 04:28:47 PST

  Modified files:
    www/squid24          Makefile distinfo pkg-descr pkg-install 
                         pkg-plist 
  Log:
  PR:		26059
  
  Update the squid-2.4 port to actually _be_ squid-2.4 . Phew.
  This port builds, installs, packages, pkg_delete's cleanly.
  
  I'm going to run it through some more linting and tidying up before
  I'm completely done with it.
  
  Differences from squid22/squid23 :
  
  * install-pinger isn't built. I'll tackle this later, possibly by creating
    a squid user/group. I don't like having suid binaries installed,
    even more so when 99% of the users of this port won't even enable
    ICMP pinging.
  
  * I've enabled the lru and heap replacement policies. LRU is used by
    default, the beauty here is that the user can choose one or the other
    without needing a recompile.
  
  * I've enabled ufs (sync), diskd (async) and null (no caching, only proxying).
    This again lets users choose what they want without needing a recompile.
    The default is still a 100mb cache in /usr/local/squid/cache/ running
    ufs. I would change it to diskd but if the user hasn't tweaked their
    sysV shm/msg parameters sufficiently they'll just be puzzled when squid
    gives mysterious sysV errors (and if they load it up enough to have UFS
    become an issue, they'd be better off reading the squid FAQ anyhow..)
  
  Revision  Changes    Path
  1.77      +14 -16    ports/www/squid24/Makefile
  1.57      +1 -8      ports/www/squid24/distinfo
  1.9       +2 -2      ports/www/squid24/pkg-descr
  1.7       +4 -0      ports/www/squid24/pkg-install
  1.15      +44 -38    ports/www/squid24/pkg-plist


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103271228.f2RCSlA68905>