aboutsummaryrefslogtreecommitdiffstats
path: root/main/squid/squid.initd
Commit message (Collapse)AuthorAgeFilesLines
* main/squid: allow more than 16384 filedescriptorsNatanael Copa2014-04-281-5/+2
| | | | | | | | | | | | | | | It seems that when squid is compiled with --with-filedescriptors, that becomes a hard limit[1]. Without this compile option it will use the system ulimit setting, which is the behaviour we want. For compatibility we set SQUID_MAXFD to 16384 if unset but still allow it to go over 16384 if needed. It should also be possible to set max_filedescriptors in squid.conf[2]. fixes #2850 [1] https://bugzilla.redhat.com/show_bug.cgi?id=976815 [2] http://www.squid-cache.org/Versions/v3/3.3/cfgman/max_filedescriptors.html
* main/squid: update init.d script from gentooNatanael Copa2011-12-021-55/+70
| | | | This should actually work and will enable support for multiple instances
* squid: Removing deprecated -D optionMika Havela2011-11-091-1/+1
|
* main/squid: remove pidfile if squis is not runningNatanael Copa2009-10-021-3/+8
| | | | fixes #174
* main/squid: start service after firewallNatanael Copa2009-09-161-0/+1
|
* main/squid: fix for squid initscript and pidfileNatanael Copa2009-09-011-7/+19
| | | | fixes #133
* moved extra/* to main/Natanael Copa2009-07-241-0/+97
and fixed misc build issues