diff options
author | Roger Dingledine <arma@torproject.org> | 2008-11-10 15:40:15 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-11-10 15:40:15 +0000 |
commit | 00e3d7b4a91092c75a7ea1d032a331be470c1432 (patch) | |
tree | d55de218d0815d13b0573e5af57596c7ea7a8135 /contrib/tor.sh.in | |
parent | fea2bd4ac16d76fdc5cb3208d9041297c705fef7 (diff) | |
download | tor-00e3d7b4a91092c75a7ea1d032a331be470c1432.tar.gz tor-00e3d7b4a91092c75a7ea1d032a331be470c1432.zip |
remove all trace from the various contrib/ scripts that tor used
to have a 'group' option.
svn:r17236
Diffstat (limited to 'contrib/tor.sh.in')
-rw-r--r-- | contrib/tor.sh.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/tor.sh.in b/contrib/tor.sh.in index 362a455732..e169761a62 100644 --- a/contrib/tor.sh.in +++ b/contrib/tor.sh.in @@ -31,8 +31,6 @@ TORCTL=@BINDIR@/torctl # torctl will use these environment variables TORUSER=@TORUSER@ export TORUSER -TORGROUP=@TORGROUP@ -export TORGROUP if [ -x /bin/su ] ; then SUPROG=/bin/su |