diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-05-26 13:32:56 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-05-26 13:32:56 +0000 |
commit | f9e3b5f24cb25a3ad4c91098e60b606017f37187 (patch) | |
tree | e82cc19ac699b239c9fbd96b6a536fc731531e27 /contrib/suse | |
parent | 63c139550901b9198deff41294d68196d8238db8 (diff) | |
download | tor-f9e3b5f24cb25a3ad4c91098e60b606017f37187.tar.gz tor-f9e3b5f24cb25a3ad4c91098e60b606017f37187.zip |
Use macros in place of details.
svn:r6500
Diffstat (limited to 'contrib/suse')
-rw-r--r-- | contrib/suse/tor.sh.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/suse/tor.sh.in b/contrib/suse/tor.sh.in index 4e2d3bf1df..f1386772c7 100644 --- a/contrib/suse/tor.sh.in +++ b/contrib/suse/tor.sh.in @@ -40,12 +40,12 @@ rc_reset # Increase open file descriptors a reasonable amount ulimit -n 8192 -TORCTL=/usr/local/bin/torctl +TORCTL=@BINDIR@/torctl # torctl will use these environment variables -TORUSER=_tor +TORUSER=@TORUSER@ export TORUSER -TORGROUP=_tor +TORGROUP=@TORGROUP@ export TORGROUP if [ -x /bin/su ] ; then |