summaryrefslogtreecommitdiff
path: root/tor
diff options
context:
space:
mode:
authorDanny Rawlins <romster@shortcircuit.net.au>2008-03-05 02:43:50 +1100
committerDanny Rawlins <romster@shortcircuit.net.au>2008-03-05 02:43:50 +1100
commit4fcad144af6eaf1dbf39b7b0f0dc9234c5515820 (patch)
tree54faa1a6e820cf35e5a2af45b9d9b35cf3daeecb /tor
parente28f1ff497546b3c9cdc5ccd0d64b1d9479eab2b (diff)
downloadcontrib-4fcad144af6eaf1dbf39b7b0f0dc9234c5515820.tar.gz
contrib-4fcad144af6eaf1dbf39b7b0f0dc9234c5515820.tar.xz
tor: fix tor.rc file paths for moved configuration
Diffstat (limited to 'tor')
-rw-r--r--tor/Pkgfile2
-rw-r--r--tor/tor.rc4
2 files changed, 3 insertions, 3 deletions
diff --git a/tor/Pkgfile b/tor/Pkgfile
index b445e1808..38a8274ec 100644
--- a/tor/Pkgfile
+++ b/tor/Pkgfile
@@ -6,7 +6,7 @@
name=tor
version=0.2.0.21-rc
-release=1
+release=2
source=(http://tor.eff.org/dist/tor-$version.tar.gz \
tor.rc)
diff --git a/tor/tor.rc b/tor/tor.rc
index 89e74c4fa..4c5234bfa 100644
--- a/tor/tor.rc
+++ b/tor/tor.rc
@@ -8,8 +8,8 @@ DAEMON=tor
RUN_AS_USER=_tor
# Check for configuration files
-[ -f /etc/tor/tor-tsocks.conf ] || exit 0
-[ -f /etc/tor/torrc ] || exit 0
+[ -f /usr/etc/tor/tor-tsocks.conf ] || exit 1
+[ -f /usr/etc/tor/torrc ] || exit 1
# If you have to edit this section for this or any other
# port useage let me know, with a patch or added lines,

Generated by cgit