summaryrefslogtreecommitdiff
path: root/contrib/linux-tor-prio.sh
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-11-10 15:40:15 +0000
committerRoger Dingledine <arma@torproject.org>2008-11-10 15:40:15 +0000
commit00e3d7b4a91092c75a7ea1d032a331be470c1432 (patch)
treed55de218d0815d13b0573e5af57596c7ea7a8135 /contrib/linux-tor-prio.sh
parentfea2bd4ac16d76fdc5cb3208d9041297c705fef7 (diff)
downloadtor-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/linux-tor-prio.sh')
-rw-r--r--contrib/linux-tor-prio.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/linux-tor-prio.sh b/contrib/linux-tor-prio.sh
index 473511131b..e485997537 100644
--- a/contrib/linux-tor-prio.sh
+++ b/contrib/linux-tor-prio.sh
@@ -9,8 +9,8 @@
# This script provides prioritization of Tor traffic below other
# traffic on a Linux server. It has two modes of operation: UID based
# and IP based. The UID based method requires that Tor be launched from
-# a specific user ID. The "User" and "Group" Tor config settings are
-# insufficient, as they set the UID after the socket is created.
+# a specific user ID. The "User" Tor config setting is
+# insufficient, as it sets the UID after the socket is created.
# Here is a three line C wrapper you can use to execute Tor and drop
# privs to UID 501 before it creates any sockets. Change the UID
# to the UID for your tor server user, and compile with
@@ -49,7 +49,7 @@
DEV=eth0
-# NOTE! You must START Tor under this UID. Using the Tor User/Group
+# NOTE! You must START Tor under this UID. Using the Tor User
# config setting is NOT sufficient.
TOR_UID=$(id -u tor)