diff options
author | garga <garga@FreeBSD.org> | 2008-11-28 22:45:59 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2008-11-28 22:45:59 +0800 |
commit | 71a537d1ddd5ea2ee1d0ecaf51912f5b32812c29 (patch) | |
tree | b155422d0f92f30aba79d10e8a5ccab6566cccb1 /security/tor/Makefile | |
parent | bbc8318742e390e4c4b19222f61e1121fc368fff (diff) | |
download | freebsd-ports-gnome-71a537d1ddd5ea2ee1d0ecaf51912f5b32812c29.tar.gz freebsd-ports-gnome-71a537d1ddd5ea2ee1d0ecaf51912f5b32812c29.tar.zst freebsd-ports-gnome-71a537d1ddd5ea2ee1d0ecaf51912f5b32812c29.zip |
- Remove --User param from initialization since rc(8) uses su(1) when a var
${name}_user is defined (su -m user). When --User param is defined in this
scenario, tor don't start because when you use --User param you must to start
it with root user.
PR: ports/129253
Submitted by: garga
Approved by: miwi (maintainer)
Diffstat (limited to 'security/tor/Makefile')
-rw-r--r-- | security/tor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tor/Makefile b/security/tor/Makefile index e3ca033619eb..3039745dd28d 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -7,7 +7,7 @@ PORTNAME= tor DISTVERSION= 0.2.0.32 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net MASTER_SITES= http://www.torproject.org/dist/ \ http://tor.cypherpunks.at/dist/ \ |