diff options
author | Roger Dingledine <arma@torproject.org> | 2007-10-18 23:14:58 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-10-18 23:14:58 +0000 |
commit | 0a865bc277d49dfedf4163b253ccaaafc07869ca (patch) | |
tree | f77d46a52136fc726f5a2a342a55ea325829975b /contrib/tor-ctrl.sh | |
parent | 322eddb045288fd83387f9e911c23c18329f2a6e (diff) | |
download | tor-0a865bc277d49dfedf4163b253ccaaafc07869ca.tar.gz tor-0a865bc277d49dfedf4163b253ccaaafc07869ca.zip |
various fixes from reading or-cvs the past few days
svn:r12035
Diffstat (limited to 'contrib/tor-ctrl.sh')
-rw-r--r-- | contrib/tor-ctrl.sh | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/contrib/tor-ctrl.sh b/contrib/tor-ctrl.sh index 0bee9d8990..e28c45d613 100644 --- a/contrib/tor-ctrl.sh +++ b/contrib/tor-ctrl.sh @@ -11,7 +11,7 @@ # # tor-ctrl will return 0 if it was successful and 1 if not, 2 will be returned # if something (telnet, xxd) is missing. 4 will be returned if it executed -# serveral commands from a file. +# several commands from a file. # # For setting the bandwidth for specific times of the day, I suggest calling # tor-ctrl via cron, e.g.: @@ -49,10 +49,11 @@ # Also have a look at my page: # http://ge.mine.nu/ # -# 2007-10-03: First version, only changing bandwidth possible +# 2007-10-03: First version, only changing bandwidth possible. # 2007-10-04: Renaming to "tor-ctrl", added a lot of functions, it's now a -# general-purpose tool added control_auth_cookie/controlpassword -# auth, getopts, program checks, readinf from file etc. +# general-purpose tool. +# Added control_auth_cookie/controlpassword auth, getopts, +# program checks, reading from file etc. VERSION=v1 TORCTLIP=127.0.0.1 |