[tor-commits] [arm/release] fix: hardcoding path for override script

atagar at torproject.org atagar at torproject.org
Sun Sep 25 21:38:22 UTC 2011


commit f1792cdb7790c4dbfbff4f244aeb0a9bf0dc4f11
Author: Damian Johnson <atagar at torproject.org>
Date:   Wed Jul 27 11:10:31 2011 -0700

    fix: hardcoding path for override script
    
    Header file for the setuid wrapper required on the make file for determining
    the path for the python script it executes. Moving this into the header file
    instead.
---
 src/resources/torrcOverride/override.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/resources/torrcOverride/override.h b/src/resources/torrcOverride/override.h
index 65adc9d..8bb8869 100644
--- a/src/resources/torrcOverride/override.h
+++ b/src/resources/torrcOverride/override.h
@@ -1 +1 @@
-#define TOR_ARM_REPLACE_TORRC HELPER_NAME
+#define TOR_ARM_REPLACE_TORRC /usr/share/arm/resources/torrcOverride/override.py





More information about the tor-commits mailing list