diff options
author | Roger Dingledine <arma@torproject.org> | 2005-05-19 05:13:10 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-05-19 05:13:10 +0000 |
commit | 1055354b44b9e00317dd31a7f9ce881a27e4e2a4 (patch) | |
tree | 1b8200d11eb58830f0d52a46735993be252ca7e8 /tor.spec.in | |
parent | 7cc070a0775eef1202a9114aebd697c2688e6cca (diff) | |
download | tor-1055354b44b9e00317dd31a7f9ce881a27e4e2a4.tar.gz tor-1055354b44b9e00317dd31a7f9ce881a27e4e2a4.zip |
remove duplicate line accidentally added to the rpm spec
svn:r4269
Diffstat (limited to 'tor.spec.in')
-rw-r--r-- | tor.spec.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tor.spec.in b/tor.spec.in index 7c7b4a63a3..68e9eb6863 100644 --- a/tor.spec.in +++ b/tor.spec.in @@ -200,7 +200,6 @@ if [ ! -n "`/usr/bin/id -u %{runuser} 2>/dev/null`" ]; then # 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 |