From f9fa8b1266634427c11ca95b5d7c34ba7b6b4cbe Mon Sep 17 00:00:00 2001
From: Tim Sutton <tim@linfiniti.com>
Date: Sat, 27 Dec 2014 02:54:21 +0800
Subject: [PATCH] Use cmd instead of entrypoint in order to make life easier for fig users

---
 71-apt-cacher-ng |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/71-apt-cacher-ng b/71-apt-cacher-ng
index 12c66d3..30cbc19 100644
--- a/71-apt-cacher-ng
+++ b/71-apt-cacher-ng
@@ -1,2 +1,2 @@
-Acquire::http { Proxy "http://192.168.2.9:3142"; };
+#Acquire::http { Proxy "http://192.168.2.9:3142"; };
 #Acquire::http { Proxy "http://192.168.0.13:3142"; };

--
Gitblit v0.0.0-SNAPSHOT