From 744ce8d1fe8e75f1cf1099f00842dade8c6d1f4d Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 17 Feb 2004 04:48:01 +0000 Subject: [PATCH] install the 'tor' binary to usr/sbin by default svn:r1082 --- trunk/src/or/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/or/Makefile.am b/trunk/src/or/Makefile.am index f79381a828..8b4fc2443f 100644 --- a/trunk/src/or/Makefile.am +++ b/trunk/src/or/Makefile.am @@ -2,7 +2,7 @@ TESTS = test noinst_PROGRAMS = test -bin_PROGRAMS = tor +sbin_PROGRAMS = tor tor_SOURCES = buffers.c circuit.c command.c connection.c \ connection_or.c config.c dirserv.c \