$OpenBSD: patch-src_config_torrc_sample_in,v 1.10 2011/03/11 06:49:55 ajacoutot Exp $
--- src/config/torrc.sample.in.orig	Wed Feb 23 09:25:40 2011
+++ src/config/torrc.sample.in	Mon Mar  7 16:21:17 2011
@@ -37,18 +37,18 @@ SocksListenAddress 127.0.0.1 # accept connections only
 ## Send every possible message to @LOCALSTATEDIR@/log/tor/debug.log
 #Log debug file @LOCALSTATEDIR@/log/tor/debug.log
 ## Use the system log instead of Tor's logfiles
-#Log notice syslog
+Log notice syslog
 ## To send all messages to stderr:
 #Log debug stderr
 
 ## Uncomment this to start the process in the background... or use
 ## --runasdaemon 1 on the command line. This is ignored on Windows;
 ## see the FAQ entry if you want Tor to run as an NT service.
-#RunAsDaemon 1
+RunAsDaemon 1
 
 ## 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 @LOCALSTATEDIR@/lib/tor
+DataDirectory /var/tor
 
 ## The port on which Tor will listen for local connections from Tor
 ## controller applications, as documented in control-spec.txt.
@@ -154,3 +154,5 @@ SocksListenAddress 127.0.0.1 # accept connections only
 #BridgeRelay 1
 #ExitPolicy reject *:*
 
+## Revoke privileges
+User _tor
