Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (bf80949e71e68ad1bba94295a3343c5179d76941)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (bf80949e71e68ad1bba94295a3343c5179d76941)
  • Date: Mon, 23 Oct 2017 22:21:32 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

http/squid/HISTORY | 1 +
http/squid/init.d/squid | 4 +++-
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit bf80949e71e68ad1bba94295a3343c5179d76941
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

squid: loadproc doesn't fails right after swap create if cache_dir is
enabled

diff --git a/http/squid/HISTORY b/http/squid/HISTORY
index 334652b..f3f0420 100644
--- a/http/squid/HISTORY
+++ b/http/squid/HISTORY
@@ -2,6 +2,7 @@
* DETAILS: Updated stable to 3.5.27
* BUILD, CONFIGURE: Allow building addtional storage filesystems
(rock, diskd, aufs)
* INSTALL: Don't recursively chown cachedir, unless you want Sorcery
owning my local cache
+ * init.d/squid: loadproc doesn't fails right after swap create if
cache_dir is enabled

2017-08-07 David C. Haley <khoralin AT gmail.com>
* DETAILS: Removed signature-related lines
diff --git a/http/squid/init.d/squid b/http/squid/init.d/squid
index 8d02d4f..34575a1 100644
--- a/http/squid/init.d/squid
+++ b/http/squid/init.d/squid
@@ -8,8 +8,10 @@ NEEDS="+network +remote_fs"

start()
{
- echo "Starting squid..."
+ echo "Building squid swap directories..."
/usr/sbin/squid -z -F > /dev/null 2>&1
+ evaluate_retval
+ echo "Starting squid..."
loadproc /usr/sbin/squid
}




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (bf80949e71e68ad1bba94295a3343c5179d76941), Eric Sandall, 10/23/2017

Archive powered by MHonArc 2.6.24.

Top of Page