[or-cvs] remove duplicate line accidentally added to the rpm spec
Roger Dingledine
arma at seul.org
Thu May 19 05:13:12 UTC 2005
Update of /home2/or/cvsroot/tor
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor
Modified Files:
tor.spec.in
Log Message:
remove duplicate line accidentally added to the rpm spec
Index: tor.spec.in
===================================================================
RCS file: /home2/or/cvsroot/tor/tor.spec.in,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- tor.spec.in 17 May 2005 04:59:59 -0000 1.14
+++ tor.spec.in 19 May 2005 05:13:10 -0000 1.15
@@ -200,7 +200,6 @@
# One would also like to default the UID, but doing that properly would
# also require thought.
if [ -x /sbin/nologin ]; then
- if [ -x /sbin/nologin ]; then
%{_sbindir}/useradd -r -g %{runuser} -d %{localstatedir}/lib/%{name} -s /sbin/nologin %{runuser} 2> /dev/null
else
%{_sbindir}/useradd -r -g %{runuser} -d %{localstatedir}/lib/%{name} -s /bin/false %{runuser} 2> /dev/null
More information about the tor-commits
mailing list