diff options
author | 2006-01-04 03:38:09 +0000 | |
---|---|---|
committer | 2006-01-04 03:38:09 +0000 | |
commit | 77f64fb5a849285c8e0ceea6f0ec832fe3231774 (patch) | |
tree | 668029d732ccf42a1183e66222f0b9e84e874127 /net-misc/tor/files/tor.confd | |
parent | Add more info to changelog. Fix header. (diff) | |
download | gentoo-2-77f64fb5a849285c8e0ceea6f0ec832fe3231774.tar.gz gentoo-2-77f64fb5a849285c8e0ceea6f0ec832fe3231774.tar.bz2 gentoo-2-77f64fb5a849285c8e0ceea6f0ec832fe3231774.zip |
update to 1.0.16 and chroot support
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'net-misc/tor/files/tor.confd')
-rw-r--r-- | net-misc/tor/files/tor.confd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net-misc/tor/files/tor.confd b/net-misc/tor/files/tor.confd new file mode 100644 index 000000000000..ae0ce0222502 --- /dev/null +++ b/net-misc/tor/files/tor.confd @@ -0,0 +1,8 @@ +# If you wish to run tor in a chroot, run: +# ebuild /var/db/pkg/net-misc/<tor-version>/<tor-version>.ebuild config +# and un-comment the following line. +# You can specify a different chroot directory but MAKE SURE it's empty. +# CHROOT="/chroot/tor" + +# Location of pid file relative to $CHROOT +# PIDFILE="/var/run/tor.pid" |