Skip to content
Snippets Groups Projects
Commit 2849ff13 authored by Peter Palfrader's avatar Peter Palfrader
Browse files

New upstream version. Tor stays in sbin in Debian

svn:r1137
parent 1e9a9630
Branches
Tags
No related merge requests found
tor (0.0.1+0.0.2pre22-1) unstable; urgency=low
* New upstream release.
* Upstream has moved tor back to usr/bin, but we will keep it in
usr/sbin. That's the right place and it doesn't break my tab
completion there.
-- Peter Palfrader <weasel@debian.org> Fri, 27 Feb 2004 01:59:09 +0100
tor (0.0.1+0.0.2pre21-1) unstable; urgency=low
* New upstream release.
......
......@@ -63,6 +63,8 @@ install: build
dh_installdirs
$(MAKE) install DESTDIR=$(CURDIR)/debian/tor
# move tor to where it belongs
mv $(CURDIR)/debian/tor/usr/bin/tor $(CURDIR)/debian/tor/usr/sbin/tor
install -m 755 contrib/torify $(CURDIR)/debian/tor/usr/bin
install -m 644 contrib/torify.1 $(CURDIR)/debian/tor/usr/share/man/man1
install -m 644 contrib/tor-tsocks.conf $(CURDIR)/debian/tor/etc/tor
......
......@@ -3,3 +3,5 @@ var/lib/tor
var/log/tor
var/run/tor
usr/share/lintian/overrides
usr/bin
usr/sbin
#! /bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
DAEMON=/usr/bin/tor
DAEMON=/usr/sbin/tor
NAME=tor
DESC="tor daemon"
TORLOG=/var/log/tor/log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment