[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] remove duplicate line accidentally added to the rpm spec
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] remove duplicate line accidentally added to the rpm spec
- From: arma@xxxxxxxx (Roger Dingledine)
- Date: Thu, 19 May 2005 01:13:12 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Thu, 19 May 2005 01:13:30 -0400
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
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