Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2530ce3978be0d8d705757eab83bcf845ea8de97)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2530ce3978be0d8d705757eab83bcf845ea8de97)
  • Date: Tue, 30 Aug 2011 18:42:18 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

http/tinyproxy/BUILD | 5 ++++-
http/tinyproxy/HISTORY | 3 +++
http/tinyproxy/INSTALL | 2 ++
3 files changed, 9 insertions(+), 1 deletion(-)

New commits:
commit 2530ce3978be0d8d705757eab83bcf845ea8de97
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

tinyproxy: don't trash config file on installwatch-based setups

diff --git a/http/tinyproxy/BUILD b/http/tinyproxy/BUILD
index b8ff48f..0f732ea 100755
--- a/http/tinyproxy/BUILD
+++ b/http/tinyproxy/BUILD
@@ -1,3 +1,6 @@
OPTS="$TINYPROXY_OPTS $OPTS" &&

-default_build
+default_build &&
+
+# don't trash config file in /etc
+sed -i "{N;s:\n\tetc \\\::}" Makefile.am
diff --git a/http/tinyproxy/HISTORY b/http/tinyproxy/HISTORY
index ed6809a..132efc2 100644
--- a/http/tinyproxy/HISTORY
+++ b/http/tinyproxy/HISTORY
@@ -1,3 +1,6 @@
+2011-08-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD, INSTALL: don't trash config file on installwatch-based setups
+
2011-08-17 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.8.3; SECURITY_PATCH++

diff --git a/http/tinyproxy/INSTALL b/http/tinyproxy/INSTALL
index 2b78280..3620dc6 100755
--- a/http/tinyproxy/INSTALL
+++ b/http/tinyproxy/INSTALL
@@ -1,3 +1,5 @@
default_install &&

+install_config_file "etc/tinyproxy.conf" "$INSTALL_ROOT/etc/tinyproxy.conf"
&&
+
install -d -o nobody -g nogroup -vm 755 "$INSTALL_ROOT/var/run/tinyproxy"



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2530ce3978be0d8d705757eab83bcf845ea8de97), Vlad Glagolev, 08/30/2011

Archive powered by MHonArc 2.6.24.

Top of Page