aboutsummaryrefslogtreecommitdiffstats
path: root/security/tor/files
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-06-05 17:04:07 +0800
committermiwi <miwi@FreeBSD.org>2007-06-05 17:04:07 +0800
commit1e9f054340e856ac5a42240eddaeef479a21bc71 (patch)
treefbe6d82af295f919738f7c5427ab0b3f358b99f8 /security/tor/files
parent7af8f8c7c730c156fada24547f3ad2342492d1e2 (diff)
downloadfreebsd-ports-gnome-1e9f054340e856ac5a42240eddaeef479a21bc71.tar.gz
freebsd-ports-gnome-1e9f054340e856ac5a42240eddaeef479a21bc71.tar.zst
freebsd-ports-gnome-1e9f054340e856ac5a42240eddaeef479a21bc71.zip
- Update to 0.1.2.14
- Pass maintainership to submitter [1] PR: 113289 [1] 112492 Submitted by: Nils Vogels <nivo@is-root.com> [1] Peter Thoenen <peter.thoenen@yahoo.com> (old maintainer) Approved by: maintainer Thanks to: bf <bf2006a@yahoo.com>
Diffstat (limited to 'security/tor/files')
-rw-r--r--security/tor/files/patch-src+or+config.c11
-rw-r--r--security/tor/files/tor.in2
2 files changed, 12 insertions, 1 deletions
diff --git a/security/tor/files/patch-src+or+config.c b/security/tor/files/patch-src+or+config.c
new file mode 100644
index 000000000000..285dd1fbe834
--- /dev/null
+++ b/security/tor/files/patch-src+or+config.c
@@ -0,0 +1,11 @@
+--- src/or/config.c.orig Mon May 28 13:11:12 2007
++++ src/or/config.c Mon May 28 13:12:04 2007
+@@ -3901,7 +3901,7 @@
+ #if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__)
+ if (server && version < LE_13B) {
+ thread_unsafe = 1;
+- sad_os = "BSD variants"
++ sad_os = "BSD variants";
+ }
+ #elif defined(__APPLE__) || defined(__darwin__)
+ if (server && version < LE_13B) {
diff --git a/security/tor/files/tor.in b/security/tor/files/tor.in
index 81cc72e9161c..093fd47b32ef 100644
--- a/security/tor/files/tor.in
+++ b/security/tor/files/tor.in
@@ -39,7 +39,7 @@ required_files=${tor_conf}
required_dirs=${tor_datadir}
pidfile=${tor_pidfile}
command="%%PREFIX%%/bin/${name}"
-command_args="-f ${tor_conf} --pidfile ${tor_pidfile} --runasdaemon 1 --datadirectory ${tor_datadir} --user ${tor_user} --group ${tor_group} --log \"notice file ${tor_logfile}\""
+command_args="-f ${tor_conf} --PidFile ${tor_pidfile} --RunAsDaemon 1 --DataDirectory ${tor_datadir} --User ${tor_user} --Group ${tor_group} --Log \"notice file ${tor_logfile}\""
extra_commands="log"
log_cmd="${name}_log"