diff options
author | Roger Dingledine <arma@torproject.org> | 2004-11-14 09:05:28 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-11-14 09:05:28 +0000 |
commit | acb2c10a5bd99bac12f07f476e3f016b4277dbbf (patch) | |
tree | 534d5aec53565e371bae2821fb7b189572ecc198 /contrib/Makefile.am | |
parent | 3f5c1138156de232dd27c0cd6da9eb3143d7168e (diff) | |
download | tor-acb2c10a5bd99bac12f07f476e3f016b4277dbbf.tar.gz tor-acb2c10a5bd99bac12f07f476e3f016b4277dbbf.zip |
add another contributed tor start/stop script
plus ship both our start/stop scripts in the tarball
svn:r2845
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r-- | contrib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index c318ad2253..5b073557a6 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1,6 +1,6 @@ confdir = $(sysconfdir)/tor -EXTRA_DIST = tor-tsocks.conf torify.1 tor-control.py tor.nsi +EXTRA_DIST = tor-tsocks.conf torify.1 tor-control.py tor.nsi tor.sh torctl conf_DATA = tor-tsocks.conf |