tor: fix default configuration file

This commit is contained in:
Duncaen 2018-09-22 00:52:24 +02:00
parent afd7c5a490
commit b46c7ac5c7
2 changed files with 3 additions and 2 deletions

View File

@ -48,6 +48,8 @@ Log notice syslog
## see the FAQ entry if you want Tor to run as an NT service.
#RunAsDaemon 1
User tor
## The directory for keeping all the keys/etc. By default, we store
## things in $HOME/.tor on Unix, and in Application Data\tor on Windows.
DataDirectory /var/lib/tor
@ -233,4 +235,3 @@ DataDirectory /var/lib/tor
## The %include option can be used recursively.
#%include /etc/torrc.d/
#%include /etc/torrc.custom

View File

@ -1,7 +1,7 @@
# Template file for 'tor'
pkgname=tor
version=0.3.4.8
revision=1
revision=2
build_style=gnu-configure
makedepends="libevent-devel libseccomp-devel zlib-devel"
depends="ca-certificates torsocks"