소스 검색

Use macros in place of details.

svn:r6500
Andrew Lewman 19 년 전
부모
커밋
f9e3b5f24c
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      contrib/suse/tor.sh.in

+ 3 - 3
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