[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] bugfix: update the rpm spec file to tolerate the patches we...
Update of /home/or/cvsroot/tor
In directory moria:/home/arma/work/onion/tor-010x/tor
Modified Files:
Tag: tor-0_1_0-patches
tor.spec.in
Log Message:
bugfix: update the rpm spec file to tolerate the patches we made
that hunt for su.
Index: tor.spec.in
===================================================================
RCS file: /home/or/cvsroot/tor/tor.spec.in,v
retrieving revision 1.18
retrieving revision 1.18.2.1
diff -u -d -r1.18 -r1.18.2.1
--- tor.spec.in 23 May 2005 07:15:08 -0000 1.18
+++ tor.spec.in 11 Jun 2005 08:11:43 -0000 1.18.2.1
@@ -6,7 +6,7 @@
# This should be incremented whenever the spec file changes, but
# can drop back to zero at a new Tor version
-%define specver 0
+%define specver 1
## Things users may want to change
#
@@ -140,7 +140,7 @@
ed -s contrib/tor.sh.in << '/EOF/' > /dev/null
,s/^TORUSER=$/TORUSER=%{runuser}/
,s/^TORGROUP=$/TORGROUP=%{runuser}/
-,s:/bin/su:/bin/su -s /bin/sh:
+,s:\$SUPROG:$SUPROG -s /bin/sh:
#
# Save and exit ed
w